Versions Compared

Key

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

...

Menyanthes tag

FEWS info

TITEL

"FEWS Menyanthes Export"

GEBRUIKERSNAAM

userName

PERIODE

Content period start date

DATUM

Content period end date

REFERENTIE

NAP

...

Menyanthes tag

FEWS info

LOCATIE

Location Id

FILTERNUMMER

Qualifier id

EXTERNE AANDUIDING

"n/a" but overruled by Location export attribute EXTERNE_AANDUIDING when available., which should point to a valid location attribute

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

 
MAAIVELD 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,  else it remains empty.

BOVENKANT FILTER

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

ONDERKANT FILTER

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

...

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"/>
    <exportAttribute internalAttributeId="EXTERNE_AANDUIDING" externalAttributeId="LOCATION_ATTRIBUTE_EXTERNE_AANDUIDING"/>
    <timeSeriesSet> ...... </timeSeriesSet>
  </export>
</timeSeriesExportRun>

...