
Get sf POLYGON of the national geographic grids from EEA
Source: R/esp-get-grid-EEA.R
esp_get_grid_EEA.RdUsage
esp_get_grid_EEA(
resolution = 100,
type = "main",
update_cache = FALSE,
cache_dir = NULL,
verbose = FALSE
)Arguments
- resolution
Resolution of the grid in kilometers. Can be
1,10or100.- type
Character. The geographic scope of the grid:
"main": Mainland Spain (default)."canary": Canary Islands.
- update_cache
Logical. If
TRUE, refreshes the cached file and forces a new download. Defaults toFALSE.- cache_dir
Character string. A path to a cache directory. See Caching strategies section in
esp_set_cache_dir().- verbose
logical. If
TRUEdisplays informational messages.
Value
A sf POLYGON.