{
    "version":"0.1.0",
    "id":"clean-catchment-geometry",
    "use_case":"Elbe",
    "title":"Validate geometries (e.g. river catchments)",
    "description":"Validate geometries and save them as multi-polygons (R function 'preprocess_catchment_geometry')",
    "jobControlOptions":[
        "sync-execute",
        "async-execute"
    ],
    "keywords":[
        "elbe use case",
        "AquaINFRA",
        "keyword 3",
        "keyword 4"
    ],
    "links":[
        {
            "type":"text/html",
            "rel":"about",
            "title":"information",
            "href":"https://example.org/process",
            "hreflang":"en-US"
        },
        {
            "type":"application/json",
            "rel":"self",
            "href":"https://aquainfra.ogc.igb-berlin.de/pygeoapi/processes/clean-catchment-geometry?f=json",
            "title":"Process description as JSON",
            "hreflang":"en-US"
        },
        {
            "type":"text/html",
            "rel":"alternate",
            "href":"https://aquainfra.ogc.igb-berlin.de/pygeoapi/processes/clean-catchment-geometry?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/clean-catchment-geometry/execution?f=json",
            "title":"Execution for this process as JSON",
            "hreflang":"en-US"
        }
    ],
    "inputs":{
        "inputFile1_gpkg":{
            "title":"Polygon dataset (e.g. river catchments) to be validated.",
            "description":"URL to the polygon dataset that you want to validate (e.g. river catchments).",
            "schema":{
                "type":"object",
                "contentMediaType":"application/geopackage+sqlite3"
            },
            "minOccurs":1,
            "maxOccurs":1,
            "keywords":[]
        }
    },
    "outputs":{
        "catchment_cleaned":{
            "title":"Validated multi-polygon dataset (e.g. river catchments)",
            "description":"Dataset validated and stored as a multi-polygon (e.g. river catchments).",
            "schema":{
                "type":"object",
                "contentMediaType":"application/geopackage+sqlite3"
            }
        }
    },
    "example":{
        "inputs":{
            "country_code":"DE"
        }
    },
    "outputTransmission":[
        "value"
    ]
}