-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
29 lines (29 loc) · 904 Bytes
/
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
Package: rasterDT
Type: Package
Title: Fast Raster Summary and Manipulation
Version: 0.3.2
Date: 2022-12-25
Author: Joshua O'Brien
Maintainer: Joshua O'Brien <joshmobrien@gmail.com>
Description:
Fast alternatives to several relatively slow 'raster' package
functions. For large rasters, the functions run from 5 to
approximately 100 times faster than the 'raster' package functions
they replace. The 'fasterize' package, on which one function in this
package depends, includes an implementation of the scan line
algorithm attributed to Wylie et al. (1967)
<doi:10.1145/1465611.1465619>.
License: GPL (>= 2)
URL: https://github.com/JoshOBrien/rasterDT/, https://joshobrien.github.io/rasterDT/
BugReports: https://github.com/JoshOBrien/rasterDT/issues/
Depends:
methods,
raster (>= 3.6-3),
data.table
Imports:
fasterize,
sf
Suggests:
rasterVis
Encoding: UTF-8
RoxygenNote: 7.2.3