OTB.ConvertCartoToGeoPoint: Convert cartographic coordinates to geographic ones.

This application computes the geographic coordinates from cartographic ones. User has to give the X and Y coordinate and the cartographic projection (see mapproj parameter for details).

Inputs

X cartographic coordinates in the projection defined by mapproj parameter

number
Please set a value for carto.x.

Y cartographic coordinates in the projection defined by mapproj parameter

number
Please set a value for carto.y.

Defines the map projection to be used.

string
Please set a value for mapproj.

The zone number ranges from 1 to 60 and allows defining the transverse mercator projection (along with the hemisphere)

integer
Please set a value for mapproj.utm.zone.

The transverse mercator projections are defined by their zone number as well as the hemisphere. Activate this parameter if your image is in the northern hemisphere.

boolean
Please set a value for mapproj.utm.northhem.

See www.spatialreference.org to find which EPSG code is associated to your projection

integer
Please set a value for mapproj.epsg.code.

Outputs

Point longitude coordinates in decimal degrees.

transmission

Point latitude coordinates in decimal degrees.

transmission

Execution options

successUri
inProgressUri
failedUri

format

mode

Execute End Point

View the execution endpoint of a process.

View the alternative version in HTML.

{"id": "OTB.ConvertCartoToGeoPoint", "title": "Convert cartographic coordinates to geographic ones.", "description": "This application computes the geographic coordinates from cartographic ones. User has to give the X and Y coordinate and the cartographic projection (see mapproj parameter for details).", "version": "1.0.0", "jobControlOptions": ["sync-execute", "async-execute", "dismiss"], "outputTransmission": ["value", "reference"], "links": [{"rel": "http://www.opengis.net/def/rel/ogc/1.0/execute", "type": "application/json", "title": "Execute End Point", "href": "http://demo.mapmint.com/ogc-api/processes/OTB.ConvertCartoToGeoPoint/execution"}, {"rel": "alternate", "type": "text/html", "title": "Execute End Point", "href": "http://demo.mapmint.com/ogc-api/processes/OTB.ConvertCartoToGeoPoint/execution.html"}], "inputs": {"carto.x": {"title": "X cartographic coordinates in the projection defined by mapproj parameter", "description": "X cartographic coordinates in the projection defined by mapproj parameter", "schema": {"type": "number"}, "id": "carto.x"}, "carto.y": {"title": "Y cartographic coordinates in the projection defined by mapproj parameter", "description": "Y cartographic coordinates in the projection defined by mapproj parameter", "schema": {"type": "number"}, "id": "carto.y"}, "mapproj": {"title": "Defines the map projection to be used.", "description": "Defines the map projection to be used.", "schema": {"type": "string", "default": "utm", "enum": ["utm", "lambert2", "lambert93", "wgs", "epsg"]}, "id": "mapproj"}, "mapproj.utm.zone": {"title": "The zone number ranges from 1 to 60 and allows defining the transverse mercator projection (along with the hemisphere)", "description": "The zone number ranges from 1 to 60 and allows defining the transverse mercator projection (along with the hemisphere)", "schema": {"type": "integer", "default": 31}, "id": "mapproj.utm.zone"}, "mapproj.utm.northhem": {"title": "The transverse mercator projections are defined by their zone number as well as the hemisphere. Activate this parameter if your image is in the northern hemisphere.", "description": "The transverse mercator projections are defined by their zone number as well as the hemisphere. Activate this parameter if your image is in the northern hemisphere.", "schema": {"type": "boolean", "default": false}, "id": "mapproj.utm.northhem"}, "mapproj.epsg.code": {"title": "See www.spatialreference.org to find which EPSG code is associated to your projection", "description": "See www.spatialreference.org to find which EPSG code is associated to your projection", "schema": {"type": "integer", "default": 4326}, "id": "mapproj.epsg.code"}}, "outputs": {"long": {"title": "Point longitude coordinates in decimal degrees.", "description": "Point longitude coordinates in decimal degrees.", "schema": {"type": "number"}, "id": "long"}, "lat": {"title": "Point latitude coordinates in decimal degrees.", "description": "Point latitude coordinates in decimal degrees.", "schema": {"type": "number"}, "id": "lat"}}}

http://demo.mapmint.com/ogc-apihttp://localhost/ogc-api/processes/OTB.ConvertCartoToGeoPoint.html
Last modified: Sat Feb 19 15:43:34 CET 2022