Created
October 24, 2023 19:30
-
-
Save alexandreleroux/14cc0b4084855dc30cade3badb60fddc to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "urn:x-wmo:md:can:eccc-msc:d8b8a68c-69c1-455f-b2a1-d52020163256", | |
"conformsTo": [ | |
"http://wis.wmo.int/spec/wcmp/2/conf/core" | |
], | |
"type": "Feature", | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
-180, | |
-90 | |
], | |
[ | |
-180, | |
90 | |
], | |
[ | |
180, | |
90 | |
], | |
[ | |
180, | |
-90 | |
], | |
[ | |
-180, | |
-90 | |
] | |
] | |
] | |
}, | |
"properties": { | |
"identifier": "urn:x-wmo:md:can:eccc-msc:d8b8a68c-69c1-455f-b2a1-d52020163256", | |
"title": "Relative Humidity at 850 hPa from the Global Deterministic Prediction System", | |
"description": "The Global Deterministic Prediction System (GDPS) is a coupled atmosphere (GEM), ocean and sea ice (NEMO-CICE) deterministic numerical weather prediction model. Forecasts are carried out twice a day for 10 days lead time. The geographical coverage is global on a native Yin-Yang grid at 15 km horizontal resolution. Data is available for 33 vertical levels and interpolated on a global latitude-longitude uniform grid with 0.2 degree horizontal resolution. Variables availability in number and time frequency is a function of forecast lead time.", | |
"themes": [ | |
{ | |
"concepts": [ | |
{ | |
"id": "Weather forecasts" | |
}, | |
{ | |
"id": "Humidity" | |
}, | |
{ | |
"id": "Meteorological data" | |
} | |
], | |
"scheme": "https://canada.multites.net/cst/EAEAD1E6-7DD2-4997-BE7F-40BFB1CBE8A2/CST20230912.rdf" | |
}, | |
{ | |
"concepts": [ | |
{ | |
"id": "weather" | |
} | |
], | |
"scheme": "https://github.com/wmo-im/wis2-topic-hierarchy/blob/main/topic-hierarchy/earth-system-discipline.csv" | |
} | |
], | |
"language": "en", | |
"type": "dataset", | |
"created": "1991-03-12T00:00:00Z", | |
"rights": "Open Government Licence - Canada (https://open.canada.ca/en/open-government-licence-canada)", | |
"formats": [ | |
"GRIB2", | |
"WMS" | |
], | |
"contacts": [ | |
{ | |
"addresses": [ | |
{ | |
"deliveryPoint": [ | |
"77 Westmorland Street, suite 260" | |
], | |
"city": "Fredericton", | |
"administrativeArea": "New Brunswick", | |
"postalCode": "E3B 6Z4", | |
"country": "Canada" | |
} | |
], | |
"roles": [ | |
"originator", | |
"pointOfContact", | |
"distributor" | |
], | |
"organization": "Government of Canada; Environment and Climate Change Canada; Meteorological Service of Canada", | |
"name": "National Inquiry Response Team / \u00c9quipe nationale de r\u00e9ponse des demandes du public", | |
"position": "National Inquiry Response Team", | |
"hoursOfService": "0700h - 1500h EST", | |
"contactInstructions": "email", | |
"phones": [ | |
{ | |
"value": "+18199972800" | |
} | |
], | |
"emails": [ | |
{ | |
"value": "[email protected]" | |
} | |
], | |
"links": [ | |
{ | |
"rel": "canonical", | |
"type": "text/html", | |
"href": "https://www.canada.ca/en/environment-climate-change.html" | |
} | |
] | |
} | |
], | |
"keywords": [ | |
"Prediction", | |
"Global", | |
"Deterministic", | |
"Weather and Climate", | |
"International", | |
"Atmosphere" | |
], | |
"wmo:dataPolicy": "core" | |
}, | |
"links": [ | |
{ | |
"href": "https://geo.weather.gc.ca/geomet?lang=en&service=WMS&request=GetCapabilities&layers=GDPS.PRES_HR.850.3h", | |
"type": "OGC:WMS", | |
"rel": "data", | |
"title": "GDPS.PRES - Relative humidity at 850.0 mb (3 hourly forecast) [0-1]" | |
}, | |
{ | |
"href": "https://geo.meteo.gc.ca/geomet?lang=fr&service=WMS&request=GetCapabilities&layers=GDPS.PRES_HR.850.3h", | |
"type": "OGC:WMS", | |
"rel": "data", | |
"title": "GDPS.PRES - Relative humidity at 850.0 mb (3 hourly forecast) [0-1]" | |
}, | |
{ | |
"href": "https://dd.weather.gc.ca/model_gem_global/", | |
"type": "WWW:LINK", | |
"rel": "data", | |
"title": "MSC Datamart" | |
}, | |
{ | |
"href": "https://dd.meteo.gc.ca/model_gem_global/", | |
"type": "WWW:LINK", | |
"rel": "data", | |
"title": "MSC Datamart" | |
}, | |
{ | |
"href": "amqps://dd.weather.gc.ca/model_gem_global.#", | |
"type": "OASIS:AMQP", | |
"rel": "data", | |
"title": "MSC Datamart AMQP" | |
}, | |
{ | |
"href": "amqps://dd.meteo.gc.ca/model_gem_global.#", | |
"type": "OASIS:AMQP", | |
"rel": "data", | |
"title": "MSC Datamart AMQP" | |
} | |
], | |
"time": { | |
"interval": [ | |
"1963-10-01", | |
".." | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment