{
    "version": "0.2.0",
    "id": "coordinatesTransform",
    "title": "Transformador de coordenadas",
    "description": "Obtiene las coordenadas transformadas de un punto 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"
    ],
    "links": [
        {
            "type": "text/html",
            "rel": "about",
            "title": "Ejemplo swagger",
            "href": "../../openapi?f=html#/coordinatesTransform/executeCoordinatestransformJob",
            "hreflang": "en-US"
        },
        {
            "type": "application/json",
            "rel": "self",
            "href": "https://api-processes.idee.es/processes/coordinatesTransform?f=json",
            "title": "Process description as JSON",
            "hreflang": "es-ES"
        },
        {
            "type": "text/html",
            "rel": "alternate",
            "href": "https://api-processes.idee.es/processes/coordinatesTransform?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/coordinatesTransform/execution?f=json",
            "title": "Execution for this process as JSON",
            "hreflang": "es-ES"
        }
    ],
    "inputs": {
        "points": {
            "title": "points",
            "description": "Pares de coordenadas separadas por comas. Las coordenadas geogr\u00e1ficas deben introducirse en grado y fracci\u00f3n de grado (GG.GGGG) mientras que las coordenadas UTM se introducen en metros. En las coordenadas geogr\u00e1ficas, en las longitudes oeste y latitudes sur, poner un signo negativo.",
            "schema": {
                "type": "string"
            },
            "minOccurs": 1,
            "maxOccurs": 1,
            "metadata": null,
            "keywords": [
                "points"
            ]
        },
        "source": {
            "title": "source",
            "description": "Sistema de referencia coordenadas de la geometr\u00eda de entrada. Valor por defecto 4230 (ED50). 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 (ETRS89). 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": "CoordinatesTransform",
            "description": "Pares de coordenadas transformadas 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/json"
            }
        }
    },
    "example": {
        "inputs": {
            "points": [
                239137.87096444578,
                4142432.544063674
            ],
            "source": 23030,
            "target": 25830
        }
    },
    "jobControlOptions": [
        "sync-execute"
    ],
    "outputTransmission": [
        "value"
    ]
}