-
Notifications
You must be signed in to change notification settings - Fork 13
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
discrepancy between file checker and manual #256
Comments
Thanks @emmerbodc . The checker should always respect the manual which has a formal procedure for review, discussion, and approval. Any difference was my mistake or I haven't have the chance to update yet. That said, it is a strange Time [seconds since 1970-01-01T00:00:00Z] If there is no discussion by the weekend, I'll update the checker to follow the current version of the manual. |
We had this discussion during the final review before Gotheborg. I think we said "long_name" should be the definition from the control vocab and "standard_name" the prefered label of the control vocab. In fact, we did it for "lat" but not for "lon" and time. Probably in the rush we miss that. I think we should do the same we did for latitude with longitude (http://vocab.nerc.ac.uk/collection/OG1/current/LAT/) and time (http://vocab.nerc.ac.uk/collection/OG1/current/TIME/) We should do the same for LON and TIME |
Ah yes I thought we had discussed this but couldn't remember what the final decision was. We will update the manual. |
I'll wait the document update before updating the checker to conform with the document. I have a question. Since the I have the impression that mixing standard_names, with implicit units and reference in the name would go against the so many attributes and well declared vocabularies been used, thus not a best practice. |
Updates to the definitions of the 4 OG1 terms have been made. Queued for publication and will be live on the NVS from tomorrow morning. |
we noticed the file checker and manual are not in sync for two variables so just want to check what we agreed on
manual definitions vs the checker error:
TIME
long_name = “Time elapsed since 1970-01-01T00:00:00Z” VS Required("long_name: Values mismatch: '"time of measurement"' vs '"time of measurement and gps location"' ")
LATITUDE
long_name = “Latitude north (WGS84)” VS Required("long_name: Values mismatch: '"latitude of each measurements and GPS location"' vs '"Latitude north"' ")
@castelao @vturpin @callumrollo
The text was updated successfully, but these errors were encountered: