st_tiles_data {rtrek}R Documentation

Ancillary location data for map tiles

Description

Obtain a table of ancillary data associated with various locations of interest, given a specific map tile set ID.

Usage

st_tiles_data(id)

Arguments

id

character, name of a map tile set.

Details

This function returns a small example data frame of location-specific data along with grid cell coordinates that are specific to the requested map tile set ID.

Value

a data frame

See Also

stTiles(), st_tiles()

Examples

st_tiles_data("galaxy2")

[Package rtrek version 0.4.0 Index]