You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Overview

The European Flood Awareness System(EFAS) Sensor Observation Service(SOS) import function (<importType>EfasSosServer</importType>) imports XML files from the EFAS SOS API. 

The EfasSosServer import supports observations as defined in http://schemas.opengis.net/sos/2.0/sosGetObservation.xsd.

EFAS SOS Server Import example .xml

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

ModuleConfigFiles

The following is an example of an 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>EfasSosServer</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>




Example url for retrieval of ensemble of 50 from api.
https://efas-sos.efas.eu/sos/?service=SOS&version=2.0.0&request=GetObservation&featureOfInterest=ID_1&procedure=eue_lisflood_50&temporalFilter=om:resultTime,2020-08-10T00:00:00Z

  • No labels