Introduction

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

Example

<?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>
  • No labels