View source: R/extract_corine.R
read_corine | R Documentation |
Read land use data from raw polygon file corresponding to a specific map area
read_corine(nuts_code, map_year = "2021", path, max_rows = 0L, verbose = 1L)
extract_corine(
map,
path,
type = c("reduced", "grouped", "full"),
intersection = TRUE,
max_rows = 0L,
verbose = 1L
)
max_rows |
target maxinum number of features to retrieve at a time - this represents a trade off between speed and memory footprint. Special values of 0 means extract each CLC individually (minimum memory requirement), and Inf means all features simultaneously (around 30GB available memory required, for type "grouped" or "reduced"). |
verbose |
|
type |
one of "reduced" (only CLC and Shape columns with original features), "grouped" (as for "grouped" but same CLC codes joined into multi-polygons), or "full" (all columns and rows in underlying data). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.