Skip to content
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

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion examples/ca-eccc-msc-gdc.global-discovery-catalogue.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"id": "urn:wmo:md:ca-eccc-msc-gdc:global-discovery-catalogue",
"id": "urn:wmo:md:ca-eccc-msc-global-discovery-catalogue:geomet",
"type": "Feature",
"conformsTo": [
"http://wis.wmo.int/spec/wcmp/2/conf/core"
Expand Down Expand Up @@ -133,6 +133,7 @@
},
"links": [
{
"amComment":"is there a real URL now?",
Copy link
Member Author

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?

"rel": "archives",
"type": "text/html",
"title": "Open Data Server DWD (Metadata Archive)",
Expand Down
1 change: 1 addition & 0 deletions examples/ca-eccc-msc.daily-climate-observations.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Copy link
Member Author

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

"type": "application/geo+json",
"title": "Data notifications"
Expand Down
2 changes: 2 additions & 0 deletions examples/ca-eccc-msc.hydrometric-archive.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Copy link
Member Author

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?

"title": "HYDROMETRIC.STATIONS"
},
{
"amComment2": "update href with real URL",
"rel": "items",
Copy link
Member Author

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

"href": "mqtts://example.org",
"channel": "origin/a/wis2/ca-eccc-msc/data/core/hydrology",
Expand Down
1 change: 1 addition & 0 deletions examples/ca-eccc-msc.hydrometric-realtime.json
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@
"title": "Open Government Licence - Canada"
},
{
"amComment":"update with real MQTT link",
"rel": "items",
Copy link
Member Author

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

"href": "mqtts://example.org",
"channel": "origin/a/wis2/ca-eccc-msc/data/core/hydrology",
Expand Down
2 changes: 2 additions & 0 deletions examples/ca-eccc-msc.nwp-gdps.json
Original file line number Diff line number Diff line change
Expand Up @@ -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]"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"title": "Air temperature [\u00b0C]"
"title": "Air temperature [degrees]"

},
{
"amComment":"update with real MQTT link",
"rel": "items",
"channel": "origin/a/wis2/ca-eccc-msc/data/core/weather/nwp/global",
"href": "mqtts://example.org",
Copy link
Member Author

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
},
"links": [
{
"amComment":"this URL redirects to the GetCapabilities doc",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"amComment":"this URL redirects to the GetCapabilities doc",

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

URL works now

"rel": "stations",
"href": "https://dd.weather.gc.ca/observations/doc/swob-xml_station_list.csv",
"type": "text/csv",
Expand All @@ -151,6 +152,7 @@
"title": "Documentation"
},
{
"amComment":"update with real MQTT link",
"rel": "items",
"href": "mqtts://example.org",
"channel": "origin/a/wis2/ca-eccc-msc/data/core/weather/surface-based-observations/synop",
Expand Down
20 changes: 6 additions & 14 deletions examples/cn-cma-babj.nmic.prediction-forecast.json
Original file line number Diff line number Diff line change
@@ -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?",
Copy link
Member Author

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:

  1. short-range or medium-range?
  2. global or limited-area?
  3. are all of the discipline topics relevant?
  4. Is there a real link for data access?"

"id": "urn:wmo:md:cn-cma-babj:data.core.weather.prediction.forecast.short-range.probabilistic.global",
"type": "Feature",
"conformsTo": [
"http://wis.wmo.int/spec/wcmp/2/conf/core"
Expand Down Expand Up @@ -39,7 +40,7 @@
"resolution": "P6H"
},
"properties": {
"title": "CMA GRAPES GEPS v1.3",
"title": "CMA Global and Regional Assimilation and Prediction system Global Ensemble Prediction System (GRAPES GEPS) v1.3",
"description": "GRAPES GEPS is the main technical means to solve the uncertainty of CMA-GFS medium-term forecast and the difficulties of extreme weather forecast.",
"themes": [
{
Expand Down Expand Up @@ -73,16 +74,7 @@
"title": "Space Weather"
}
],
"scheme": "https://github.com/wmo-im/wis2-topic-hierarchy/blob/main/topic-hierarchy/earth-system-discipline/index.csv"
},
{
"concepts": [
Copy link
Member Author

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

{
"id": "global-broker",
"title": "Global Broker"
}
],
"scheme": "https://github.com/wmo-im/wcmp2-codelists/blob/main/codelists/global-service-type.csv"
"scheme": "https://codes.wmo.int/wis/topic-hierarchy/earth-system-discipline"
}
],
"contacts": [
Expand Down Expand Up @@ -127,7 +119,7 @@
"language": "en",
"type": "dataset",
"created": "2023-04-23T12:00:00Z",
"updated": "2024-01-15T12:00:00Z",
"updated": "2024-03-13T12:00:00Z",
"keywords": [
"WIS2",
"forecast",
Expand All @@ -144,7 +136,7 @@
},
{
"rel": "items",
"channel": "origin/a/wis2/cn-cma-babj/weather/prediction/forecast/#",
"channel": "origin/a/wis2/cn-cma-babj/weather/prediction/forecast/shortrange/probabilistic/global",
"type": "application/geo+json",
"title": "Data notifications - WMO WIS Global Broker - CMA",
"href": "mqtts://everyone:[email protected]:8883"
Expand Down
6 changes: 3 additions & 3 deletions examples/cn-cma-babj.nmic.surface-based-observations.json
Original file line number Diff line number Diff line change
Expand Up @@ -98,20 +98,20 @@
"keywords": [
"WIS2",
"surface",
"observations",
"metadata"
"observations"
]
},
"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/"
Copy link
Member Author

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

},
{
"rel": "items",
"channel": "cache/a/wis2/#",
"channel": "origin/a/wis2/cn-cma/data/core/weather/surface-based-observations/synop",
"type": "application/geo+json",
"title": "Data notifications - WMO WIS Global Broker - CMA",
"href": "mqtts://everyone:[email protected]:8883"
Expand Down
3 changes: 3 additions & 0 deletions examples/int-eumetsat-serviri-core.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@
"title": "dataset is in 24/7 operation",
"url": "https://vocab.met.no/mmd/en/page/Operational_Status"
},
"amComment1":"move these keywords into concepts",
"keywords": [
"atmosphere",
"land",
Expand Down Expand Up @@ -127,6 +128,7 @@
"scheme": "https://wis.wmo.int/2012/codelists/WMOCodeLists.xml#WMO_CategoryCode#MD_KeywordTypeCode_dataCentre"
}
],
"amComment2":"move formats under links.distribution.availableFormats",
"formats": [
"application/x-eum-hrit"
],
Expand All @@ -143,6 +145,7 @@
{
"rel": "items",
"channel": "origin/a/wis2/int-eumetsat/data/core/weather/space-based-observations/satellite4nowcasting/Meteosat-10/ImageL1-5",
"amComment":"update channel when satellite topics are defined, change href",
"href": "mqtts://example.org",
"type": "application/geo+json",
"title": "Data notifications"
Expand Down
60 changes: 42 additions & 18 deletions examples/us-noaa-nws.gfs-10deg.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Copy link
Member Author

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?

"amComment1":"what does access mean?",
"type": "dataset",
"title": "Global Forecast System 1 Degree Resolution",
"description": "The Global Forecast System is a weather forecast model produced by the National Centers for Environmental Prediction.",
"amComment2":"can the description be expanded on a little bit?",
"keywords": [
"Geopotential Height",
"Planetary Boundary Layer Height",
Expand Down Expand Up @@ -212,56 +214,70 @@
{
"concepts": [
{
"id": "weather"
"id": "weather",
"title": "Weather"
}
],
"scheme": "https://github.com/wmo-im/wis2-topic-hierarchy/blob/main/topic-hierarchy/earth-system-discipline/index.csv"
"scheme": "http:codes.wmo.int/wis/topic-hierarchy/earth-system-discipline/weather"
},
{
{ "amComment3":"remove because it doesn't have a definition and I don't like using old ISO codes",
"concepts": [
{
"id": "meteorology"
"id": "meteorology",
"title": "meteorology"
}
],
"scheme": "http://wis.wmo.int/2012/codelists/WMOCodeLists#WMO_CategoryCode"
},

{
"concepts": [
{
"id": "Absolute vorticity"
"title": "Absolute vorticity",
"id": "0-2-10"
},
{
"id": "Albedo"
"title": "Albedo",
"id":"0-19-1"
},
{
"id": "Pressure reduced to MSL"
"title": "Pressure reduced to MSL",
"id":"0-3-1"
},
{
"id": "Snow cover"
"title": "Snow cover",
"id":"0-1-42"
},
{
"id": "Snow depth"
"title": "Snow depth",
"id":"0-1-11"
},
{
"id": "Soil temperature"
"title": "Soil temperature",
"id":"2-3-18"
},
{
"id": "v-component of wind"
"title": "v-component of wind",
"id":"0-2-3"
},
{
"id": "v-component storm motion"
"title": "v-component storm motion",
"id":"0-2-28"
},
{
"id": "Vegetation"
"title": "Vegetation",
"id":"2-0-4"
},
{
"id":"Vertical velocity (geometric))"
"title":"Vertical velocity (geometric))",
"id":"0-2-9"
},
{
"id":"Vertical velocity (pressure)"
"title":"Vertical velocity (pressure)",
"id":"0-2-8"
}
],
"scheme": "https://codes.wmo.int/grib2/codeflag/_4.2"
"scheme": "https://codes.wmo.int/grib2/codeflag/4.2"
}
],
"contacts": [
Expand Down Expand Up @@ -308,8 +324,16 @@
{
"rel": "data",
"href": "https://nomads.ncep.noaa.gov/pub/data/nccf/com/gfs/prod/",
"type": "application/x-grib",
"type": "application/grib;edition=2",
"title": "NOAA Operational Model Archive and Distribution System (NOMADS)"
},
{
"amComment":"need to update channel",
"rel": "items",
"channel": ".../weather/prediction/forecast/.../global",
"type": "application/geo+json",
"title": "Data notifications",
"href": "mqtts://everyone:[email protected]:8883"
}
]
}
51 changes: 38 additions & 13 deletions examples/us-noaa-nws.goes16-satellite-sst.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@
]
},
"properties": {
"created": "2022-08-01T14:16:00Z",
"updated": "2022-08-01T14:16:00Z",
"created": "2022-08-01T12:00:00Z",
"updated": "2024-03-13T12:00:00Z",
"wmo:dataPolicy": "core",
"type": "dataset",
"title": "Goes 16 Advanced Baseline Imager Level 2 Sea Surface Temperature",
"description": "Sea Surface Temperature for each cloud-free pixel over water The Sea Surface Temperature algorithm employed on GOES 18 will use hybrid physical-regression retrieval in order to produce a more accurate product.",
"description": "Sea Surface Temperature for each cloud-free pixel over water. The Sea Surface Temperature algorithm employed on GOES 18 [16 or 18?] will use hybrid physical-regression retrieval in order to produce a more accurate product.",
"keywords": [
"Sea Surface Temperature",
"Geostationary Operational Environmental Satellite 16 (GOES-16)",
Expand All @@ -65,7 +65,6 @@
"Atmosphere",
"meteorology"
],
"keywordsCodespace": "http://codes.wmo.int/common/quantity-kind/_seaSurfaceTemperature",
"language": "en",
"themes": [
{
Expand All @@ -74,9 +73,39 @@
"id": "weather",
"title": "Weather",
"url": "https://codes.wmo.int/wis/topic-hierarchy/earth-system-discipline/weather"
},
{
"id": "climate",
"title": "Climate",
"url": "https://codes.wmo.int/wis/topic-hierarchy/earth-system-discipline/climate"
},
{
"id": "ocean",
"title": "Ocean",
"url": "https://codes.wmo.int/wis/topic-hierarchy/earth-system-discipline/ocean"
}
],
"scheme": "https://codes.wmo.int/wis/topic-hierarchy/earth-system-discipline"
},
{
"concepts": [
{
"id": "seaSurfaceTemperature",
"title": "Sea surface temperature",
"url": "http://codes.wmo.int/common/quantity-kind/seaSurfaceTemperature"
}
],
"scheme": "http://codes.wmo.int/common/quantity-kind"
},
{
"concepts": [
{
"id": "95",
"title": "Sea surface temperature",
"url": "http://codes.wmo.int/wmdr/ObservedVariableOcean/95"
}
],
"scheme": "https://codes.wmo.int/wmdr/ObservedVariableOcean"
}
],
"contacts": [
Expand Down Expand Up @@ -117,11 +146,13 @@
]
}
],
"amReview": [
"formats property is not part of the wcmp2, move to all links with distribution.availableFormats.name?"
],
"formats": [
"NetCDF"
],
"license": "There are no restrictions on the use of this data.",
"rights": "access"
"rights": "There are no restrictions on the use of this data."
},
"links": [
{
Expand All @@ -132,13 +163,7 @@
},
{
"rel": "data",
"href": "https://www.ncdc.noaa.gov/airs-web",
"type": "application/netcdf",
"title": "NCEI's Archive Information Request System (AIRS)"
},
{
"rel": "data",
"href": "https://console.cloud.google.com/storage/browser/gcp-public-data-goes-16/ABI-L2-SSTF?pageState=(%22StorageObjectListTable%22:(%22f%22:%22%255B%255D%22))&prefix=&forceOnObjectsSortingFiltering=false",
"href": "https://console.cloud.google.com/storage/browser/gcp-public-data-goes-16/ABI-L2-SSTF",
"type": "text/html",
"title": "Google Cloud GOES-16 L2 Sea Surface Temperature"
},
Expand Down
Loading