{
    "version": "0.2.0",
    "id": "xy2rhizomanie",
    "title": "Risque de Rhizomanie des cultures RPG",
    "description": "",
    "keywords": [
        "RPG, culture, intersection"
    ],
    "links": [
        {
            "type": "text/html",
            "rel": "about",
            "title": "Source des RPG",
            "href": "https://apicarto.ign.fr/api/rpg",
            "hreflang": "fr-FR"
        },
        {
            "type": "application/json",
            "rel": "self",
            "href": "https://api.geosas.fr/rpg/processes/xy2rhizomanie?f=json",
            "title": "Process description as JSON",
            "hreflang": "en-US"
        },
        {
            "type": "text/html",
            "rel": "alternate",
            "href": "https://api.geosas.fr/rpg/processes/xy2rhizomanie?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/xy2rhizomanie/execution?f=json",
            "title": "Execution for this process as JSON",
            "hreflang": "en-US"
        }
    ],
    "inputs": {
        "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": "cultures_rpg",
            "description": "cultures RPG de 2010 a 2024 et estimation du risque de rhizomanie",
            "schema": {
                "type": "object",
                "contentMediaType": "application/json"
            }
        }
    },
    "example": {
        "inputs": {
            "x": 161661.9,
            "y": 6802244.7
        }
    },
    "jobControlOptions": [
        "sync-execute",
        "async-execute"
    ],
    "outputTransmission": [
        "value"
    ]
}