Versions Compared

Key

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

...

Code Block
<?xml version="1.0" encoding="UTF-8"?>
<transformationModule version="1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.wldelft.nl/fews"
					  xsi:schemaLocation="http://www.wldelft.nl/fews http://fews.wldelft.nl/schemas/version1.0/transformationModule.xsd">
	<transformation id="polygonRelatedLocations">
		<interpolationSpatial>
			<polygonRelatedLocations>
				<inputVariable>
					<timeSeriesSet>
						<moduleInstanceId>SpatialInterpolationPolygonRelatedLocationsTest</moduleInstanceId>
						<valueType>scalar</valueType>
						<parameterId>T.historical</parameterId>
						<locationId>H-2001</locationId>
						<locationId>H-2002</locationId><locationSetId>LS</locationSetId>
						<timeSeriesType>external historical</timeSeriesType>
						<timeStep unit="day"/>
						<relativeViewPeriod unit="day" start="0" end="0"/>
						<readWriteMode>add originals</readWriteMode>
					</timeSeriesSet>
				</inputVariable>
				<polygonLocationSetId>polygonLocationSet2<<polygonLocationSetId>polygonLocationSet</polygonLocationSetId>
				<polygonLocationRelationId>inverseDistanceLocations</polygonLocationRelationId>
				<outputVariable>
					<timeSeriesSet>
						<moduleInstanceId>SpatialInterpolationPolygonRelatedLocationsTest</moduleInstanceId>
						<valueType>grid</valueType>
						<parameterId>T.historical</parameterId>
						<locationId>ECMWF</locationId>
						<timeSeriesType>external historical</timeSeriesType>
						<timeStep unit="day"/>
						<relativeViewPeriod unit="day" start="0" end="0"/>
						<readWriteMode>add originals</readWriteMode>
					</timeSeriesSet>
				</outputVariable>
			</polygonRelatedLocations>
		</interpolationSpatial>
	</transformation>
</transformationModule>

...