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"?>
<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>
         		<general>
			<importType>CanadaMeteoWCS</importType>
         			<serverUrl>https://geo.weather.gc.ca/geomet?SERVICE=WCS&amp;VERSION=2.0.1&amp;REQUEST=GetCoverage</serverUrl>
         			<relativeViewPeriod unit="dayhour" start="03" end="7240" startOverrulable="true" endOverrulable="true"/>
         			<idMapId>IdImportCanadaWCS</idMapId>
      		</general>
		<relativeViewPeriod unit="hour"     <properties>
         <string key="subsettingCrs" value="EPSG:4326"></string>
      </properties>
        <timeSeriesSet>
         <moduleInstanceId>ImportGDPS</moduleInstanceId>
         <valueType>grid</valueType>
         <parameterId>PC.nwp</parameterId>
         <locationId>GDPS</locationId>
         <timeSeriesType>external forecasting</timeSeriesType>
         <timeStep unit="hour" multiplier="3"/>
         <readWriteMode>add originals</readWriteMode>
      </timeSeriesSet>
      <timeSeriesSet>
         <moduleInstanceId>ImportGDPS</moduleInstanceId>
         <valueType>grid</valueType>
         <parameterId>TA.nwp</parameterId>
         <locationId>GDPS</locationId>
         <timeSeriesType>external forecasting</timeSeriesType>
         start="3" end="72" startOverrulable="true" endOverrulable="true"/>
		<startTimeShift>
			<parameterId>PC.nwp</parameterId>
			<relativePeriod start="-3" end="0" unit="hour"/>
		</startTimeShift>
		<properties>
			<string key="subsettingCrs" value="EPSG:4326"/>
		</properties>
		<timeSeriesSet>
			<moduleInstanceId>ImportGDPS</moduleInstanceId>
			<valueType>grid</valueType>
			<parameterId>PC.nwp</parameterId>
			<locationId>GDPS_WCS</locationId>
			<timeSeriesType>external forecasting</timeSeriesType>
			<timeStep unit="hour" multiplier="3"/>
			<readWriteMode>add originals</readWriteMode>
		</timeSeriesSet>
		<externUnit parameterId="PC.nwp" unit="kg m-2" cumulativeSum="true"/>
	</import>
	<import>
		<general>
			<importType>CanadaMeteoWCS</importType>
			<serverUrl>https://geo.weather.gc.ca/geomet?SERVICE=WCS&amp;VERSION=2.0.1&amp;REQUEST=GetCoverage</serverUrl>
			<relativeViewPeriod unit="hour" start="0" end="240" startOverrulable="true" endOverrulable="true"/>
			<idMapId>IdImportCanadaWCS</idMapId>
		</general>
		<properties>
			<string key="subsettingCrs" value="EPSG:4326"/>
		</properties>
		<timeSeriesSet>
			<moduleInstanceId>ImportGDPS</moduleInstanceId>
			<valueType>grid</valueType>
			<parameterId>TA.nwp</parameterId>
			<locationId>GDPS_WCS</locationId>
			<timeSeriesType>external forecasting</timeSeriesType>
			<timeStep unit="hour" multiplier="3"/>
         			<readWriteMode>add originals</readWriteMode>
      		</timeSeriesSet>
       		<externUnit parameterId="PC.nwp" unit="kg m-2" cumulativeSum="true"/>
      <externUnit parameterId="TA.nwp" unit="K"/>
   	</import>
</timeSeriesImportRun>

...