{
    "version": "0.2.0",
    "id": "matrice_culturale",
    "title": "Matrix culturale",
    "description": "",
    "keywords": [
        "RPG, culture, statistique spatiale"
    ],
    "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/matrice_culturale?f=json",
            "title": "Process description as JSON",
            "hreflang": "en-US"
        },
        {
            "type": "text/html",
            "rel": "alternate",
            "href": "https://api.geosas.fr/rpg/processes/matrice_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/matrice_culturale/execution?f=json",
            "title": "Execution for this process as JSON",
            "hreflang": "en-US"
        }
    ],
    "inputs": {
        "zone": {
            "title": "zone \u00e9tudi\u00e9e",
            "description": "Zone \u00e9tudi\u00e9 en geojson",
            "schema": {
                "type": "application/json"
            },
            "minOccurs": 1,
            "maxOccurs": 1,
            "metadata": null,
            "keywords": [
                "message"
            ]
        },
        "resolution": {
            "title": "r\u00e9solution",
            "description": "R\u00e9sultion des mailles en sortie en m\u00e8tre",
            "schema": {
                "type": "integer"
            },
            "minOccurs": 1,
            "maxOccurs": 1,
            "metadata": null,
            "keywords": [
                "message"
            ]
        },
        "n_prediction": {
            "title": "n_prediction",
            "description": "nombre de r\u00e9p\u00e9tition positive ou n\u00e9gative",
            "schema": {
                "type": "integer"
            },
            "minOccurs": 1,
            "maxOccurs": 1,
            "metadata": null,
            "keywords": [
                "message"
            ]
        },
        "annee_reference": {
            "title": "annee_reference",
            "description": "ann\u00e9e de r\u00e9f\u00e9rence si l' on souhaite obtenir une sortie maill\u00e9 mais tenant compte des parcelles agricoles d'une ann\u00e9e d\u00e9finie ",
            "schema": {
                "type": "integer"
            },
            "minOccurs": 1,
            "maxOccurs": 1,
            "metadata": null,
            "keywords": [
                "message"
            ]
        },
        "recalcul_matrice": {
            "title": "recalcul_matrice",
            "description": "Une seule matrice de transition est g\u00e9n\u00e9r\u00e9e (False) ou la matrice est recalcul\u00e9e chaque ann\u00e9e(True) va simplifier la succession",
            "schema": {
                "type": "boolean"
            },
            "minOccurs": 0,
            "maxOccurs": 1,
            "metadata": null,
            "keywords": [
                "message"
            ]
        }
    },
    "outputs": {
        "url_zip": {
            "title": "url",
            "description": "Url du zip r\u00e9sultat \u00e0 t\u00e9l\u00e9charger",
            "schema": {
                "type": "string"
            }
        },
        "matrice_transition": {
            "title": "matrice_transition",
            "description": "Matrice de transition au format json",
            "schema": {
                "type": "application/json"
            }
        }
    },
    "example": {
        "inputs": {
            "resolution": 10,
            "n_prediciton": 10,
            "annee_reference": 2020,
            "recalcul_matrice": false,
            "zone": {
                "type": "FeatureCollection",
                "name": "polygone",
                "crs": {
                    "type": "name",
                    "properties": {
                        "name": "urn:ogc:def:crs:EPSG::2154"
                    }
                },
                "features": [
                    {
                        "type": "Feature",
                        "properties": {},
                        "geometry": {
                            "type": "Polygon",
                            "coordinates": [
                                [
                                    [
                                        160500.74478697858,
                                        6804322.816743294
                                    ],
                                    [
                                        163285.3135798918,
                                        6804175.945510758
                                    ],
                                    [
                                        163172.81189335033,
                                        6801972.03455109
                                    ],
                                    [
                                        160231.76646840328,
                                        6802053.794787827
                                    ],
                                    [
                                        160500.74478697858,
                                        6804322.816743294
                                    ]
                                ]
                            ]
                        }
                    }
                ]
            }
        }
    },
    "jobControlOptions": [
        "sync-execute",
        "async-execute"
    ],
    "outputTransmission": [
        "value"
    ]
}