-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.11 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
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 <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 = "[email protected]", role = c("aut", "cre"))
License: GPL-3
Encoding: UTF-8
LazyData: true
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