Versions Compared

Key

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

...

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;COVERAGEID=GDPS.ETA_HR&amp;SUBSETTINGCRS=EPSG:4326</serverUrl>
         <user>user</user>
         <password>password</password>
         <relativeViewPeriod unit="day" start="1" end="2" startOverrulable="true" endOverrulable="true"/>
      </general>

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

...