forked from ECCC-MSC/msc-pygeoapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update CPW loader to include 7day/hourly forecasts, warnings, sunrise…
…/sunset
- Loading branch information
Showing
5 changed files
with
3,382 additions
and
447 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
broker amqps://[email protected] | ||
queue_name q_${BROKER_USER}.${PROGRAM}.${CONFIG}.${HOSTNAME} | ||
directory ${MSC_PYGEOAPI_CACHEDIR} | ||
exchange xpublic | ||
queueName q_${BROKER_USER}.${PROGRAM}.${CONFIG}.${HOSTNAME} | ||
instances 2 | ||
subtopic *.WXO-DD.citypage_weather.xml.# | ||
mirror True | ||
discard True | ||
slip 3 | ||
accept .* | ||
|
||
plugin ${MSC_PYGEOAPI_METPX_EVENT_FILE_PY} | ||
subtopic *.WXO-DD.citypage_weather.xml.*.# | ||
|
||
directory ${MSC_PYGEOAPI_CACHEDIR} | ||
callback ${MSC_PYGEOAPI_METPX_FLOW_CALLBACK} | ||
mirror True | ||
discard False | ||
strip 3 |
Oops, something went wrong.