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.
This section describes in details the parameters available for this application. Table 4.48, page 506 presents a summary of these parameters and the parameters keys to be used in command-line and programming languages. Application key is ConvertSensorToGeoPoint.
Parameter key | Parameter type |
Parameter description |
in | Input image |
Sensor image |
input | Group |
Point Coordinates |
input.idx | Float |
X value of desired point |
input.idy | Float |
Y value of desired point |
output | Group |
Geographic Coordinates |
output.idx | Float |
Output Point Longitude |
output.idy | Float |
Output Point Latitude |
output.town | String |
Main town near the coordinates computed |
output.country | String |
Country of the image |
inxml | XML input parameters file |
Load otb application from xml file |
outxml | XML output parameters file |
Save otb application to xml file |
|
||
|
||
|
||
|
||
|
Sensor image Input sensor image.
Load otb application from xml file Load otb application from xml file
Save otb application to xml file Save otb application to xml file
To run this example in command-line, use the following:
To run this example from Python, use the following code snippet:
None
This application has been written by OTB-Team.
These additional ressources can be useful for further information: