You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Darwin Core recommendations don’t provide a lot of guidance. The entry “unknown” is recommended when footprintSRS, geodeticDatum, verticalDatum or verbatimSRS isn’t known. On the other hand, the recommendation for coordinateUncertaintyInMeters is Leave the value empty if the uncertainty is unknown, cannot be estimated, or is not applicable (because there are no coordinates).
Take the term geodeticDatum for example. unknown and not recorded are recommended in different sources.
Recommended best practice is to use the EPSG code of the SRS, if known. Otherwise use a controlled vocabulary for the name or code of the geodetic datum, if known. Otherwise use a controlled vocabulary for the name or code of the ellipsoid, if known. If none of these is known, use the value unknown.
It is thus recommended to record the EPSG code of the coordinate reference system if possible, otherwise, record the EPSG code of the datum if possible, otherwise, record the EPSG code of the ellipsoid. If none of these can be determined from the coordinate source, record "not recorded"
Subsequently these recommendations affect downstream implementation such as:
Hence I would appreciate if there will be a general guidelines on how to treat different scenario of NITS (Nothing Interesting To Say) in Darwin Core. I appreciate Bob's suggestion on how to treat missing data in his post:
Here’s a possible answer to the “What to do with missing data?” question, and it’s one I regularly propose to the compilers whose Darwin Core data tables I audit: If a data item is missing, leave it blank. If you have a reason for the "missingness’, put it in a …Remarks field.
Thanks a lot!
The text was updated successfully, but these errors were encountered:
This issue has been translated into an actionable change request for geodeticDatum. Other than examples or comments on specific terms, Darwin Core does not provide generalized guidelines that might cross standards. Such documentation thus far has been promulgated by the Technical Architecture Group (for an example, see Best practices for serializing booleans). If there are other specific terms for which changes are needed, please submit Term change requests for each of them.
This issue is inspired by Robert Mesibov's post in GBIF discourse - The vexed question of missing data in Darwin Core.
The discussions on the thread and Arctos are very insightful. (Thank you!)
In the post, Bob mentioned:
Take the term geodeticDatum for example.
unknown
andnot recorded
are recommended in different sources.From Darwin Core Quick Reference Guide
From Georeferencing Best Practices
Subsequently these recommendations affect downstream implementation such as:
Hence I would appreciate if there will be a general guidelines on how to treat different scenario of NITS (Nothing Interesting To Say) in Darwin Core. I appreciate Bob's suggestion on how to treat missing data in his post:
Thanks a lot!
The text was updated successfully, but these errors were encountered: