ll_osm_get_nuts_streets | R Documentation |
Relies on the output of ll_get_nuts_eu()
for the boundaries of NUTS.
ll_osm_get_nuts_streets(
nuts_id,
level = 3,
resolution = 1,
country = NULL,
unnamed_streets = TRUE,
nuts_boundary_sf = NULL,
streets_sf = NULL,
country_code_type = "eurostat",
year = 2021
)
nuts_id |
NUTS region identifier. |
country |
Name of country as included in Geofabrik's datasets, does not
always match common country names or geography. For details on available
country names see the dataset included in this package: |
unnamed_streets |
Defaults to TRUE. If FALSE, it drops all streets with missing "name" or missing "fclass". |
streets_sf |
Defaults to NULL. If given, used to speed up processing.
Must be an |
country_code_type |
Defaults to "eurostat". An alternative common value
is "iso2c". See |
year |
Year of LAU boundaries, defaults to most recent (2021), passed to
|
An sf
objects with all streets of a given NUTS regions based on
OpenStreetMap
## Not run:
ll_osm_get_nuts_streets(nuts_id = "PT16D", country = "portugal")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.