Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hard-coded order of fields in buildLocationDatabase #49

Open
wcarthur opened this issue Oct 22, 2017 · 0 comments
Open

Hard-coded order of fields in buildLocationDatabase #49

wcarthur opened this issue Oct 22, 2017 · 0 comments

Comments

@wcarthur
Copy link
Member

The database.buildLocationDatabase function assumes a fixed format for the input shape file, which is based on the stationlist.shp file that is supplied with the code.

If a user wishes to use a different location file, it must match the format of that shape file, else the function will raise an unhandled exception.

Need to have a way of mapping the attributes of the input shape file to the required attributes of tblLocations in locations.db

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant