Versions Compared

Key

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

EXTERNAL_FORECAST_TIME


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>

...

%EXTERNAL_FORECAST_TIME% - external analysis time. When configuring it, it needs two parameters: the first is the external forecast isid, the second should be the time format. Neither the id not nor the time format should contain "," (a comma). The two arguments should be separated bz by a comma.
        Example: %EXTERNAL_ANALYSISFORECAST_TIME(thisIsTheId),(yyyy/MM/dd HH:mm:ss z)%

...