-
Notifications
You must be signed in to change notification settings - Fork 16
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
check WCMP2 compliance with pywcmp, update to valid centre-ids #741
Conversation
84376f2
to
ed95089
Compare
ed95089
to
519ce72
Compare
519ce72
to
7fae1d0
Compare
@@ -69,11 +69,11 @@ | |||
"for dataset in collections['collections']:\n", | |||
" print(dataset['title'])\n", | |||
"\n", | |||
"malawi_obs = oafeat.collection_items('mw-mw_met_centre.data.core.weather.surface-based-observations.synop')\n", | |||
"malawi_obs = oafeat.collection_items('mw-mw_met_centre-test.data.core.weather.surface-based-observations.synop')\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not directly related to this PR but please note that all references based on topic-hierarchy-dotpath are incorrect, since the index of the collection is using dataset-id (metadata_id).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch. I did a sweep across docs, pushed to this PR just now.
@tomkralidis topic updates:
|
@maaikelimper @david-i-berry this PR is now rebased and ready for review. |
This PR updates WCMP2 checks in CI to use pywcmp. As well, updates centre id's used in test data to approved/valid identifiers in accordance with WTH (note that Romania and Malawi do not have approved centre-id's, so they are suffixed with
-test
per WTH requirements).FYI #739 (when approved) should be merged before this PR, at which point I will rebase.