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": "execute", "type": "application/json", "title": "Execute End Point", "href": "http://tb17.geolabs.fr:8090/ogc-api/processes/OTB.ConvertSensorToGeoPoint/execution"}, {"rel": "alternate", "type": "text/html", "title": "Execute End Point", "href": "http://tb17.geolabs.fr:8090/ogc-api/processes/OTB.ConvertSensorToGeoPoint/execution.html"}], "inputs": {"in": {"title": "Input sensor image.", "description": "Input sensor image.", "maxOccurs": 1, "extentded-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": {"title": "X coordinate of the point to transform.", "description": "X coordinate of the point to transform.", "maxOccurs": 1, "schema": {"type": "number", "default": 0}, "id": "input"}, "input.idy": {"title": "Y coordinate of the point to transform.", "description": "Y coordinate of the point to transform.", "maxOccurs": 1, "schema": {"type": "number", "default": 0}, "id": "input.idy"}, "output": {"title": "output", "description": "output", "maxOccurs": 1, "extentded-schema": {"oneOf": [{"type": "object", "required": ["value"], "properties": {"value": {"oneOf": []}}}]}, "schema": {"oneOf": []}, "id": "output"}}, "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://tb17.geolabs.fr:8090/ogc-api/processes/OTB.ConvertSensorToGeoPoint.html Last modified: Wed Jun 9 17:39:32 CEST 2021