Versions Compared

Key

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

...

Code Block
xml
xml
<?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>
			<importType>IJGKlepstanden</importType>
			<folder>$IMPORT_FOLDER_IJGKlepstanden$</folder>
			<failedFolder>$IMPORT_FOLDER_IJGKlepstanden$</failedFolder>
			<backupFolder>$IMPORT_FOLDER_IJGKlepstanden$</backupFolder>
			<importTimeZone>
				<timeZoneOffset>+01:00</timeZoneOffset>
			</importTimeZone>
			<dataFeedId>IJGKS-DF</dataFeedId>
			<reportChangedValues>true</reportChangedValues>
		</general>
		<timeSeriesSet>
			<moduleInstanceId>ImportIJGKS</moduleInstanceId>
			<valueType>scalar</valueType>
			<parameterId>Klepstand</parameterId>
			<locationSetId>IJGKS_Locs</locationSetId>
			<timeSeriesType>external historical</timeSeriesType>
			<timeStep unit="minutesnonequidistant" multiplier="1"/>
			<readWriteMode>add originals</readWriteMode>
			<synchLevel>1</synchLevel>
			<expiryTime unit="day"/>
			<ensembleId>IJGKS</ensembleId>
		</timeSeriesSet>
                    .
                    .
                    .
	</import>
</timeSeriesImportRun>

...

Non matching LocationID and ParameterID assigned during import can be mapped to the ines ones in use by the FEWS system by defining a an ID Mapping.

For example:

Code Block
xml
xml
<?xml version="1.0" encoding="UTF-8"?>
<idMap version="1.1" 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/idMap.xsd">
  <parameter external="Stand" internal="Klepstand"/>
  <location external="Stevinsluis_Kolk1_Zuid" internal="STS_01_S"/>
</idMap>