Versions Compared

Key

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

...

Introduction

Supported export types

+ -csv

  • bfg
    + -tsd
    -fliwas
    -pi
  • shef
  • grdc
  • netcdf mapdphase
  • netcdf alert

...

Export scalar timeseries to tsd type format (example config). This is a tab delimited file with two header row. The first column contains the date/time. Date format is yyyy-MM-dd HH:mm:ss. The first header line contains the parameter and the T0. The second line the location above each column. As such, only one parameter can be exported per file.

fliwas

Export scalar timeseries to fliwas type format (example config).

An example is shown below:

No Format

<?xml version="1.0" encoding="UTF-8"?>
<fliwas
    xsi:schemaLocation="http://www.wldelft.nl/fliwas/floriver/settings/fliwas.xsd"
    version="1.0" xmlns="http://www.wldelft.nl/fliwas" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <header gebied="fews" datum="2003-03-01" tijd="00:00:00" volgnummer="1.0">
        <riviertak naam="EA_H-2001">
            <voorspelling datum="2003-03-01" tijd="00:00:00">
                <waterstand km="0" stand="2.11"/>
                <waterstand km="200" stand="2.11"/>
                <waterstand km="400" stand="2.11"/>
                <waterstand km="600" stand="2.11"/>
            </voorspelling>
            <voorspelling datum="2003-03-01" tijd="01:00:00">
                <waterstand km="0" stand="3.11"/>
                <waterstand km="200" stand="3.11"/>
                <waterstand km="400" stand="3.11"/>
                <waterstand km="600" stand="3.11"/>
            </voorspelling>
            <voorspelling datum="2003-03-01" tijd="02:00:00">
                <waterstand km="0" stand="4.11"/>
                <waterstand km="200" stand="4.11"/>
                <waterstand km="400" stand="4.11"/>
                <waterstand km="600" stand="4.11"/>
            </voorspelling>
            <maximum>
                <waterstand km="27" datum="2003-03-01" tijd="00:00:00" stand="1.31"/>
                <waterstand km="28" datum="2003-03-01" tijd="00:00:00" stand="1.41"/>
            </maximum>
        </riviertak>
        <riviertak naam="EA_H-2002">
            <voorspelling datum="2003-03-01" tijd="00:00:00">
                <waterstand km="0" stand="3.51"/>
                <waterstand km="100" stand="3.51"/>
                <waterstand km="300" stand="3.51"/>
                <waterstand km="500" stand="3.51"/>
            </voorspelling>
            <voorspelling datum="2003-03-01" tijd="01:00:00">
                <waterstand km="0" stand="4.51"/>
                <waterstand km="100" stand="4.51"/>
                <waterstand km="300" stand="4.51"/>
                <waterstand km="500" stand="4.51"/>
            </voorspelling>
            <maximum>
                <waterstand km="29" datum="2003-03-01" tijd="00:00:00" stand="1.71"/>
            </maximum>
        </riviertak>
        <riviertak naam="EA_H-2032">
            <voorspelling datum="2003-03-01" tijd="00:00:00">
                <waterstand km="111" stand="1.91"/>
                <waterstand km="222" stand="1.91"/>
            </voorspelling>
            <voorspelling datum="2003-03-01" tijd="01:00:00">
                <waterstand km="111" stand="2.91"/>
                <waterstand km="222" stand="2.91"/>
            </voorspelling>
        </riviertak>
    </header>
</fliwas>
{nofromat}

h3. pi
Export scalar timeseries to PI type format ([example config|^ExportP 1.00 default.xml]). This xml format is described in detail in the [Delft-Fews published interface documentation|The Delft-Fews Published interface (PI)]. An example is shown below:

<?xml version="1.0" encoding="UTF-8"?>
<TimeSeries
xsi:schemaLocation="http://www.wldelft.nl/fews/PI http://fews.wldelft.nl/schemas/version1.0/pi-schemas/pi_timeseries.xsdImage Added"
version="1.2" xmlns="http://www.wldelft.nl/fews/PI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<timeZone>0.0</timeZone>
<series>
<header>
<type>accumulative</type>
<locationId>EA_H-2001</locationId>
<parameterId>Rainfall</parameterId>
<timeStep unit="second" multiplier="900"/>
<startDate date="2003-03-01" time="00:00:00"/>
<endDate date="2003-03-01" time="05:00:00"/>
<missVal>-999.0</missVal>
<stationName>Bewdley</stationName>
<units>m</units>
</header>
<event date="2003-03-01" time="00:00:00" value="-999.0" flag="88"/>
<event date="2003-03-01" time="00:15:00" value="0.0010" flag="44"/>
<event date="2003-03-01" time="00:30:00" value="0.0020" flag="44"/>
<event date="2003-03-01" time="00:45:00" value="0.0030" flag="44"/>
<event date="2003-03-01" time="01:00:00" value="0.0040" flag="44"/>
<event date="2003-03-01" time="01:15:00" value="-999.0" flag="88"/>
<event date="2003-03-01" time="01:30:00" value="0.0060" flag="44"/>
<event date="2003-03-01" time="01:45:00" value="0.0070" flag="44"/>
<event date="2003-03-01" time="02:00:00" value="0.0080" flag="44"/>
<event date="2003-03-01" time="02:15:00" value="0.009000001" flag="44"/>
<event date="2003-03-01" time="02:30:00" value="0.010000001" flag="44"/>
<event date="2003-03-01" time="02:45:00" value="0.011000001" flag="44"/>
<event date="2003-03-01" time="03:00:00" value="0.012" flag="44"/>
<event date="2003-03-01" time="03:15:00" value="0.013" flag="44"/>
<event date="2003-03-01" time="03:30:00" value="0.014" flag="44"/>
<event date="2003-03-01" time="03:45:00" value="0.015000001" flag="44"/>
<event date="2003-03-01" time="04:00:00" value="0.016" flag="44"/>
<event date="2003-03-01" time="04:15:00" value="0.017" flag="44"/>
<event date="2003-03-01" time="04:30:00" value="0.018000001" flag="44"/>
<event date="2003-03-01" time="04:45:00" value="0.019000001" flag="44"/>
<event date="2003-03-01" time="05:00:00" value="0.020000001" flag="44"/>
</series>
</TimeSeries>

No Format

shef

grdc

netcdf mapdphase

netcdf alert