Description Usage Arguments Value
Import streets from an OpenStreetMap extract
1 2 3 4 5 6 7 8 | import_streetnet(
path,
extent = NULL,
clip = FALSE,
highway_types = DEFAULT_HIGHWAY_TYPES,
tags = DEFAULT_TAGS,
quiet = FALSE
)
|
path |
Path to a |
extent |
The area of interest as object of class |
clip |
Boolean. If |
highway_types |
A vector of possible values for OpenStreetMaps highway tag. Only streets that have one of these values for the highway tag will be imported. Defaults to DEFAULT_HIGHWAY_TYPES. |
tags |
A vector of OpenStreetMap tags that should be included as attribute columns in the imported data. Defaults to DEFAULT_TAGS. |
quiet |
Boolean. If |
An object of class sf
with LINESTRING
or
MULTILINESTRING
geometries.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.