Versions Compared

Key

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

...

Menyanthes tag

FEWS info

LOCATIE

Location Id

FILTERNUMMER

Qualifier id

EXTERNE AANDUIDING

"n/a"

X COORDINAAT

Geometry X

Y COORDINAAT

Geometry Y

MAAIVELD

Geometry Z but overruled by Location attribute MAAIVELD_NAP when available. When both are unavailable "0" is written.

GESCHAT

 
MEETPUNT MAAIVELD NAPLocation attribute MEETPUNT_NAPOptional, location attribute with surface level (MAAIVELD). Only if available,  else it remains empty.

MEETPUNT NAP

Optional, location attribute with gauge level (MEETPUNT). Only if available, 

when available or

else it remains empty.

BOVENKANT FILTER

Location attribute BOVENKANT
_FILTER when available or

Optional, location attribute with level of top of filter. Only if available,  else it remains empty.

ONDERKANT FILTER

Location attribute
ONDERKANT_FILTER when available or

Optional, location attribute with level of bottom of filter. Only if available,  else it remains empty.

START DATUM

Measurement datum start

EINDE DATUM

Measurement datum end

 

Using the optional elements can be configured as in the below examples. Notice that the internalAttributeId should point to your own configured attributes.The externalAttributeId is fixed!

Code Block
languagexml
titletimeSeriesExportRun
collapsetrue
<timeSeriesExportRun>
  <export>
    <general>menyanthes</general>
    <exportAttribute internalAttributeId="MAAIVELD" externalAttributeId="LOCATION_ATTRIBUTE_MAAIVELD_NAP"/>
    <exportAttribute internalAttributeId="MEETPUNT" externalAttributeId="LOCATION_ATTRIBUTE_MEETPUNT_NAP"/>
    <exportAttribute internalAttributeId="BOVENKANT_FILTER" externalAttributeId="LOCATION_ATTRIBUTE_BOVENKANT_FILTER"/>
    <exportAttribute internalAttributeId="ONDERKANT_FILTER" externalAttributeId="LOCATION_ATTRIBUTE_ONDERKANT_FILTER"/>
    <timeSeriesSet> ...... </timeSeriesSet>
  </export>
</timeSeriesExportRun>
Code Block
languagexml
titleExplorer interactiveExportFormat
collapsetrue
<interactiveExportFormat>
  <name>Menyanthes</name>
  <exportType>Menyanthes</exportType>
  <IdMapId>IdExportMenyanthes</IdMapId>
  <exportAttribute internalAttributeId="MAAIVELD" externalAttributeId="LOCATION_ATTRIBUTE_MAAIVELD_NAP"/>
  <exportAttribute internalAttributeId="MEETPUNT" externalAttributeId="LOCATION_ATTRIBUTE_MEETPUNT_NAP"/>
  <exportAttribute internalAttributeId="BOVENKANT_FILTER" externalAttributeId="LOCATION_ATTRIBUTE_BOVENKANT_FILTER"/>
  <exportAttribute internalAttributeId="ONDERKANT_FILTER" externalAttributeId="LOCATION_ATTRIBUTE_ONDERKANT_FILTER"/>
</interactiveExportFormat>   

 

The Export module in FEWS exports the following timeseries description:

...