UTM zone determination from a geographic point.
This application returns the UTM zone of an input geographic point.
This section describes in details the parameters available for this application. Table 4.162, page 800 presents a summary of these parameters and the parameters keys to be used in command-line and programming languages. Application key is ObtainUTMZoneFromGeoPoint.
Parameter key | Parameter type |
Parameter description |
lat | Float |
Latitude |
lon | Float |
Longitude |
utm | Int |
UTMZone |
inxml | XML input parameters file |
Load otb application from xml file |
outxml | XML output parameters file |
Save otb application to xml file |
|
||
|
||
|
||
|
||
|
Obtain a UTM Zone 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.