Get buildings from OpenStreetMap within a given buffer around a river.
Value
An object of class sf::sfc_POLYGON
Examples
if (FALSE) { # interactive()
bb <- get_osm_bb("Bucharest")
crs <- get_utm_zone(bb)
get_osm_buildings(aoi = bb, crs = crs)
}
Get buildings from OpenStreetMap within a given buffer around a river.
An object of class sf::sfc_POLYGON
if (FALSE) { # interactive()
bb <- get_osm_bb("Bucharest")
crs <- get_utm_zone(bb)
get_osm_buildings(aoi = bb, crs = crs)
}