Versions Compared

Key

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

...

For each imported XML file and observation data a gml:id is required. 

ModuleConfigFiles

The following is an example of

...

a xml config for the EFAS SOS Import Module Instance

...

<?xml version="1.0" encoding="UTF-8"?>
<timeSeriesImportRun xmlns="http://www.wldelft.nl/fews" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.wldelft.nl/fews http://fews.wldelft.nl/schemas/version1.0/timeSeriesImportRun.xsd">
    <import>
        <general>
            <importType>EfasSos</importType>
            <serverUrl>https://efas-sos.efas.eu/sos/?service=SOS&version=2.0.0&</serverUrl>
        </general>
        <properties>
            <string key="request" value="GetObservation"/>
            <string key="featureOfInterest" value="ID_1"/>
            <string key="procedure" value="eud_lisflood"/>
        </properties>
    </import>
</timeSeriesImportRun>


An example XML file of an EFAS SOS Observation response. (N.B. observation = forecast).

...