Versions Compared

Key

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

...

  • Locations.xml: to add the satellite location ID
  • Grids.xml: for the grid characteristics
  • Import_SAT.xml: module instance that imports the data
  • IDMapping file if a special parameter ID need to be specified
  • ModuleInstanceDescriptors.xml: For reference of the import module instance
  • Grids.xml: for the grid characteristics
  • ImportUnitConversions.xml: If the units need to be converted on importing

...

Code Block
xml
xml
titleImport_SAT.xml
<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>EARS_Satellite_Rainfall_Estimate</importType>
			<folder>$IMPORT_FOLDER$\SATH</folder>
			<fileNameObservationDateTimePattern>'NI_'yyyyMMdd'.prc'</fileNameObservationDateTimePattern>
			<idMapId>IdImportSAT</idMapId>
			<unitConversionsId>ImportUnitConversions</unitConversionsId>
			<importTimeZone>
				<timeZoneOffset>+00:00</timeZoneOffset>
			</importTimeZone>
			<geoDatum>WGS 1984</geoDatum>
			<dataFeedId>SATH_AFRICA</dataFeedId>
		</general>
		<timeSeriesSet>
			<moduleInstanceId>ImportSATH</moduleInstanceId>
			<valueType>grid</valueType>
			<parameterId>P</parameterId>
			<locationId>SATH_AFRICA</locationId>
			<timeSeriesType>external historical</timeSeriesType>
			<timeStep unit="day"/>
			<readWriteMode>add originals</readWriteMode>
			<expiryTime unit="day" multiplier="400"/>
		</timeSeriesSet>
		<externUnit unit="0.1mm" parameterId="P"/>
	</import>
</timeSeriesImportRun>