powered by
Get buildings from OpenStreetMap within a given buffer around a river.
get_osm_buildings(aoi, crs = NULL, force_download = FALSE)
An object of class sf::sfc_POLYGON
sf::sfc_POLYGON
Area of interest as sf object or bbox
Coordinate reference system as EPSG code
Download data even if cached data is available
if (FALSE) { # interactive() bb <- get_osm_bb("Bucharest") crs <- get_utm_zone(bb) get_osm_buildings(aoi = bb, crs = crs) }
Run the code above in your browser using DataLab