{
    "version": "0.2.0",
    "id": "coordinatesTransformGML",
    "title": "Transformador de coordenadas a partir de un fichero GML (url o texto)",
    "description": "Obtiene las coordenadas transformadas de un fichero GML (url o texto) de un sistema de referencia a otro basado en la especificaci\u00f3n de OGC Web Transformation Coordinate Service (WCTS). Este proceso permite la utilizaci\u00f3n de cualquier datum.",
    "keywords": [
        "coordenadas",
        "transformaci\u00f3n",
        "GML"
    ],
    "links": [
        {
            "type": "text/html",
            "rel": "about",
            "title": "Ejemplo swagger",
            "href": "../../openapi?f=html#/coordinatesTransformGML/executeCoordinatestransformgmlJob",
            "hreflang": "en-US"
        },
        {
            "type": "application/json",
            "rel": "self",
            "href": "https://api-processes.idee.es/processes/coordinatesTransformGML?f=json",
            "title": "Process description as JSON",
            "hreflang": "es-ES"
        },
        {
            "type": "text/html",
            "rel": "alternate",
            "href": "https://api-processes.idee.es/processes/coordinatesTransformGML?f=html",
            "title": "Process description as HTML",
            "hreflang": "es-ES"
        },
        {
            "type": "text/html",
            "rel": "http://www.opengis.net/def/rel/ogc/1.0/job-list",
            "href": "https://api-processes.idee.es/jobs?f=html",
            "title": "jobs for this process as HTML",
            "hreflang": "es-ES"
        },
        {
            "type": "application/json",
            "rel": "http://www.opengis.net/def/rel/ogc/1.0/job-list",
            "href": "https://api-processes.idee.es/jobs?f=json",
            "title": "jobs for this process as JSON",
            "hreflang": "es-ES"
        },
        {
            "type": "application/json",
            "rel": "http://www.opengis.net/def/rel/ogc/1.0/execute",
            "href": "https://api-processes.idee.es/processes/coordinatesTransformGML/execution?f=json",
            "title": "Execution for this process as JSON",
            "hreflang": "es-ES"
        }
    ],
    "inputs": {
        "url": {
            "title": "url",
            "description": "URL del fichero GML. Para transformar las coordenadas hay que proporcionar url o text.",
            "schema": {
                "type": "string"
            },
            "minOccurs": 0,
            "maxOccurs": 1,
            "metadata": null,
            "keywords": [
                "url"
            ]
        },
        "text": {
            "title": "text",
            "description": "Texto del fichero GML. En el texto deben estar escapados los caracteres especiales. Para transformar las coordenadas hay que proporcionar url o text.",
            "schema": {
                "type": "string"
            },
            "minOccurs": 0,
            "maxOccurs": 1,
            "metadata": null,
            "keywords": [
                "text"
            ]
        },
        "source": {
            "title": "source",
            "description": "Sistema de referencia coordenadas de la geometr\u00eda de entrada. Valor por defecto 4230. Para la transformaci\u00f3n entre ED50 y ETRS89 se usar\u00e1n las rejillas PENR2009.gsb y BALR2009.gsb.",
            "schema": {
                "type": "integer"
            },
            "minOccurs": 1,
            "maxOccurs": 1,
            "metadata": null,
            "keywords": [
                "source"
            ]
        },
        "target": {
            "title": "target",
            "description": "Sistema de referencia coordenadas de la geometr\u00eda de salida. Valor por defecto 4258. Para la transformaci\u00f3n entre ED50 y ETRS89 se usar\u00e1n las rejillas PENR2009.gsb y BALR2009.gsb.",
            "schema": {
                "type": "integer"
            },
            "minOccurs": 1,
            "maxOccurs": 1,
            "metadata": null,
            "keywords": [
                "target"
            ]
        }
    },
    "outputs": {
        "output": {
            "title": "CoordinatesTransformGML",
            "description": "GML con las geometr\u00edas transfomadas al sistema de referencia indicado. Las coordenadas UTM se dar\u00e1n en metros mientras que las geogr\u00e1ficas ser\u00e1n en grados. Si \u00e9stas se encuentran en las longitudes oeste y latitudes sur se mostrar\u00e1n con un signo negativo.",
            "schema": {
                "type": "string",
                "contentMediaType": "application/xml"
            }
        }
    },
    "example": {
        "inputs": {
            "url": "https://www.ign.es/wfs-inspire/unidades-administrativas?SERVICE=WFS&VERSION=2.0.0&REQUEST=GetFeature&typename=au:AdministrativeUnit&count=3&outputFormat=application%2Fgml%2Bxml%3B%20version%3D3.2",
            "source": 4258,
            "target": 25830
        }
    },
    "jobControlOptions": [
        "sync-execute"
    ],
    "outputTransmission": [
        "value"
    ]
}