{
  "_id": "6a55d688ff0138dec5d6984f",
  "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),\nOGC API Features (OAPIF), and ArcGIS REST\nFeatureServer/MapServer endpoints. Uses GDAL's OGR vector\ndrivers via 'gdalraster' for connection handling and returns\ntibbles with 'wk' geometry columns. Provides service discovery,\nlayer listing, capability inspection, and bbox-filtered feature\nretrieval. Aims to make navigating public vector web services\nless painful.",
  "License": "MIT + file LICENSE",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "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\nlibzstd-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": {
    "Date": "2026-07-14 06:20:39 UTC",
    "User": "root"
  },
  "Author": "Michael Sumner [aut, cre]",
  "Maintainer": "Michael Sumner <mdsumner@gmail.com>",
  "_user": "hypertidy",
  "_type": "src",
  "_file": "readwfs_0.1.0.tar.gz",
  "_fileid": "https://r2.ropensci.org/7ad632a482bd614d6b8b71dae637123d3643bf47953fbc0d6d3a7948627e5f66",
  "_filesize": 213151,
  "_sha256": "7ad632a482bd614d6b8b71dae637123d3643bf47953fbc0d6d3a7948627e5f66",
  "_expires": "2026-10-22T06:26:14.000Z",
  "_created": "2026-07-14T06:20:39.000Z",
  "_published": "2026-07-14T06:26:16.318Z",
  "_jobs": [
    {
      "job": 87014781229,
      "time": 207,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8302140418"
    },
    {
      "job": 87014781231,
      "time": 160,
      "config": "linux-release-x86_64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8302126479"
    },
    {
      "job": 87014781257,
      "time": 150,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8302168113"
    },
    {
      "job": 87014781268,
      "time": 104,
      "config": "macos-release-arm64",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8302146057"
    },
    {
      "job": 87014195827,
      "time": 238,
      "config": "source",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8302077881"
    },
    {
      "job": 87014781200,
      "time": 122,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "8302115877"
    },
    {
      "job": 87014781255,
      "time": 96,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "8302108223"
    },
    {
      "job": 87014781258,
      "time": 108,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "8302111832"
    },
    {
      "job": 87014781274,
      "time": 126,
      "config": "windows-release",
      "r": "4.6.1",
      "check": "OK",
      "artifact": "8302117052"
    }
  ],
  "_host": "GitHub-Actions",
  "_buildurl": "https://github.com/r-universe/hypertidy/actions/runs/29310871579",
  "_status": "success",
  "_upstream": "https://github.com/hypertidy/readwfs",
  "_commit": {
    "id": "3bc88d6fd70dd8fdb726b2fad03a911e9ef27d4e",
    "author": "Michael Sumner <mdsumner@gmail.com>",
    "committer": "GitHub <noreply@github.com>",
    "message": "Update README to clarify gdalraster usage\n\nRemoved 'no sf or terra required' from the design section.",
    "time": 1771066126
  },
  "_maintainer": {
    "name": "Michael Sumner",
    "email": "mdsumner@gmail.com",
    "login": "mdsumner",
    "mastodon": "@mdsumner@rstats.me",
    "bluesky": "@mdsumner.bsky.social",
    "description": "no names have an anonymous function",
    "uuid": 4107631
  },
  "_distro": "resolute",
  "_registered": true,
  "_dependencies": [
    {
      "package": "R",
      "version": ">= 4.1.0",
      "role": "Depends"
    },
    {
      "package": "gdalraster",
      "version": ">= 1.11.0",
      "role": "Imports"
    },
    {
      "package": "wk",
      "role": "Imports"
    },
    {
      "package": "tibble",
      "role": "Imports"
    },
    {
      "package": "methods",
      "role": "Imports"
    },
    {
      "package": "dplyr",
      "role": "Suggests"
    },
    {
      "package": "geos",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    },
    {
      "package": "knitr",
      "role": "Suggests"
    },
    {
      "package": "rmarkdown",
      "role": "Suggests"
    }
  ],
  "_owner": "hypertidy",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-07",
      "n": 6
    }
  ],
  "_tags": [],
  "_stars": 3,
  "_contributors": [
    {
      "user": "mdsumner",
      "count": 6,
      "uuid": 4107631
    }
  ],
  "_userbio": {
    "uuid": 29297592,
    "type": "organization",
    "name": "hypertidy",
    "followers": 28,
    "description": "[ ... ]"
  },
  "_downloads": {
    "count": 0,
    "source": "https://cranlogs.r-pkg.org/downloads/total/last-month/readwfs"
  },
  "_devurl": "https://github.com/mdsumner/readwfs",
  "_searchresults": 4,
  "_rbuild": "4.6.1",
  "_assets": [
    "extra/citation.cff",
    "extra/citation.html",
    "extra/citation.json",
    "extra/citation.txt",
    "extra/contents.json",
    "extra/NEWS.html",
    "extra/NEWS.txt",
    "extra/readme.html",
    "extra/readme.md",
    "extra/readwfs.html",
    "LICENSE",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "wfs_example_bbox",
    "wfs_example_url",
    "wfs_fields",
    "wfs_find_layers",
    "wfs_layer_info",
    "wfs_layers",
    "wfs_read",
    "wfs_services"
  ],
  "_help": [
    {
      "page": "wfs_example_bbox",
      "title": "Example bounding boxes",
      "topics": [
        "wfs_example_bbox"
      ]
    },
    {
      "page": "wfs_example_url",
      "title": "Example service endpoint URLs",
      "topics": [
        "wfs_example_url"
      ]
    },
    {
      "page": "wfs_fields",
      "title": "Get field (column) information for a layer",
      "topics": [
        "wfs_fields"
      ]
    },
    {
      "page": "wfs_find_layers",
      "title": "Search layer names by pattern",
      "topics": [
        "wfs_find_layers"
      ]
    },
    {
      "page": "wfs_layer_info",
      "title": "Get layer metadata from a vector web service",
      "topics": [
        "wfs_layer_info"
      ]
    },
    {
      "page": "wfs_layers",
      "title": "List available layers from a vector web service",
      "topics": [
        "wfs_layers"
      ]
    },
    {
      "page": "wfs_read",
      "title": "Read features from a vector web service",
      "topics": [
        "wfs_read"
      ]
    },
    {
      "page": "wfs_services",
      "title": "Catalogue of known public vector web services",
      "topics": [
        "wfs_services"
      ]
    }
  ],
  "_readme": "https://github.com/hypertidy/readwfs/raw/HEAD/README.md",
  "_rundeps": [
    "bit",
    "bit64",
    "cli",
    "gdalraster",
    "glue",
    "lifecycle",
    "magrittr",
    "nanoarrow",
    "pillar",
    "pkgconfig",
    "Rcpp",
    "RcppInt64",
    "rlang",
    "tibble",
    "utf8",
    "vctrs",
    "wk",
    "xml2",
    "yyjsonr"
  ],
  "_vignettes": [
    {
      "source": "readwfs.Rmd",
      "filename": "readwfs.html",
      "title": "Getting started with readwfs",
      "engine": "knitr::rmarkdown",
      "headings": [
        "Finding services",
        "Discovering layers",
        "Inspecting layers before downloading",
        "Reading features",
        "Multiple layers, same area",
        "Spatial operations with geos",
        "Working with different service types"
      ],
      "created": "2026-02-09 05:31:34",
      "modified": "2026-02-10 02:23:56",
      "commits": 4
    }
  ],
  "_score": 3.1760912590556813,
  "_indexed": true,
  "_nocasepkg": "readwfs",
  "_universes": [
    "hypertidy",
    "mdsumner"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-07-14T06:23:47.000Z",
      "distro": "resolute",
      "commit": "3bc88d6fd70dd8fdb726b2fad03a911e9ef27d4e",
      "fileid": "https://r2.ropensci.org/43b5d15697f010979c17e46b78ec87f8dd0a42ddf27d9bc005a6b27dcf68845e",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/29310871579"
    },
    {
      "r": "4.6.1",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-07-14T06:22:59.000Z",
      "distro": "resolute",
      "commit": "3bc88d6fd70dd8fdb726b2fad03a911e9ef27d4e",
      "fileid": "https://r2.ropensci.org/9100471b3e397c62ca0acec1a9a4702cfb07ed25323eda90c81851154bb31e65",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/29310871579"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-07-14T06:25:18.000Z",
      "commit": "3bc88d6fd70dd8fdb726b2fad03a911e9ef27d4e",
      "fileid": "https://r2.ropensci.org/588eaa5225e18f830fd8226f679209af3a3d5d1586d9b23c52c1c3e03c715c8d",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/29310871579"
    },
    {
      "r": "4.6.1",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-07-14T06:24:19.000Z",
      "commit": "3bc88d6fd70dd8fdb726b2fad03a911e9ef27d4e",
      "fileid": "https://r2.ropensci.org/a58e6922c33108c9d76605fa8693031273b12e9fd6a5879477e2554f01fa43db",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/29310871579"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-07-14T06:22:58.000Z",
      "commit": "3bc88d6fd70dd8fdb726b2fad03a911e9ef27d4e",
      "fileid": "https://r2.ropensci.org/e6e29f8202221689300855ce7e13c3408856f95680a08e00188d08892e1bcdb9",
      "status": "success",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/29310871579"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-07-14T06:21:52.000Z",
      "commit": "3bc88d6fd70dd8fdb726b2fad03a911e9ef27d4e",
      "fileid": "https://r2.ropensci.org/91ea44700991345f6c2dfd5abc1d4028b7ac02ea76720bdbd7895719707430e5",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/29310871579"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-07-14T06:21:56.000Z",
      "commit": "3bc88d6fd70dd8fdb726b2fad03a911e9ef27d4e",
      "fileid": "https://r2.ropensci.org/42fd8ac82bd56f2800b611d85808189245451b83a1db8d9f128d5b7a4ac7fb7c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/29310871579"
    },
    {
      "r": "4.6.1",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-07-14T06:22:17.000Z",
      "commit": "3bc88d6fd70dd8fdb726b2fad03a911e9ef27d4e",
      "fileid": "https://r2.ropensci.org/79bec467cbff7af55584efe779c4e0abe91b9bc0f0f118630b8e3a4ecd84f145",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/29310871579"
    }
  ]
}