View source: R/download_fisbroker_atom.R
download_fisbroker_atom | R Documentation |
Download ATOM data from fisbroker database https://fbinter.stadt-berlin.de/fb/index.jsp select a layer and click on the ATOM link. A pop-up window will open and you can copy the zip link and paste it to this function.
download_fisbroker_atom(zip_link, path, name)
zip_link |
the atom url of the data from fisbroker. |
path |
path where the file is stored |
name |
name of the folder where the data should be stored (will be created if it does not exists) |
A folder with the data as a geopackage.
## Not run:
url <- "https://fbinter.stadt-berlin.de/fb/atom/Vegetationshoehen/veghoehe_2020.zip"
download_fisbroker_atom(zip_link = url, path = tempdir(), name = "vheights")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.