get_osm_river: Get the river centreline and surface from OpenStreetMap

View source: R/osmdata.R

get_osm_riverR Documentation

Get the river centreline and surface from OpenStreetMap

Description

Get the river centreline and surface from OpenStreetMap

Usage

get_osm_river(bb, river_name, crs = NULL, force_download = FALSE)

Arguments

bb

Bounding box of class bbox

river_name

The name of the river

crs

Coordinate reference system as EPSG code

force_download

Download data even if cached data is available

Value

A list with the river centreline and surface

Examples


bb <- get_osm_bb("Bucharest")
crs <- get_utm_zone(bb)
get_osm_river(bb, "Dâmbovița", crs)


rcrisp documentation built on Aug. 8, 2025, 6:42 p.m.