Description Usage Arguments Value Examples
Get the box in the osmdata format.
1 | drt_osm_bb(aoi)
|
aoi, |
spatial object, object to retreive the bounding box from. |
A matrix conaining the bbox in osmdata format.
1 2 3 4 5 | # Example data
aoi <-
sf::st_read(system.file("example.gpkg", package = "drtplanr"), layer = "aoi")
drt_osm_bb(aoi)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.