Versions Compared

Key

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

...

MeteoAlarmCap Export Configuration

The configuration of the MeteoAlarm MeteoAlarmCap export module is shown in the following example.

There is 1 required properties that has to be configured:

  • area-code

The area code is one of the following codes that should be available as externalLocationId in the idMap:

  • "GR" (Groningen)
  • "FL" (Flevoland)
  • "ZH" (Zuid-Holland)
  • "ZE" (Zeeland)
  • "NH" (Noord-Holland)
  • "LB"  (Limburg)
  • "NB" (Noord-Brabant)
  • "GL" (Gelderland)
  • "UT" (Utrecht)
  • "OV" (Overijssel)
  • "FR" (Friesland)
  • "DR" (Drenthe)
  • "WAE" (Waddeneilanden)
  • "WAD" (Waddenzee)
  • "IJG" (IJsselmeergebied)

The following properties are optional and can be used to change the default values. The default values are given:

...

Code Block
xml
xml
<?xml version="1.0" encoding="UTF-8"?>
<timeSeriesExportRun 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/timeSeriesExportRun.xsd">
	<export>
		<general>
			<exportType>MeteoAlarm</exportType>
			<folder>$EXPORT_FOLDER$/MeteoAlarm</folder>
			<exportFileName>
				<name>meteoAlarm<name>meteoAlarmOv.xml</name>
			</exportFileName>
			<idMapId>idMeteoAlarm</idMapId>
		</general>
		<properties>
			<string key="area-code" value="OV" ></string>
		</properties>
		<timeSeriesSet>
			<moduleInstanceId>ModuleInstanceId</moduleInstanceId>
			<valueType>scalar</valueType>
			<parameterId>Q</parameterId>
			<locationId>73</locationId>
			<timeSeriesType>external historical</timeSeriesType>
			<timeStep unit="minute" multiplier="15"/>
			<readWriteMode>read complete forecast</readWriteMode>
			<synchLevel>1</synchLevel>
			<ensembleId>main</ensembleId>
			<ensembleMemberIndex>0</ensembleMemberIndex>
		</timeSeriesSet>
	</export>
</timeSeriesExportRun>

...