{
  "_id": "6a1f2e11b401979e7342691c",
  "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-05-15 09:35:04 UTC",
    "User": "root"
  },
  "Author": "Michael Sumner [aut, cre]",
  "Maintainer": "Michael Sumner <mdsumner@gmail.com>",
  "MD5sum": "8f36b978d8c60a6b042cd1886193ec18",
  "_user": "hypertidy",
  "_type": "src",
  "_file": "readwfs_0.1.0.tar.gz",
  "_fileid": "32e99cb4c929f866754cbddcd901968d2d95ff706b08d74b25fc0a26b8faf41c",
  "_filesize": 209199,
  "_sha256": "32e99cb4c929f866754cbddcd901968d2d95ff706b08d74b25fc0a26b8faf41c",
  "_created": "2026-05-15T09:35:04.000Z",
  "_published": "2026-06-02T19:25:05.892Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 79153912025,
      "time": 152,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7014217395"
    },
    {
      "job": 79153912516,
      "time": 159,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7014219180"
    },
    {
      "job": 79153912041,
      "time": 81,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7014196799"
    },
    {
      "job": 79153912400,
      "time": 114,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7014206034"
    },
    {
      "job": 79153911893,
      "time": 217,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7014171058"
    },
    {
      "job": 79153911645,
      "time": 119,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7367681764"
    },
    {
      "job": 79153912498,
      "time": 98,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7014201404"
    },
    {
      "job": 79153912807,
      "time": 145,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7014214940"
    },
    {
      "job": 79153912321,
      "time": 108,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7014204165"
    }
  ],
  "_buildurl": "https://github.com/r-universe/hypertidy/actions/runs/25910729131",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_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",
    "uuid": 4107631
  },
  "_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": 2,
  "_contributors": [
    {
      "user": "mdsumner",
      "count": 6,
      "uuid": 4107631
    }
  ],
  "_userbio": {
    "uuid": 29297592,
    "type": "organization",
    "name": "hypertidy",
    "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.0",
  "_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",
    "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,
  "_indexed": true,
  "_nocasepkg": "readwfs",
  "_universes": [
    "hypertidy",
    "mdsumner"
  ],
  "_binaries": [
    {
      "r": "4.7.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-15T09:37:19.000Z",
      "distro": "noble",
      "commit": "3bc88d6fd70dd8fdb726b2fad03a911e9ef27d4e",
      "fileid": "265e328e8b8a9183bab445067cff212e7cd79e375cdb53f49010b4d31b94518b",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/25910729131"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-05-15T09:37:23.000Z",
      "distro": "noble",
      "commit": "3bc88d6fd70dd8fdb726b2fad03a911e9ef27d4e",
      "fileid": "5f7c8f62841200ef7336f607c7a06cea7ff8093461303619488c4533f6e69d17",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/25910729131"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-15T09:36:23.000Z",
      "commit": "3bc88d6fd70dd8fdb726b2fad03a911e9ef27d4e",
      "fileid": "e9dab04c9387538157de23ac05cc26ee7740d191695f3dd890b947c90d8294e2",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/25910729131"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-05-15T09:36:47.000Z",
      "commit": "3bc88d6fd70dd8fdb726b2fad03a911e9ef27d4e",
      "fileid": "5427fb3a4ff100ec508a499c3684ade9429b034847a7d0fcfdd7fe2b84d02040",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/25910729131"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-15T09:36:19.000Z",
      "commit": "3bc88d6fd70dd8fdb726b2fad03a911e9ef27d4e",
      "fileid": "9b8543a3fe1bbe33309ce3553c4a99b5df3f0446f53b652147cc772bb27d343c",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/25910729131"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-15T09:37:05.000Z",
      "commit": "3bc88d6fd70dd8fdb726b2fad03a911e9ef27d4e",
      "fileid": "6d88fd50f96651d9e3114de24f5673de25f3f1a92b20c3c02860b3c918aa8e01",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/25910729131"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-05-15T09:36:24.000Z",
      "commit": "3bc88d6fd70dd8fdb726b2fad03a911e9ef27d4e",
      "fileid": "dfd39c1d275aba940a8b1830fc495f02807edc451d2534be216b4814f3e46799",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/25910729131"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-06-02T19:24:45.000Z",
      "commit": "3bc88d6fd70dd8fdb726b2fad03a911e9ef27d4e",
      "fileid": "540e8713674e41314783267845321032138c623685e99414f3d9152ff4c2486f",
      "status": "success",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/25910729131"
    }
  ]
}