Package: gdalblock Title: Block-Based Access to GDAL Raster Datasets Version: 0.1.0 Authors@R: person("Michael", "Sumner", email = "mdsumner@gmail.com", role = c("aut", "cre")) Description: Provides an S7 class for block-based (tiled) access to raster datasets via GDAL. Wraps 'gdalraster' to expose block structure and efficient block-level reading. License: MIT + file LICENSE Encoding: UTF-8 Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.3 Depends: R (>= 4.1.0) Imports: S7, gdalraster (>= 2.3.0), wk Suggests: testthat (>= 3.0.0) Config/testthat/edition: 3 URL: https://github.com/hypertidy/gdalblock BugReports: https://github.com/hypertidy/gdalblock/issues Config/pak/sysreqs: libgdal-dev gdal-bin libgeos-dev libxml2-dev libzstd-dev Repository: https://hypertidy.r-universe.dev Date/Publication: 2026-01-29 00:39:08 UTC RemoteUrl: https://github.com/hypertidy/gdalblock RemoteRef: HEAD RemoteSha: 1dca18f9326e333b546b9ef3d52d31f70def3453 NeedsCompilation: no Packaged: 2026-06-10 09:39:14 UTC; root Author: Michael Sumner [aut, cre] Maintainer: Michael Sumner