ImperialCollegeLondon / safedata_validator

Python tools to validate and publish datasets using the safedata metadata format.
https://safedata-validator.readthedocs.io/
MIT License
2 stars 4 forks source link

Updating location data setup #38

Closed davidorme closed 1 year ago

davidorme commented 1 year ago

This PR changes sdv from using a single locations JSON file to using the gazetteer and location aliases files used in safedata_server and safedata. From this point, sdv is the source of geographic data about the data being managed: admin users of sdv are responsible for defining the sampling locations and aliases and then for propagating those definitions to the metadata server and hence end users.

Fixes #36