Versions Compared

Key

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

...

The IdMapping configuration dxMapId.xml is needed to maps the internal FEWS Id's to the DxOnline Id's. An example IdMapping file importer is shown below. As an example the H.observed parameter is used tp to map the RATE parameter and a location cxLocation has been defined in the Locations.xml that the COMP location will be mapped to:

...

The actual grid definition (grids.xml) looks as follows:

noformat
Code Block
xml
xml
<?xml version="1.0" encoding="UTF-8"?>
<grids 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/grids.xsd">
	<regular locationId="cxLocation">
		<rows>280</rows>
		<columns>280</columns>
		<geoDatum>WGS 1984</geoDatum>
		<firstCellCenter>
			<x>0.0</x>
			<y>0.0</y>
		</firstCellCenter>
		<xCellSize>0.1</xCellSize>
		<yCellSize>0.1</yCellSize>
	</regular>
</grids>