|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <timeSeriesImportRun xmlns="http://www.wldelft.nl/fews" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.wldelft.nl/fews http://fews.wldelft.nl/schemas/version1.0/timeSeriesImportRun.xsd"> |
3 | 3 | <import> |
4 | | - <general> |
5 | | - <importType>CanadaMeteo</importType> |
6 | | - <serverUrl>https://dd.meteo.gc.ca/observations/xml</serverUrl> |
7 | | - <!-- Time period has to be configured for the importer to work --> |
8 | | - <relativeViewPeriod unit="day" start="$STARTTIME$" end="$ENDTIME$" startOverrulable="true" endOverrulable="true"/> |
9 | | - <idMapId>IdImportECCCScalar</idMapId> |
10 | | - <importTimeZone> |
11 | | - <timeZoneName>$TIMEZONE$</timeZoneName> |
12 | | - </importTimeZone> |
13 | | - <dataFeedId>$LOCATIONSET$</dataFeedId> |
14 | | - </general> |
| 4 | + <general> |
| 5 | + <importType>CanadaMeteo</importType> |
| 6 | + <serverUrl>https://dd.meteo.gc.ca</serverUrl> |
| 7 | + <!--<user>dummy_username</user> |
| 8 | + <password>dummy_password</password>--> |
| 9 | + <!-- Time period has to be configured for the importer to work --> |
| 10 | + <relativeViewPeriod unit="day" start="$STARTTIME$" end="$ENDTIME$" startOverrulable="true" endOverrulable="true"/> |
| 11 | + <idMapId>IdImportECCCScalar</idMapId> |
| 12 | + <importTimeZone> |
| 13 | + <timeZoneName>PST</timeZoneName> |
| 14 | + </importTimeZone> |
| 15 | + |
| 16 | + </general> |
15 | 17 | <properties> |
16 | 18 | <!--Optional configuration field. Value is a comma separated string of the region folder to be included.--> |
17 | 19 | <!--If it is not configured, data will be fetched from all folders for the specified time. Case sensitive.--> |
|
20 | 22 | <!--Optional configuration field. Value is a comma separated string of the time folders to be included.--> |
21 | 23 | <!--If it is not configured, data will be fetched from all folders for the specified time.--> |
22 | 24 | <!--Possible choices: "hourly", "today", "yesterday"--> |
23 | | - <string key="TimeDirectory" value="today, yesterday"/> |
| 25 | + <string key="TimeDirectory" value="hourly, today, yesterday"/> |
24 | 26 | </properties> |
25 | 27 | <timeSeriesSet> |
26 | 28 | <moduleInstanceId>ImportECCCScalar</moduleInstanceId> |
|
0 commit comments