You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Available since 2018.02. 

Imports dta from:

https://geo.weather.gc.ca/geomet?SERVICE=WCS&VERSION=2.0.1&REQUEST=GetCoverage&COVERAGEID=GDPS.ETA_HR&SUBSETTINGCRS=EPSG:4326&SUBSET=x(-144,-70)&SUBSET=y(46,69)&FORMAT=image/netcdf&TIME=2020-01-19T00:00:00Z

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.

Example config:

<?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>
         <locationId>CanadaMeteoWCSGrid</locationId>
         <timeSeriesType>external forecasting</timeSeriesType>
         <timeStep unit="hour" multiplier="6"/>
         <readWriteMode>add originals</readWriteMode>
      </timeSeriesSet>
   </import>
</timeSeriesImportRun> 


  • No labels