Get an area of interest (AoI) around a river, cropping to the bounding box of a city
Source:R/osmdata.R
get_river_aoi.Rd
Get an area of interest (AoI) around a river, cropping to the bounding box of a city
Examples
if (FALSE) { # interactive()
bb <- get_osm_bb("Bucharest")
river <- get_osm_river(bb, "Dâmbovița")
get_river_aoi(river, bb, buffer_distance = 100)
}