Closed bencevans closed 1 year ago
Thanks for the question Ben!
locationID OR (latitude AND longitude)
is not possible.I hope these options meets the concerns of your collaborators?
Perfect, thank you, @peterdesmet. I'll set the coordinate to the country's centre point with uncertainty covering the land. I've generated a list of centroids and radius from the natural earth data if useful to anyone else https://github.com/bencevans/world-country-centroids-radius. Cheers!
Fantastic work on the specification!
I don't know how widespread this concern may be, but I know some of our collaborators are open to sharing camera trap datasets publicly, however, the geospatial coordinates are unlikely to be released due to sensitivity at particular sites. In a few circumstances, they weren't collected, and it would be great to still represent them in a standardised form.
As the deployment is still uniquely identified by its ID, and the locationID property is optional, can the latitude and longitude properties be made optional too? Maybe requiring either
locationID OR (latitude AND longitude)
if it's imperative some form of location is identified.