Versions Compared

Key

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

...

The ID mapping file will contain a mapping of the parameters and locations in the data file with the internal parameter and location ID’s of the Delft-FEWS application.

Info

Defines mappings between AHD and FEWS parameters and locations.

Code Block
xml
xml
titlesample of IdMapAHDI.xml
 

<idMap 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" version="1.1">
	<!--mapped Observed water level data series-->
	<map internalParameter="H.m" internalLocation="H-8000" externalParameter="Pegel" externalLocation="50200147"/>
	<!--mapped Observed Discharge data series-->
	<map internalParameter="Q.m" internalLocation="H-8000" externalParameter="Abfluss" externalLocation="50200147"/>
</idMap>

...