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:
Click on a WFS Dataset
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)