View source: R/download_fisbroker_wfs.R
download_fisbroker_wfs | R Documentation |
Download WFS data from fisbroker database https://fbinter.stadt-berlin.de/fb/index.jsp select a layer and click on the WFS link. A pop-up window will open and you can copy the link and paste it to this function.
download_fisbroker_wfs(link)
link |
the url of the data from fisbroker. |
A folder with the data as a geopackage.
## Not run:
url <- "https://fbinter.stadt-berlin.de/fb/wfs/data/senstadt/s_wfs_alkis_bezirk"
d6berlin::download_fisbroker_wfs(link = url)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.