Versions Compared

Key

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



scrollbar



What

nameofinstance.xml

Required

no

Description

Export data (timeseries) from Delft-Fews to several file formats

schema location

http://fews.wldelft.nl/schemas/version1.0/timeSeriesExportRun.xsd

Entry in ModuleDescriptors

<moduleDescriptor id="TimeSeriesExportRun">
<description>Export module to export timeseries to various formats</description>
<className>nl.wldelft.fews.system.plugin.dataExport.TimeSeriesExport</className>
</moduleDescriptor>

...

Convert the geographical coordinate system (horizontal datum and projection) to specified geoDatum during export. Not all serializers support this parameter so please check the documentation for a particular serializer to see if it is supported.

ensembleMemberFormat

Available since 2019.02. Can either have value 'name' or  'index'.  If 'name' is configured, the ensemble member Id is written. Otherwise the ensemble member index is written.

forecastSelectionPeriod

If configured all forecasts with a forecast time within the configured period will be exported. It is advisable to also configure a <timeZeroFormattingString> in the <prefix> of the <exportFileName>, to easily differentiate between the different forecasts.

...