Versions Compared

Key

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

...

Each timeseries value in the timeseries content is written as a serperate separate row in the file.

  • Each row contains information on the location ID and Qualifier id, date and time, value, flag
  • Only non-missing values are printed.

More information on the Menyanthes format can be found on the Menyanthes internet site: (http://www.waterware.nl/Menyanthes/Image Removed)

Description of file format

...

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 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

 

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"/>
    <exportAttribute internalAttributeId="EXTERNE_AANDUIDING" externalAttributeId="LOCATION_ATTRIBUTE_EXTERNE_AANDUIDING"/>
    <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"/>
  <exportAttribute internalAttributeId="EXTERNE_AANDUIDING" externalAttributeId="LOCATION_ATTRIBUTE_EXTERNE_AANDUIDING"/>
</interactiveExportFormat> 

 

The Export module in FEWS exports the following timeseries description:

...

Example export file

No Format

TITEL: FEWS Menyanthes Export
GEBRUIKERSNAAM: ansink
PERIODE: 2009/02/20-2010/03/22
DATUM:2010/03/22 08:16:22
REFERENTIE: NAP

LOCATIE,FILTERNUMMER,EXTERNE AANDUIDING,X COORDINAAT,Y COORDINAAT,MAAIVELD NAP,GESCHAT,MEETPUNT NAP,BOVENKANT FILTER,ONDERKANT FILTER,START DATUM,EINDE DATUM
40145,1,n/a,156352.0,467817.0,2.27,,,,,2009/02/20,2010/03/22

LOCATIE,FILTERNUMMER,PEIL DATUM TIJD,STAND (NAP),BIJZONDERHEID
40145,1,2009/02/20 08:00:00,-1.36,8
40145,1,2009/02/20 09:00:00,-1.36,8
40145,1,2009/02/20 10:00:00,-1.36,8
40145,1,2009/02/20 11:00:00,-1.36,8

Source code

MenyanthesTimeSeriesSerializer.java

LOCATION_ATTRIBUTE_EXTERNE_AANDUIDING