-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Hi All,
I'm currently working on a project that's migrating legacy data to a DwC inspired data model. One field contains the method through which a georeference was derived with values including:
- GPS
- Gazetteer
- Label
- Map
These don't align with specific DwC definition of georeferenceProtocol which says:
A description or reference to the methods used to determine the spatial footprint, coordinates, and uncertainties.
Examples: "Guide to Best Practices for Georeferencing. (Chapman and Wieczorek, eds. 2006). Global Biodiversity Information Facility.", "MaNIS/HerpNet/ORNIS Georeferencing Guidelines", "Georeferencing Quick Reference Guide". For discussion see http://terms.tdwg.org/wiki/dwc:georeferenceProtocol
georeferenceSources is also not ideal for this as we would expect a listing of specific resources that were consulted in georeferencing.
So my questions are:
- Should we be using georeferenceProtocol for the above values?
- If not, is there some other bucket we can put them in?