{
    "version":"0.0.1",
    "id":"get-local-ids-plural",
    "use_case":"hydrography90m",
    "title":"Get ids (several)",
    "description":"Return the subcatchment id, basin id and/or regional unit id of the subcatchments into which the given points fall.",
    "jobControlOptions":[
        "sync-execute",
        "async-execute"
    ],
    "keywords":[
        "subcatchment",
        "GeoFRESH",
        "hydrography90m"
    ],
    "links":[
        {
            "type":"text/html",
            "rel":"about",
            "title":"GeoFRESH website",
            "href":"https://geofresh.org/",
            "hreflang":"en-US"
        },
        {
            "type":"text/html",
            "rel":"about",
            "title":"On Subcatchment Ids (Hydrography90m)",
            "href":"https://hydrography.org/hydrography90m/hydrography90m_layers",
            "hreflang":"en-US"
        },
        {
            "type":"application/json",
            "rel":"self",
            "href":"https://aqua.igb-berlin.de/pygeoapi-dev/processes/get-local-ids-plural?f=json",
            "title":"Process description as JSON",
            "hreflang":"en-US"
        },
        {
            "type":"text/html",
            "rel":"alternate",
            "href":"https://aqua.igb-berlin.de/pygeoapi-dev/processes/get-local-ids-plural?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://aqua.igb-berlin.de/pygeoapi-dev/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://aqua.igb-berlin.de/pygeoapi-dev/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://aqua.igb-berlin.de/pygeoapi-dev/processes/get-local-ids-plural/execution?f=json",
            "title":"Execution for this process as JSON",
            "hreflang":"en-US"
        }
    ],
    "inputs":{
        "points_geojson":{
            "title":"Coordinates (GeoJSON)",
            "description":"WGS84 Coordinates of the locations to be queried as a GeoJSON GeometryCollection or FeatureCollection. Please pass the values, not a URL.",
            "schema":{
                "type":"string"
            },
            "minOccurs":0,
            "maxOccurs":1,
            "metadata":null,
            "keywords":[
                "coordinates",
                "wgs84"
            ]
        },
        "points_geojson_url":{
            "title":"Coordinates (GeoJSON)",
            "description":"WGS84 Coordinates of the locations to be queried as a GeoJSON GeometryCollection or FeatureCollection. Please pass a URL, not the values.",
            "schema":{
                "type":"string"
            },
            "minOccurs":0,
            "maxOccurs":1,
            "metadata":null,
            "keywords":[
                "coordinates",
                "wgs84"
            ]
        },
        "which_ids":{
            "title":"Requested ids",
            "description":"Whether we should return only regional unit id (reg_id), or also basin id (basin_id), or also subcatchment id (subc_id). Please provide the requested ids as a JSON list of strings, e.g. ['reg_id', 'basin_id', 'subc_id']",
            "schema":{
                "type":"string"
            },
            "minOccurs":1,
            "maxOccurs":1,
            "metadata":null,
            "keywords":[
                "reg_id",
                "basin_id",
                "subc_id"
            ]
        },
        "csv_url":{
            "title":"Coordinates (String)",
            "description":"WGS84 Coordinates of the locations to be queried as a CSV file (comma or semicolon both works). Please pass a URL, not the file contents.",
            "schema":{
                "type":"string"
            },
            "minOccurs":0,
            "maxOccurs":1,
            "metadata":null,
            "keywords":[
                "coordinates",
                "wgs84"
            ]
        },
        "comment":{
            "title":"Comment",
            "description":"Arbitrary string that will not be processed but returned, for user\"s convenience.",
            "schema":{
                "type":"string"
            },
            "minOccurs":0,
            "maxOccurs":1,
            "metadata":null,
            "keywords":[
                "comment"
            ]
        }
    },
    "outputs":{
        "local_ids":{
            "title":"Regional Unit Ids, Basin Ids and Subcatchment Ids",
            "description":"All ids, so it is visible which point falls into which subcatchment, basin and regional unit. Available as CSV file or as as a nested JSON structure. TODO: Maybe make that dictionary more understandable.",
            "schema":{
                "type":"object",
                "contentMediaType":"application/json"
            }
        }
    },
    "example":{
        "inputs":{
            "lonlatstring":"10.698832912677716,53.51710727672125;12.80898022975407,52.42187129944509;11.915323076217902,52.730867141970464;16.651903948708565,48.27779486850176;19.201146608148463,47.12192880511424;24.432498016999062,61.215505889934434",
            "comment":"Nordoestliche Schlei, bei Rabenholz"
        }
    },
    "outputTransmission":[
        "value"
    ]
}