powered by
Return the UTM zone information
UTMzone(lat, lon = NA)
list:
Character, zone designation
longitude range of the zone
latitude range of the zone
center of the zone, used for projections
latitude
longitude
Jonathan M. Lees<jonathan.lees@unc.edu>
The function works two ways: If the lat-lon are numeric and lon is not NA then the UTM zone information is returned. If lon is NA and lat is one of the UTM zones, then the lat-lon information for that zone is returned.
setPROJ, UTM.xy, UTM.ll, DATUMinfo
lat = 40.5 lon = -73.50 UTMzone(lat, lon) ## or UTMzone("18T")
Run the code above in your browser using DataLab