Get the river centreline and surface from OpenStreetMap
Value
A list with the river centreline as object of class
sf::sfc_LINESTRING
or sf::sfc_MULTILINESTRING
and river surface of
class sf::sfc_POLYGON
or sf::sfc_MULTIPOLYGON
.
Examples
if (FALSE) { # interactive()
bb <- get_osm_bb("Bucharest")
crs <- get_utm_zone(bb)
get_osm_river(bb = bb, river_name = "Dâmbovița", crs = crs,
force_download = FALSE)
}