{
  "_id": "6a2e5e983efcd9bda430e156",
  "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-06-14 07:52:51 UTC",
    "User": "root"
  },
  "Author": "Michael Sumner [aut, cre]",
  "Maintainer": "Michael Sumner <mdsumner@gmail.com>",
  "MD5sum": "aab925d7170be6a135c3f852620dfa58",
  "_user": "hypertidy",
  "_type": "src",
  "_file": "readwfs_0.1.0.tar.gz",
  "_fileid": "f752506875d7ff6507b614a8334cef87793b77b039430f3f48b2de7665a0f44f",
  "_filesize": 213161,
  "_sha256": "f752506875d7ff6507b614a8334cef87793b77b039430f3f48b2de7665a0f44f",
  "_created": "2026-06-14T07:52:51.000Z",
  "_published": "2026-06-14T07:56:08.393Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 81260156277,
      "time": 146,
      "config": "linux-devel-x86_64",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7618878064"
    },
    {
      "job": 81260156290,
      "time": 153,
      "config": "linux-release-x86_64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7618879135"
    },
    {
      "job": 81260156282,
      "time": 111,
      "config": "macos-oldrel-arm64",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7618873096"
    },
    {
      "job": 81260156292,
      "time": 104,
      "config": "macos-release-arm64",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7618872092"
    },
    {
      "job": 81259920695,
      "time": 216,
      "config": "source",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7618855692"
    },
    {
      "job": 81260156287,
      "time": 119,
      "config": "wasm-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7618874117"
    },
    {
      "job": 81260156295,
      "time": 95,
      "config": "windows-devel",
      "r": "4.7.0",
      "check": "OK",
      "artifact": "7618871244"
    },
    {
      "job": 81260156300,
      "time": 107,
      "config": "windows-oldrel",
      "r": "4.5.3",
      "check": "OK",
      "artifact": "7618872939"
    },
    {
      "job": 81260156297,
      "time": 95,
      "config": "windows-release",
      "r": "4.6.0",
      "check": "OK",
      "artifact": "7618870690"
    }
  ],
  "_buildurl": "https://github.com/r-universe/hypertidy/actions/runs/27492378189",
  "_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",
    "description": "no names have an anonymous function",
    "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": 3,
  "_contributors": [
    {
      "user": "mdsumner",
      "count": 6,
      "uuid": 4107631
    }
  ],
  "_userbio": {
    "uuid": 29297592,
    "type": "organization",
    "name": "hypertidy",
    "followers": 27,
    "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",
    "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-06-14T07:55:03.000Z",
      "distro": "noble",
      "commit": "3bc88d6fd70dd8fdb726b2fad03a911e9ef27d4e",
      "fileid": "ffdba10c65e1d605986fc8222e29f0885115dd4a906d686f57bf1da2447039a1",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/27492378189"
    },
    {
      "r": "4.6.0",
      "os": "linux",
      "version": "0.1.0",
      "date": "2026-06-14T07:55:06.000Z",
      "distro": "noble",
      "commit": "3bc88d6fd70dd8fdb726b2fad03a911e9ef27d4e",
      "fileid": "ebc86ec60e0d56bf82e231f7f869acc66761d14349f5ea934df49f2d3044c2ab",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/27492378189"
    },
    {
      "r": "4.5.3",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-14T07:54:37.000Z",
      "commit": "3bc88d6fd70dd8fdb726b2fad03a911e9ef27d4e",
      "fileid": "be6eba96e395c62a9cb400562d4add485572f174e28867e4117e542322079aed",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/27492378189"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0",
      "date": "2026-06-14T07:54:28.000Z",
      "commit": "3bc88d6fd70dd8fdb726b2fad03a911e9ef27d4e",
      "fileid": "1e8d8c672bd1e161974a89c69b77aa67c8e6de53f775bb7c38a4e68f50a7004a",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/27492378189"
    },
    {
      "r": "4.6.0",
      "os": "wasm",
      "version": "0.1.0",
      "date": "2026-06-14T07:55:07.000Z",
      "commit": "3bc88d6fd70dd8fdb726b2fad03a911e9ef27d4e",
      "fileid": "559c9861b0738ac4e418fd9c8973ee97ed0f6886d81c5c991ea4145db5c1f514",
      "status": "success",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/27492378189"
    },
    {
      "r": "4.7.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-14T07:54:07.000Z",
      "commit": "3bc88d6fd70dd8fdb726b2fad03a911e9ef27d4e",
      "fileid": "ff27ac214e7b54470ef79c05a0227fc80baabcde854e1d42b9b9d6ede11d2bf8",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/27492378189"
    },
    {
      "r": "4.5.3",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-14T07:54:17.000Z",
      "commit": "3bc88d6fd70dd8fdb726b2fad03a911e9ef27d4e",
      "fileid": "86faf7b84001c03e67b171e26b434d658c3a30fc52def394a252af1ddc01a799",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/27492378189"
    },
    {
      "r": "4.6.0",
      "os": "win",
      "version": "0.1.0",
      "date": "2026-06-14T07:54:03.000Z",
      "commit": "3bc88d6fd70dd8fdb726b2fad03a911e9ef27d4e",
      "fileid": "83bb4611cf0519ffdf04187a3a28054b73518d3bf157eff9e55423742d4c9470",
      "status": "success",
      "check": "OK",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/27492378189"
    }
  ]
}