Package: lazyraster
Version: 0.5.0.9010
Title: Generate Raster Data Lazily from 'GDAL'
Description: Read raster data at a specified resolution on-demand via
'GDAL' (the Geospatial Data Abstraction Library
). Augments the 'raster' package by never
reading data from a raster source until necessary for
generating an in-memory 'raster' object. A 'lazyraster' object
may be cropped and converted to 'raster' object, and by default
will only read a small amount of data sufficient for an overall
summary. The amount of data read can be controlled by
specifying the output dimensions.
Authors@R: person("Michael", "Sumner", email = "mdsumner@gmail.com", role = c("aut", "cre"))
License: GPL-3
Encoding: UTF-8
ByteCompile: true
RoxygenNote: 7.1.1
Imports: graphics, raster, vapour (>= 0.8.0), methods, quadmesh (>=
0.4.0)
Suggests: palr, testthat (>= 2.1.0), covr, knitr, rmarkdown, ggplot2
URL: https://github.com/hypertidy/lazyraster
BugReports: https://github.com/hypertidy/lazyraster/issues
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Config/pak/sysreqs: libgdal-dev gdal-bin libgeos-dev libicu-dev
libpng-dev libzstd-dev libproj-dev libsqlite3-dev
Repository: https://hypertidy.r-universe.dev
Date/Publication: 2021-09-07 01:47:19 UTC
RemoteUrl: https://github.com/hypertidy/lazyraster
RemoteRef: HEAD
RemoteSha: ec99b29ad640f1b78056d7ca330f1e0a67b50591
NeedsCompilation: no
Packaged: 2026-06-12 10:40:48 UTC; root
Author: Michael Sumner [aut, cre]
Maintainer: Michael Sumner