if (FALSE) { # interactive()
# Set parameters
bb <- get_osm_bb("Bucharest")
crs <- 31600 # National projected CRS
# Get streets with default values
get_osm_streets(aoi = bb, crs = crs)
# Specify street categories to be retrieved
get_osm_streets(aoi = bb, crs = crs, highway_values = "primary")
# Ensure that data is not retrieved from cache
get_osm_streets(aoi = bb, crs = crs, force_download = FALSE)
}
Run the code above in your browser using DataLab