Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

XY2LonLat

Convert a tile coordinate to a lon/lat coordinate


Description

Convert a tile coordinate to a lon/lat coordinate for a given zoom. Decimal tile coordinates are accepted.

Usage

XY2LonLat(X, Y, zoom, x = 0, y = 0, xpix = 255, ypix = 255)

Arguments

X

horizontal map-tile coordinate (0 is map-left)

Y

vertical map-tile coordinate (0 is map-top)

zoom

zoom

x

within tile x (0 is tile-left)

y

within tile y (0 it tile-top)

xpix

width of tile in pixels

ypix

length of tile in pixels

Value

a data frame with columns lon and lat (in degrees)

Author(s)

David Kahle david.kahle@gmail.com, based on function XY2LatLon by Markus Loecher, Sense Networks markus@sensenetworks.com in package RgoogleMaps

See Also

Examples

## Not run: 
XY2LonLat(480, 845, zoom = 11)
XY2LonLat(0, 0, zoom = 1)
XY2LonLat(0, 0, 255, 255, zoom = 1)
XY2LonLat(0, 0, 255, 255, zoom = 1)


## End(Not run)

ggmap

Spatial Visualization with ggplot2

v3.0.0
GPL-2
Authors
David Kahle [aut, cre] (<https://orcid.org/0000-0002-9999-1558>), Hadley Wickham [aut] (<https://orcid.org/0000-0003-4757-117X>), Scott Jackson [aut], Mikko Korpela [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.