Convert UTM to Longitude and Latitude
Arguments
- easting
easting coordinate (in km or m, depending on value of
km
). Alternatively, a list containing items namedeasting
,northing
, andzone
, in which case these are taken from the list and the arguments namednorthing
,zone
and are ignored.- northing
northing coordinate (in km or m, depending on value of
km
).- zone
UTM zone
- hemisphere
indication of hemisphere;
"N"
for North, anything else for South.- km
logical value indicating whether
easting
andnorthing
are in kilometers or meters.
References
https://en.wikipedia.org/wiki/Universal_Transverse_Mercator_coordinate_system
,
downloaded May 31, 2014.
See also
lonlat2utm()
does the inverse operation. For general
projections and their inverses, use lonlat2map()
and
map2lonlat()
.
Other functions related to maps:
formatPosition()
,
lonlat2map()
,
lonlat2utm()
,
map2lonlat()
,
mapArrows()
,
mapAxis()
,
mapContour()
,
mapCoordinateSystem()
,
mapDirectionField()
,
mapGrid()
,
mapImage()
,
mapLines()
,
mapLocator()
,
mapLongitudeLatitudeXY()
,
mapPlot()
,
mapPoints()
,
mapPolygon()
,
mapScalebar()
,
mapText()
,
mapTissot()
,
oceCRS()
,
oceProject()
,
shiftLongitude()
,
usrLonLat()