{
  "_id": "69abe5168df5901ca5fa2d71",
  "Package": "rustycogs",
  "Title": "TIFF Virtualization via Rust",
  "Version": "0.1.0.9001",
  "Authors@R": "person(\"Michael\", \"Sumner\", , \"mdsumner@gmail.com\", role = c(\"aut\", \"cre\"),\ncomment = c(ORCID = \"0000-0002-2471-7511\"))",
  "Description": "Extract byte-range chunk references from cloud-hosted TIFF\nand COG files without reading pixel data. Uses the Rust\n'async-tiff' and 'object_store' crates for async I/O across S3,\nGCS, Azure, HTTP, and local storage. Returns a data frame of\ntile offsets and metadata suitable for constructing Kerchunk or\nZarr virtual stores.",
  "License": "MIT + file LICENSE",
  "URL": "https://github.com/mdsumner/rustycogs",
  "BugReports": "https://github.com/mdsumner/rustycogs/issues",
  "Encoding": "UTF-8",
  "Roxygen": "list(markdown = TRUE)",
  "RoxygenNote": "7.3.3",
  "SystemRequirements": "Cargo (Rust's package manager), rustc",
  "Config/rextendr/version": "0.4.2",
  "Config/testthat/edition": "3",
  "Config/pak/sysreqs": "libclang-dev",
  "Repository": "https://hypertidy.r-universe.dev",
  "Date/Publication": "2026-02-17 03:34:15 UTC",
  "RemoteUrl": "https://github.com/hypertidy/rustycogs",
  "RemoteRef": "HEAD",
  "RemoteSha": "62d9800af7153896e3e3aefe180bb328ace08b88",
  "NeedsCompilation": "yes",
  "Packaged": {
    "Date": "2026-03-07 08:30:02 UTC",
    "User": "root"
  },
  "Author": "Michael Sumner [aut, cre] (ORCID:\n<https://orcid.org/0000-0002-2471-7511>)",
  "Maintainer": "Michael Sumner <mdsumner@gmail.com>",
  "MD5sum": "0dce9213c9bf049050df9f771bf5ae76",
  "_user": "hypertidy",
  "_type": "src",
  "_file": "rustycogs_0.1.0.9001.tar.gz",
  "_fileid": "085d369fc1a6c12ec49a0085cc90bc46a66d78d6595dbbe31cfa7fbed04c6631",
  "_filesize": 396355,
  "_sha256": "085d369fc1a6c12ec49a0085cc90bc46a66d78d6595dbbe31cfa7fbed04c6631",
  "_created": "2026-03-07T08:30:02.000Z",
  "_distro": "noble",
  "_jobs": [
    {
      "job": 66129773731,
      "time": 176,
      "config": "linux-devel-arm64",
      "r": "4.6.0",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 66129773732,
      "time": 210,
      "config": "linux-devel-x86_64",
      "r": "4.6.0",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 66129773730,
      "time": 195,
      "config": "linux-release-arm64",
      "r": "4.5.2",
      "check": "ERROR",
      "artifact": "5810311242"
    },
    {
      "job": 66129773727,
      "time": 209,
      "config": "linux-release-x86_64",
      "r": "4.5.2",
      "check": "ERROR",
      "artifact": "5810312162"
    },
    {
      "job": 66129773725,
      "time": 219,
      "config": "macos-devel-arm64",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "5810312812"
    },
    {
      "job": 66129773715,
      "time": 647,
      "config": "macos-devel-x86_64",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "5810339635"
    },
    {
      "job": 66129773736,
      "time": 171,
      "config": "macos-release-arm64",
      "r": "4.5.2",
      "check": "ERROR",
      "artifact": "5810309698"
    },
    {
      "job": 66129773716,
      "time": 522,
      "config": "macos-release-x86_64",
      "r": "4.5.2",
      "check": "ERROR",
      "artifact": "5810332007"
    },
    {
      "job": 66129614014,
      "time": 269,
      "config": "source",
      "r": "4.5.2",
      "check": "OK",
      "artifact": "5810298001"
    },
    {
      "job": 66129773710,
      "time": 134,
      "config": "wasm-release",
      "r": "4.5.1",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 66129773706,
      "time": 300,
      "config": "windows-devel",
      "r": "4.6.0",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 66129773718,
      "time": 282,
      "config": "windows-oldrel",
      "r": "4.4.3",
      "check": "FAIL",
      "artifact": ""
    },
    {
      "job": 66129773707,
      "time": 257,
      "config": "windows-release",
      "r": "4.5.2",
      "check": "FAIL",
      "artifact": ""
    }
  ],
  "_buildurl": "https://github.com/r-universe/hypertidy/actions/runs/22795589593",
  "_status": "success",
  "_host": "GitHub-Actions",
  "_upstream": "https://github.com/hypertidy/rustycogs",
  "_commit": {
    "id": "62d9800af7153896e3e3aefe180bb328ace08b88",
    "author": "Michael Sumner <mdsumner@gmail.com>",
    "committer": "Michael Sumner <mdsumner@gmail.com>",
    "message": "add concurrency, and default 16\n",
    "time": 1771299255
  },
  "_maintainer": {
    "name": "Michael Sumner",
    "email": "mdsumner@gmail.com",
    "login": "mdsumner",
    "uuid": 4107631,
    "orcid": "0000-0002-2471-7511"
  },
  "_registered": true,
  "_dependencies": [
    {
      "package": "jsonlite",
      "role": "Imports"
    },
    {
      "package": "arrow",
      "role": "Suggests"
    },
    {
      "package": "testthat",
      "version": ">= 3.0.0",
      "role": "Suggests"
    }
  ],
  "_owner": "hypertidy",
  "_selfowned": true,
  "_usedby": 0,
  "_updates": [
    {
      "week": "2026-08",
      "n": 6
    }
  ],
  "_tags": [],
  "_stars": 4,
  "_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/rustycogs"
  },
  "_devurl": "https://github.com/mdsumner/rustycogs",
  "_searchresults": 6,
  "_cargo": true,
  "_topics": [
    "rust",
    "cargo"
  ],
  "_rbuild": "4.5.2",
  "_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/rustycogs.html",
    "manual.pdf"
  ],
  "_cranurl": false,
  "_exports": [
    "refs_to_kerchunk",
    "tiff_refs",
    "tiff_tile",
    "tiff_tiles",
    "tile_to_array"
  ],
  "_help": [
    {
      "page": "refs_to_kerchunk",
      "title": "Convert TIFF references to Kerchunk V1 JSON",
      "topics": [
        "refs_to_kerchunk"
      ]
    },
    {
      "page": "tiff_refs",
      "title": "Extract tile byte-range references from TIFF/COG files.",
      "topics": [
        "tiff_refs"
      ]
    },
    {
      "page": "tiff_tile",
      "title": "Fetch and decode a single tile from a TIFF/COG file.",
      "topics": [
        "tiff_tile"
      ]
    },
    {
      "page": "tiff_tiles",
      "title": "Fetch and decode multiple tiles as a batch.",
      "topics": [
        "tiff_tiles"
      ]
    },
    {
      "page": "tile_to_array",
      "title": "Convert tile data to a matrix or array",
      "topics": [
        "tile_to_array"
      ]
    }
  ],
  "_readme": "https://github.com/hypertidy/rustycogs/raw/HEAD/README.md",
  "_rundeps": [
    "jsonlite"
  ],
  "_score": 2.3010299956639813,
  "_indexed": true,
  "_nocasepkg": "rustycogs",
  "_universes": [
    "hypertidy",
    "mdsumner"
  ],
  "_failure": {
    "version": "0.2.0.9002",
    "commit": {
      "id": "2608b9799979cee02b3c15a15108810865a7177c",
      "author": "Michael Sumner <mdsumner@gmail.com>",
      "committer": "GitHub <noreply@github.com>",
      "message": "Update live-tests.yaml",
      "time": 1773702969
    },
    "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/26847562163",
    "date": "2026-06-05T06:03:49.540Z",
    "job": {
      "job": 79672692922,
      "time": 268,
      "config": "source",
      "r": "4.6.0",
      "check": "ERROR",
      "artifact": "7429897338"
    }
  },
  "_binaries": [
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0.9001",
      "date": "2026-03-07T08:33:16.000Z",
      "arch": "aarch64",
      "commit": "62d9800af7153896e3e3aefe180bb328ace08b88",
      "fileid": "09e0e87196bb8d6bddde27e77b2ea04ffd1dc064aede436110991680dbeea789",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/22795589593"
    },
    {
      "r": "4.6.0",
      "os": "mac",
      "version": "0.1.0.9001",
      "date": "2026-03-07T08:38:58.000Z",
      "arch": "x86_64",
      "commit": "62d9800af7153896e3e3aefe180bb328ace08b88",
      "fileid": "3d2f262d32181e1ae00c1f7bf04fe952a3b1ec73db2665358f5fa07f403e93cf",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/22795589593"
    },
    {
      "r": "4.5.2",
      "os": "mac",
      "version": "0.1.0.9001",
      "date": "2026-03-07T08:33:04.000Z",
      "arch": "aarch64",
      "commit": "62d9800af7153896e3e3aefe180bb328ace08b88",
      "fileid": "1feb7f028627751ee47e930fe50b68f156430fdcffef18e2c8f84a3b2e81792d",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/22795589593"
    },
    {
      "r": "4.5.2",
      "os": "mac",
      "version": "0.1.0.9001",
      "date": "2026-03-07T08:35:48.000Z",
      "arch": "x86_64",
      "commit": "62d9800af7153896e3e3aefe180bb328ace08b88",
      "fileid": "3afbad83a541123c2c485c071f05484974a1768a0db841fe158e1ae46a1fe45f",
      "status": "failure",
      "check": "ERROR",
      "buildurl": "https://github.com/r-universe/hypertidy/actions/runs/22795589593"
    }
  ]
}