Skip to contents

Read WFS Dataset from FIS-Broker

Usage

read_wfs(
  dataset_id = "s_wfs_alkis_bezirk",
  url = NULL,
  service_version = "2.0.0",
  srs = "EPSG:25833",
  encoding = "UTF-8",
  dbg = TRUE
)

Arguments

dataset_id

id of wfs dataset (default: "s_wfs_alkis_bezirk"). Needs to checked out manually as described below:

  1. Go to: https://fbinter.stadt-berlin.de/fb/

  2. Click on a WFS Dataset

  3. Read the content of Rechneraddresse in the opened tab. The basename of the url is the required dataset id!

url

full url to computer adress ("Rechneradresse"), if NULL url will be generated from dataset_id (default: NULL)

service_version

one of "1.0.0", "1.1.0" or "2.0.0" (default: "2.0.0")

srs

one of "EPSG:4258" or "EPSG:25833" (default: "EPSG:25833")

encoding

default: UTF-8

dbg

prints debug messages if TRUE (default: TRUE)

Value

imports selected WFS dataset into R

Examples

berlin_bezirke <- kwb.fisbroker::read_wfs(dataset_id = "s_wfs_alkis_bezirk")
#> Importing WFS dataset_id 's_wfs_alkis_bezirk' from FIS-Broker ... ok. (1.16s)