Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ To implement this behaviour, add additional properties to both WCMP2 and WNM as
"title": "Real-time notifications",
"href" : "mqtts://globalbroker.meteo.fr:8883",
"channel": "cache/a/wis2/ca-eccc-msc/data/core/weather/surface-based-observations/synop",
"properties": {
"filters": {
"wigos_station_identifier": {
"type": "string",
"title": "WIGOS station identifier"
Expand Down Expand Up @@ -80,7 +80,7 @@ When implemented by a data producer, a data consumer can:
"title": "Real-time notifications",
"href" : "mqtts://globalbroker.meteo.fr:8883",
"channel": "origin/a/wis2/ca-eccc-msc/data/core/weather/prediction/forecast/medium-range/deterministic/global",
"properties": {
"filters": {
"model_run": {
"type": "string",
"title": "Model run",
Expand Down
Loading