get_osm_river | R Documentation |
Get the river centreline and surface from OpenStreetMap
get_osm_river(bb, river_name, crs = NULL, force_download = FALSE)
bb |
Bounding box of class |
river_name |
The name of the river |
crs |
Coordinate reference system as EPSG code |
force_download |
Download data even if cached data is available |
A list with the river centreline and surface
bb <- get_osm_bb("Bucharest")
crs <- get_utm_zone(bb)
get_osm_river(bb, "Dâmbovița", crs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.