{
    "version":"0.1.0",
    "id":"get-census-grid",
    "use_case":"Human Population",
    "title":"Get Eurostat census grid",
    "description":"Fetches the Eurostat/GISCO 1 km population census grid for the given countries directly from the GISCO web service, builds 1 km x 1 km grid cell polygons (EPSG:3035) from the cell corner coordinates, and validates the resulting geometries (R function 'get_census_grid')",
    "jobControlOptions":[
        "sync-execute",
        "async-execute"
    ],
    "keywords":[
        "human population use case",
        "AquaINFRA",
        "Eurostat",
        "GISCO",
        "census grid",
        "population"
    ],
    "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/get-census-grid?f=json",
            "title":"Process description as JSON",
            "hreflang":"en-US"
        },
        {
            "type":"text/html",
            "rel":"alternate",
            "href":"https://aquainfra.ogc.igb-berlin.de/pygeoapi/processes/get-census-grid?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/get-census-grid/execution?f=json",
            "title":"Execution for this process as JSON",
            "hreflang":"en-US"
        }
    ],
    "inputs":{
        "inputFile1_countries_rds":{
            "title":"Countries for catchment",
            "description":"Path to an .rds file containing the list of country codes (matching GISCO's CNTR_ID values) for which to fetch the census grid.",
            "schema":{
                "type":"object",
                "contentMediaType":"application/x-rds"
            },
            "minOccurs":1,
            "maxOccurs":1,
            "keywords":[]
        }
    },
    "outputs":{
        "censusgrid":{
            "title":"Eurostat census grid",
            "description":"The Eurostat/GISCO 1 km population census grid, filtered to the requested countries, with validated polygon geometries in EPSG:3035.",
            "schema":{
                "type":"object",
                "contentMediaType":"application/x-rds"
            }
        }
    },
    "example":{
        "inputs":{
            "inputFile1_countries_rds":"countries.rds"
        }
    },
    "outputTransmission":[
        "value"
    ]
}