Package: readwfs Title: Read Vector Features from Web Feature Services and Friends Version: 0.1.0 Authors@R: person("Michael", "Sumner", , "mdsumner@gmail.com", role = c("aut", "cre")) Description: Read vector features from OGC Web Feature Services (WFS), OGC API Features (OAPIF), and ArcGIS REST FeatureServer/MapServer endpoints. Uses GDAL's OGR vector drivers via 'gdalraster' for connection handling and returns tibbles with 'wk' geometry columns. Provides service discovery, layer listing, capability inspection, and bbox-filtered feature retrieval. Aims to make navigating public vector web services less painful. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: R (>= 4.1.0) Imports: gdalraster (>= 1.11.0), wk, tibble, methods Suggests: dplyr, geos, testthat (>= 3.0.0), knitr, rmarkdown Config/testthat/edition: 3 VignetteBuilder: knitr URL: https://github.com/mdsumner/readwfs BugReports: https://github.com/mdsumner/readwfs/issues Config/pak/sysreqs: libgdal-dev gdal-bin libgeos-dev libxml2-dev libzstd-dev Repository: https://hypertidy.r-universe.dev Date/Publication: 2026-02-14 10:48:46 UTC RemoteUrl: https://github.com/hypertidy/readwfs RemoteRef: HEAD RemoteSha: 3bc88d6fd70dd8fdb726b2fad03a911e9ef27d4e NeedsCompilation: no Packaged: 2026-06-14 07:52:51 UTC; root Author: Michael Sumner [aut, cre] Maintainer: Michael Sumner