Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Please note data is only available for future dates, not present or past. The date in the url is filled in by FEWS based on the view period.

Property  subsettingCrs is optional. If not configured, the "&SUBSETTINGCRS=EPSG" will not be added to the url. 

Example config:

Code Block
languagexml
linenumberstrue
<?xml version="1.0" encoding="UTF-8"?>
<!-- edited with XMLSpy v2006 rel. 3 sp1 (http://www.altova.com) by Computer Services (WL | Delft Hydraulics) -->
<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">
   <import>
      <general>
         <importType>CanadaMeteoWCS</importType>
         <serverUrl>https://geo.weather.gc.ca/geomet?SERVICE=WCS&amp;VERSION=2.0.1&amp;REQUEST=GetCoverage&amp;SUBSETTINGCRS=EPSG:4326<GetCoverage</serverUrl>
         <user>user</user>
         <password>password</password>
         <relativeViewPeriod unit="day" start="1" end="2" startOverrulable="true" endOverrulable="true"/>
      </general>
      <properties>
         <string key="subsettingCrs" value="EPSG:4326"></string>
      </properties>

      <timeSeriesSet>
         <moduleInstanceId>CanadaMeteoWCS</moduleInstanceId>
         <valueType>grid</valueType>
         <parameterId>GDPS.ETA_HR</parameterId>
         <locationId>CanadaMeteoWCSGrid</locationId>
         <timeSeriesType>external forecasting</timeSeriesType>
         <timeStep unit="hour" multiplier="6"/>
         <readWriteMode>add originals</readWriteMode>
      </timeSeriesSet>
   </import>
</timeSeriesImportRun> 

...