Convert Sensor Point To Geographic Point
Brief Description
Sensor to geographic coordinates conversion.
Tags
Geometry
Long Description
This Application converts a sensor point of an input image to a geographic point using the Forward Sensor Model of the input image.
Parameters
Sensor image (in): Input sensor image.
Point Coordinates (input):
X value of desired point (input.idx): X coordinate of the point to transform.
Y value of desired point (input.idy): Y coordinate of the point to transform.
Geographic Coordinates (output):
Output Point Longitude (output.idx): Output point longitude coordinate.
Output Point Latitude (output.idy): Output point latitude coordinate.
Main town near the coordinates computed (output.town): Nearest main town of the computed geographic point.
Country of the image (output.country): Country of the input image
Load otb application from xml file (inxml): Load otb application from xml file
Save otb application to xml file (outxml): Save otb application to xml file
Limitations
None
Authors
OTB-Team
See also
ConvertCartoToGeoPoint application, otbObtainUTMZoneFromGeoPoint
Example of use
in: QB_TOULOUSE_MUL_Extract_500_500.tif
input.idx: 200
input.idy: 200
otbcli_ConvertSensorToGeoPoint -in QB_TOULOUSE_MUL_Extract_500_500.tif -input.idx 200 -input.idy 200