{
    "version":"0.1.0",
    "id":"ferrybox-river-eo-plot",
    "use_case":"SYKE",
    "title":"Plot EO, ferrybox and river discharge data",
    "description":"This tool takes EO, ferrybox and river discharge data as input and generates plots where the values can be compared. The period defined for input1 (disharge data) defines the year that is plotted (use 2023 or 2024 since ferrybox data is available only from those years).",
    "jobControlOptions":[
        "sync-execute",
        "async-execute"
    ],
    "keywords":[
        "SYKE use case",
        "AquaINFRA"
    ],
    "links":[
        {
            "type":"text/html",
            "rel":"about",
            "title":"GitHub repo",
            "href":"https://github.com/eebruun/aquainfra_ferrybox_river_EO",
            "hreflang":"en-US"
        },
        {
            "type":"application/json",
            "rel":"self",
            "href":"https://aquainfra.ogc.igb-berlin.de/pygeoapi/processes/ferrybox-river-eo-plot?f=json",
            "title":"Process description as JSON",
            "hreflang":"en-US"
        },
        {
            "type":"text/html",
            "rel":"alternate",
            "href":"https://aquainfra.ogc.igb-berlin.de/pygeoapi/processes/ferrybox-river-eo-plot?f=html",
            "title":"Process description as HTML",
            "hreflang":"en-US"
        },
        {
            "type":"text/html",
            "rel":"http://www.opengis.net/def/rel/ogc/1.0/job-list",
            "href":"https://aquainfra.ogc.igb-berlin.de/pygeoapi/jobs?f=html",
            "title":"Jobs list as HTML",
            "hreflang":"en-US"
        },
        {
            "type":"application/json",
            "rel":"http://www.opengis.net/def/rel/ogc/1.0/job-list",
            "href":"https://aquainfra.ogc.igb-berlin.de/pygeoapi/jobs?f=json",
            "title":"Jobs list as JSON",
            "hreflang":"en-US"
        },
        {
            "type":"application/json",
            "rel":"http://www.opengis.net/def/rel/ogc/1.0/execute",
            "href":"https://aquainfra.ogc.igb-berlin.de/pygeoapi/processes/ferrybox-river-eo-plot/execution?f=json",
            "title":"Execution for this process as JSON",
            "hreflang":"en-US"
        }
    ],
    "inputs":{
        "input1":{
            "title":"Time series of river discarge data",
            "description":"URL to Time series of river discarge data. The URL needs to start with http(s). See the example and use only year 2023 or 2024.",
            "schema":{
                "type":"string"
            },
            "minOccurs":1,
            "maxOccurs":1,
            "keywords":[]
        },
        "input2":{
            "title":"Aggregated Ferrybox turbidity data",
            "description":"Ferrybox data aggregated into daily values from areas along the route of the ship. The URL needs to start with http(s). Select the same year as in the discharge data (2023 or 2024).",
            "schema":{
                "type":"string"
            },
            "minOccurs":1,
            "maxOccurs":1,
            "keywords":[]
        },
        "input3":{
            "title":"Aggregated EO turbidity data",
            "description":"EO data aggregated into daily values from areas along the route of the ship. The URL needs to start with http(s).",
            "schema":{
                "type":"string"
            },
            "minOccurs":1,
            "maxOccurs":1,
            "keywords":[]
        }
    },
    "outputs":{
        "some_plots":{
            "title":"Output plots",
            "description":"Plots showing a time series of EO, ferrybox and river discharge data.",
            "schema":{
                "type":"object",
                "contentMediaType":"application/json"
            }
        }
    },
    "example":{
        "inputs":{
            "input1":"https://vm4072.kaj.pouta.csc.fi/ddas/oapif/collections/fin_sykedischarge/items/1097?f=json&datetime=2024-01-01T00:00:00Z/2024-12-31T00:00:00Z",
            "input2":"https://b2share.eudat.eu/records/1ny7n-kan86/files/silja_serenade_2024_soturb_adjusted_clustered_3.geojson?download=1",
            "input3":"https://b2share.eudat.eu/records/s0br3-w9y79/files/aquainfra_algaline_waypoints_3_s2_turb.csv?download=1"
        }
    },
    "outputTransmission":[
        "value"
    ]
}