-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
51 lines (51 loc) · 1.4 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Package: fasterRaster
Type: Package
Title: Faster Raster and Spatial Vector Processing Using 'GRASS GIS'
Version: 8.4.0.4
Date: 2024-12-16
Authors@R:
c(
person(
given = c('Adam', 'B.'),
family = 'Smith',
role = c('cre', 'aut'),
email = '[email protected]',
comment = c(ORCID = '0000-0002-6420-1659')
)
)
Maintainer: Adam B. Smith <[email protected]>
Description: Processing of large-in-memory/large-on disk rasters and spatial
vectors using 'GRASS GIS' <https://grass.osgeo.org/>. Most functions in
the 'terra' package are recreated. Processing of medium-sized and smaller
spatial objects will nearly always be faster using 'terra' or 'sf', but
for large-in-memory/large-on-disk objects, 'fasterRaster' may be faster.
To use most of the functions, you must have the stand-alone version (not
the 'OSGeoW4' installer version) of 'GRASS GIS' 8.0 or higher.
Depends:
R (>= 4.0.0)
Imports:
data.table (>= 1.14.8),
DT,
graphics,
grDevices,
methods,
omnibus (>= 1.2.11),
rgrass (>= 0.3-9),
rpanel,
sf,
shiny,
terra (>= 1.7),
utils
Suggests:
knitr,
rmarkdown
Roxygen: list(markdown = TRUE)
License: GPL (>=3)
SystemRequirements: GRASS (>= 8)
URL: https://github.com/adamlilith/fasterRaster, https://adamlilith.github.io/fasterRaster/
BugReports: https://github.com/adamlilith/fasterRaster/issues
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: true
LazyLoad: yes
RoxygenNote: 7.3.2