-
Notifications
You must be signed in to change notification settings - Fork 3
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
first pass at reviewing the example records for consistency #199
Conversation
@@ -133,6 +133,7 @@ | |||
}, | |||
"links": [ | |||
{ | |||
"amComment":"is there a real URL now?", |
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.
@tomkralidis is there a real URL to use instead?
@@ -146,6 +146,7 @@ | |||
{ | |||
"rel": "items", | |||
"href": "mqtts://example.org", | |||
"amComment":"should we add observations to the climate discpline?", | |||
"channel": "origin/a/wis2/ca-eccc-msc/data/core/climate/observations", |
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.
I think the channels in our examples should refer to valid topics
@tomkralidis
@@ -143,12 +143,14 @@ | |||
"title": "Open Government Licence - Canada" | |||
}, | |||
{ | |||
"amComment1":"technically, the GetCapabilities document is XML", | |||
"rel": "service", | |||
"href": "https://geo.weather.gc.ca/geomet-climate?lang=F&service=WMS&request=GetCapabilities", | |||
"type": "image/png", |
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.
@tomkralidis change from image/png to text/xml?
"rel": "service", | ||
"href": "https://geo.weather.gc.ca/geomet-climate?lang=F&service=WMS&request=GetCapabilities", | ||
"type": "image/png", | ||
"title": "HYDROMETRIC.STATIONS" | ||
}, | ||
{ | ||
"amComment2": "update href with real URL", | ||
"rel": "items", |
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.
@tomkralidis replace example.org with real URL
@@ -144,6 +144,7 @@ | |||
"title": "Open Government Licence - Canada" | |||
}, | |||
{ | |||
"amComment":"update with real MQTT link", | |||
"rel": "items", |
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.
@tomkralidis replace example.org with real MQTT link
@@ -134,12 +134,14 @@ | |||
"title": "Open Government Licence - Canada" | |||
}, | |||
{ | |||
"amComment": "text/xml? spell out degrees?", | |||
"rel": "service", | |||
"href": "https://geo.weather.gc.ca/geomet?lang=en&service=WMS&request=GetCapabilities&layers=GDPS.ETA_TT", | |||
"type": "image/png", | |||
"title": "Air temperature [\u00b0C]" |
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.
"title": "Air temperature [\u00b0C]" | |
"title": "Air temperature [degrees]" |
"rel": "service", | ||
"href": "https://geo.weather.gc.ca/geomet?lang=en&service=WMS&request=GetCapabilities&layers=GDPS.ETA_TT", | ||
"type": "image/png", | ||
"title": "Air temperature [\u00b0C]" | ||
}, | ||
{ | ||
"amComment":"update with real MQTT link", | ||
"rel": "items", | ||
"channel": "origin/a/wis2/ca-eccc-msc/data/core/weather/nwp/global", | ||
"href": "mqtts://example.org", |
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.
@tomkralidis use real MQTT link
@@ -126,6 +126,7 @@ | |||
}, | |||
"links": [ | |||
{ | |||
"amComment":"this URL redirects to the GetCapabilities doc", |
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.
"amComment":"this URL redirects to the GetCapabilities doc", |
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.
URL works now
@@ -1,5 +1,6 @@ | |||
{ | |||
"id": "urn:wmo:md:cn-cma-babj:data.core.weather.prediction.forecast.shortrange.probabilistic.global", | |||
"amComment": "short-range or medium-range? global or limited-area? are all of the discipline topics relevant? Is there a real link for data access?", |
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.
@Amienshxq I have a couple consistency questions:
- short-range or medium-range?
- global or limited-area?
- are all of the discipline topics relevant?
- Is there a real link for data access?"
"scheme": "https://github.com/wmo-im/wis2-topic-hierarchy/blob/main/topic-hierarchy/earth-system-discipline/index.csv" | ||
}, | ||
{ | ||
"concepts": [ |
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.
@Amienshxq I removed the concept of broker from this dataset record
] | ||
}, | ||
"links": [ | ||
{ | ||
"amComment":"is there a non-dev URL?", | ||
"rel": "data", | ||
"type": "text/html", | ||
"title": "Raw data download (bufr4)", | ||
"href": "https://wisdev.kishou.go.jp/data/wis2/chn/babj/data/core/weather/surface-based-observations/synop/" |
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.
data is not accessible by this URL
@@ -39,12 +39,14 @@ | |||
}, | |||
"properties": { | |||
"created": "2022-06-23T18:36:00Z", | |||
"updated": "2022-06-23T18:36:00Z", | |||
"updated": "2024-03-13T12:00:00Z", | |||
"wmo:dataPolicy": "core", | |||
"rights": "access", |
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.
@solson-nws what does "access" mean?
Superceded by #201 |
#198