ceramic_tiles: Tile files
Description
Find existing files in the cache. Various options can be controlled, this is
liable to change pending generalization across providers.
Usage
ceramic_tiles(
zoom = NULL,
type = "mapbox.satellite",
source = "api.mapbox.com",
glob = NULL,
regexp = NULL
)
Value
A data frame of tile file paths with tile index, zoom, type, version,
source and spatial extent.
Arguments
- zoom
zoom level
- type
imagery type
- source
imagery source
- glob
see fs::dir_ls
- regexp
see fs::dir_ls
Examples
Run this codeif (interactive() && !is.null(get_api_key())) {
tiles <- ceramic_tiles(zoom = 0)
}
Run the code above in your browser using DataLab