utm2lonlat | R Documentation |
Convert UTM to Longitude and Latitude
utm2lonlat(easting, northing, zone = 1, hemisphere = "N", km = FALSE)
easting |
easting coordinate (in km or m, depending on value of
|
northing |
northing coordinate (in km or m, depending on value of
|
zone |
UTM zone |
hemisphere |
indication of hemisphere; |
km |
logical value indicating whether |
utm2lonlat
returns a list containing longitude
and latitude
.
Dan Kelley
https://en.wikipedia.org/wiki/Universal_Transverse_Mercator_coordinate_system
,
downloaded May 31, 2014.
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()
library(oce)
# Cape Split, in the Minas Basin of the Bay of Fundy
utm2lonlat(852863, 5029997, 19)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.