Package: rustycogs 0.1.0.9001
rustycogs: TIFF Virtualization via Rust
Extract byte-range chunk references from cloud-hosted TIFF and COG files without reading pixel data. Uses the Rust 'async-tiff' and 'object_store' crates for async I/O across S3, GCS, Azure, HTTP, and local storage. Returns a data frame of tile offsets and metadata suitable for constructing Kerchunk or Zarr virtual stores.
Authors:
rustycogs_0.1.0.9001.tar.gz
rustycogs_0.1.0.9001.tgz(r-4.6-x86_64)rustycogs_0.1.0.9001.tgz(r-4.6-arm64)rustycogs_0.1.0.9001.tgz(r-4.5-x86_64)rustycogs_0.1.0.9001.tgz(r-4.5-arm64)
manual.pdf |manual.html✨
card.svg |card.png
rustycogs/json (API)
NEWS
| # Install 'rustycogs' in R: |
| install.packages('rustycogs', repos = c('https://hypertidy.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/mdsumner/rustycogs/issues
Last updated from:62d9800af7. Checks:6 FAIL, 1 OK, 6 ERROR. Indexed: yes.
The latest version of this package failed to build. Look at thebuild logs for more information.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | FAIL | 176 | ||
| linux-devel-x86_64 | FAIL | 210 | ||
| source / vignettes | OK | 269 | ||
| linux-release-arm64 | ERROR | 195 | ||
| linux-release-x86_64 | ERROR | 209 | ||
| macos-devel-arm64 | ERROR | 219 | ||
| macos-devel-x86_64 | ERROR | 647 | ||
| macos-release-arm64 | ERROR | 171 | ||
| macos-release-x86_64 | ERROR | 522 | ||
| windows-devel | FAIL | 300 | ||
| windows-release | FAIL | 257 | ||
| windows-oldrel | FAIL | 282 | ||
| wasm-release | FAIL | 134 |
Exports:refs_to_kerchunktiff_refstiff_tiletiff_tilestile_to_array
Dependencies:jsonlite
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Convert TIFF references to Kerchunk V1 JSON | refs_to_kerchunk |
| Extract tile byte-range references from TIFF/COG files. | tiff_refs |
| Fetch and decode a single tile from a TIFF/COG file. | tiff_tile |
| Fetch and decode multiple tiles as a batch. | tiff_tiles |
| Convert tile data to a matrix or array | tile_to_array |
