ObtainUTMZoneFromGeoPoint
Brief Description
UTM zone determination from a geographic point.Tags
CoordinatesLong Description
This application returns the UTM zone of an input geographic point.Parameters
- [param] -lat <float> Latitude value of desired point.. Mandatory: True. Default Value: "0.0"
- [param] -lon <float> Longitude value of desired point.. Mandatory: True. Default Value: "0.0"
- [param] -utm <int32> UTM Zone. Mandatory: False. Default Value: "0"
- [param] -inxml <string> Load otb application from xml file. Mandatory: False. Default Value: ""
- [param] -outxml <string> Save otb application to xml file. Mandatory: False. Default Value: ""
Limitations
NoneAuthors
OTB-TeamSee Also
Example of use
Obtain a UTM Zone