{
    "version": "0.2.0",
    "id": "xy2watershed",
    "title": "xy2watershed",
    "description": "Extraction de bassin versant \u00e0 partir du point exutoire (X,Y) en entr\u00e9e, avec g\u00e9n\u00e9ration de sous bassins par un seuil minimal de surface",
    "keywords": [
        "Exutoire",
        "Bretagne",
        "Bassin versant"
    ],
    "links": [
        {
            "type": "text/html",
            "rel": "about",
            "title": "MNTSurf",
            "href": "https://geosas.fr/web/?page_id=5877",
            "hreflang": "fr-FR"
        },
        {
            "type": "application/json",
            "rel": "self",
            "href": "https://api.geosas.fr/rpg/processes/xy2watershed?f=json",
            "title": "Process description as JSON",
            "hreflang": "en-US"
        },
        {
            "type": "text/html",
            "rel": "alternate",
            "href": "https://api.geosas.fr/rpg/processes/xy2watershed?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/xy2watershed/execution?f=json",
            "title": "Execution for this process as JSON",
            "hreflang": "en-US"
        }
    ],
    "inputs": {
        "X": {
            "title": "X",
            "description": "Coordon\u00e9es X de l'exutoire",
            "schema": {
                "type": "string"
            },
            "minOccurs": 1,
            "maxOccurs": 1,
            "metadata": null
        },
        "Y": {
            "title": "Y",
            "description": "Coordon\u00e9es Y de l'exutoire",
            "schema": {
                "type": "string"
            },
            "minOccurs": 1,
            "maxOccurs": 1,
            "metadata": null
        },
        "seuil": {
            "title": "seuil",
            "description": "Seuil en ha, surface minimale pour la g\u00e9n\u00e9ration de sous bassins, si 0 pas de sbv g\u00e9n\u00e9r\u00e9",
            "schema": {
                "type": "string"
            },
            "minOccurs": 0,
            "maxOccurs": 1,
            "metadata": null
        }
    },
    "outputs": {
        "bv_total": {
            "title": "bv_total",
            "description": "Couche spatiale du bassin versans en GeoJSON",
            "schema": {
                "type": "object",
                "contentMediaType": "application/json"
            }
        },
        "sbv": {
            "title": "sbv",
            "description": "Couche spatiale des sous bassin versans \u00e0 plat en GeoJSON",
            "schema": {
                "type": "object",
                "contentMediaType": "application/json"
            }
        }
    },
    "example": {
        "inputs": {
            "X": "158473",
            "Y": "6801338",
            "seuil": "1000"
        }
    },
    "jobControlOptions": [
        "sync-execute",
        "async-execute"
    ],
    "outputTransmission": [
        "value"
    ]
}