View source: R/ll_get_lau_eu.R
ll_osm_get_lau_streets | R Documentation |
Relies on the output of ll_get_lau_eu()
for the boundaries of local
administrative units.
ll_osm_get_lau_streets(
gisco_id,
country = NULL,
unnamed_streets = TRUE,
lau_boundary_sf = NULL,
streets_sf = NULL,
country_code_type = "eurostat",
year = 2021,
fallback = TRUE
)
gisco_id |
Gisco 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". |
lau_boundary_sf |
Defaults to NULL. If given, used to speed up
processing. Must be an |
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
|
fallback |
Logical, defaults to TRUE. If a |
An sf
objects with all streets of a given LAU based on
OpenStreetMap
## Not run:
ll_osm_get_lau_streets(gisco_id = "IT_022205", unnamed_streets = FALSE)
# or if country name does not match
ll_osm_get_lau_streets(gisco_id = "EL_01020204", country = "greece")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.