OTB.ConvertSensorToGeoPoint: Sensor to geographic coordinates conversion.

This Application converts a sensor point of an input image to a geographic point using the Forward Sensor Model of the input image.

Inputs

Input sensor image.

format
href
Please set a value for in.

X coordinate of the point to transform.

number
Please set a value for input.idx.

Y coordinate of the point to transform.

number
Please set a value for input.idy.

Outputs

Output point longitude coordinate.

transmission

Output point latitude coordinate.

transmission

Nearest main town of the computed geographic point.

transmission

Country of the input image

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.ConvertSensorToGeoPoint", "title": "Sensor to geographic coordinates conversion.", "description": "This Application converts a sensor point of an input image to a geographic point using the Forward Sensor Model of the input image.", "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.ConvertSensorToGeoPoint/execution"}, {"rel": "alternate", "type": "text/html", "title": "Execute End Point", "href": "http://demo.mapmint.com/ogc-api/processes/OTB.ConvertSensorToGeoPoint/execution.html"}], "inputs": {"in": {"title": "Input sensor image.", "description": "Input sensor image.", "extended-schema": {"oneOf": [{"allOf": [{"$ref": "http://zoo-project.org/dl/link.json"}, {"type": "object", "properties": {"type": {"enum": ["image/tiff", "image/jpeg", "image/png"]}}}]}, {"type": "object", "required": ["value"], "properties": {"value": {"oneOf": [{"type": "string", "contentEncoding": "base64", "contentMediaType": "image/tiff"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "image/jpeg"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "image/png"}]}}}]}, "schema": {"oneOf": [{"type": "string", "contentEncoding": "base64", "contentMediaType": "image/tiff"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "image/jpeg"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "image/png"}]}, "id": "in"}, "input.idx": {"title": "X coordinate of the point to transform.", "description": "X coordinate of the point to transform.", "schema": {"type": "number", "default": 0, "format": "double"}, "id": "input.idx"}, "input.idy": {"title": "Y coordinate of the point to transform.", "description": "Y coordinate of the point to transform.", "schema": {"type": "number", "default": 0, "format": "double"}, "id": "input.idy"}}, "outputs": {"output.idx": {"title": "Output point longitude coordinate.", "description": "Output point longitude coordinate.", "schema": {"type": "number"}, "id": "output.idx"}, "output.idy": {"title": "Output point latitude coordinate.", "description": "Output point latitude coordinate.", "schema": {"type": "number"}, "id": "output.idy"}, "output.town": {"title": "Nearest main town of the computed geographic point.", "description": "Nearest main town of the computed geographic point.", "schema": {"type": "string", "default": "Any value"}, "id": "output.town"}, "output.country": {"title": "Country of the input image", "description": "Country of the input image", "schema": {"type": "string", "default": "Any value"}, "id": "output.country"}}}

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