Package: lazyraster
Version: 0.5.1
Title: Generate Raster Data Lazily from 'GDAL'
Description: Read raster data at a specified resolution on-demand via 'GDAL' 
 (the Geospatial Data Abstraction Library <https://gdal.org/>). 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.2
Imports: graphics, raster, vapour (>= 0.4.0), methods, quadmesh (>=
        0.4.0)
Suggests: palr, testthat (>= 2.1.0)
URL: https://github.com/hypertidy/lazyraster
BugReports: https://github.com/hypertidy/lazyraster/issues
NeedsCompilation: no
Packaged: 2021-10-07 13:53:56 UTC; mdsumner
Author: Michael Sumner [aut, cre]
Maintainer: Michael Sumner <mdsumner@gmail.com>
Repository: CRAN
Date/Publication: 2021-10-07 14:20:02 UTC
