
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 kms. Can be
1,10or100.- type
character. The geographic scope of the grid:
"main": Mainland Spain (default)"canary": Canary Islands
- update_cache
logical. Should the cached file be refreshed? Default is
FALSE. When set toTRUE, it will force a new download.- 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.