download_fisbroker_wfs: Download WFS data from fisbroker database...

View source: R/download_fisbroker_wfs.R

download_fisbroker_wfsR 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.

Description

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.

Usage

download_fisbroker_wfs(link)

Arguments

link

the url of the data from fisbroker.

Value

A folder with the data as a geopackage.

Examples

## 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)

EcoDynIZW/d6berlin documentation built on March 20, 2024, 2:10 p.m.