{
    "version": "0.2.0",
    "id": "intersection_culturale",
    "title": "Intersection culturale",
    "description": "",
    "keywords": [
        "RPG, culture, intersection"
    ],
    "links": [
        {
            "type": "text/html",
            "rel": "about",
            "title": "Source des RPG",
            "href": "https://geoservices.ign.fr/rpg",
            "hreflang": "fr-FR"
        },
        {
            "type": "application/json",
            "rel": "self",
            "href": "https://api.geosas.fr/rpg/processes/intersection_culturale?f=json",
            "title": "Process description as JSON",
            "hreflang": "en-US"
        },
        {
            "type": "text/html",
            "rel": "alternate",
            "href": "https://api.geosas.fr/rpg/processes/intersection_culturale?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://api.geosas.fr/rpg/jobs?f=html",
            "title": "jobs for this process as HTML",
            "hreflang": "en-US"
        },
        {
            "type": "application/json",
            "rel": "http://www.opengis.net/def/rel/ogc/1.0/job-list",
            "href": "https://api.geosas.fr/rpg/jobs?f=json",
            "title": "jobs for this process as JSON",
            "hreflang": "en-US"
        },
        {
            "type": "application/json",
            "rel": "http://www.opengis.net/def/rel/ogc/1.0/execute",
            "href": "https://api.geosas.fr/rpg/processes/intersection_culturale/execution?f=json",
            "title": "Execution for this process as JSON",
            "hreflang": "en-US"
        }
    ],
    "inputs": {
        "choix": {
            "title": "choix",
            "description": "choix du niveau de finesse \"code_cultu\" = RPG 3 lettre ou \"code_group\" = Groupe RPG 1-28. Par d\u00e9faut \"code_group\"",
            "schema": {
                "type": "string"
            },
            "minOccurs": 0,
            "maxOccurs": 1,
            "metadata": null,
            "keywords": [
                "message"
            ]
        },
        "x": {
            "title": "x",
            "description": "coordonn\u00e9es x, EPSG : 2154",
            "schema": {
                "type": "float"
            },
            "minOccurs": 1,
            "maxOccurs": 1,
            "metadata": null,
            "keywords": [
                "message"
            ]
        },
        "y": {
            "title": "y",
            "description": "coordonn\u00e9es x, EPSG : 2154",
            "schema": {
                "type": "float"
            },
            "minOccurs": 1,
            "maxOccurs": 1,
            "metadata": null,
            "keywords": [
                "message"
            ]
        }
    },
    "outputs": {
        "response": {
            "title": "intersection_zone",
            "description": "intersection des cultures de la zone",
            "schema": {
                "type": "object",
                "contentMediaType": "application/json"
            }
        }
    },
    "example": {
        "inputs": {
            "choix": "code_group",
            "x": 161661.9,
            "y": 6802244.7
        }
    },
    "jobControlOptions": [
        "sync-execute",
        "async-execute"
    ],
    "outputTransmission": [
        "value"
    ]
}