Changelog
Source:NEWS.md
kwb.geoportal 0.0.0.9000
Added
read_wfs(), which downloads one feature type of a Berlin Geoportal WFS service and returns it as ansfobject. This complements the metadata functions:read_metadata()says where a dataset lives,read_wfs()fetches it. AddssftoImports.Added
list_wfs_layers(), which reads a service’sGetCapabilitiesdocument and returns one row per feature type. This is the authoritative way to find out whichlayerto pass toread_wfs().Added
find_wfs(), which searches the catalogue read byread_metadata_all()for records offering a download service and returns one row per matching WFS link, including theservicename thatread_wfs()expects.Added
wfs_base_url()andwfs_service_name()as small helpers around the endpoint URLs.Added
NEWS.mdfile to track changes to the package.see https://style.tidyverse.org/news.html for writing a good
NEWS.md