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.
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://tb17.geolabs.fr:8111/ogc-api/processes/OTB.ConvertSensorToGeoPoint/execution"}, {"rel": "alternate", "type": "text/html", "title": "Execute End Point", "href": "http://tb17.geolabs.fr:8111/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"}}}
Display original data as JSON
http://tb17.geolabs.fr:8111/ogc-api/processes/OTB.ConvertSensorToGeoPoint.html Last modified: Sat Dec 4 00:09:36 CET 2021