Obtain UTM Zone From Geo Point
Brief Description
UTM zone determination from a geographic point.
Tags
Miscellaneous, Coordinates
Long Description
This application returns the UTM zone of an input geographic point.
Parameters
Latitude (lat): Latitude value of desired point.
Longitude (lon): Longitude value of desired point.
UTMZone (utm): UTM Zone
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
Example of use
Obtain a UTM Zone
lat: 10.0
lon: 124.0
Obtain a UTM Zone
otbcli_ObtainUTMZoneFromGeoPoint -lat 10.0 -lon 124.0