Learn R Programming

quadkeyr (version 0.1.0)

ground_res: Ground resolution at a specified latitude and zoom level

Description

Determines the ground resolution (in meters per pixel) at a specified latitude and zoom level. For further information, refer to the Microsoft Bing Maps Tile System documentation.

Usage

ground_res(latitude, zoom)

Value

the ground resolution (meters / pixel)

Arguments

latitude

Latitude (in degrees) at which to measure the ground resolution.

zoom

Zoom or level of detail, from 1 (lowest detail) to 23 (highest detail).

References

https://learn.microsoft.com/en-us/bingmaps/articles/bing-maps-tile-system

Examples

Run this code

ground_res(
  latitude = 0,
  zoom = 6
)

Run the code above in your browser using DataLab