get_osm_buildings | R Documentation |
Get buildings from OpenStreetMap within a given buffer around a river.
get_osm_buildings(aoi, crs = NULL, force_download = FALSE)
aoi |
Area of interest as sf object or bbox |
crs |
Coordinate reference system as EPSG code |
force_download |
Download data even if cached data is available |
An sf object with the buildings
bb <- get_osm_bb("Bucharest")
crs <- get_utm_zone(bb)
get_osm_buildings(bb, crs)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.