R/find_wfs.R
wfs_service_name.Rd
Extracts the last path element of an endpoint URL, i.e. the name that read_wfs() and list_wfs_layers() expect.
read_wfs()
list_wfs_layers()
wfs_service_name(url)
endpoint URL, with or without query string.
character vector of service names, NA where none could be found.
NA
wfs_service_name("https://gdi.berlin.de/services/wfs/atkis?SERVICE=WFS") #> [1] "atkis"