rasterDT-package {rasterDT}R Documentation

Fast Raster Summary and Manipulation

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>.

Details

The DESCRIPTION file:

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/
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

Index of help topics:

cat_to_val              Convert a Categorical Raster to a Value Raster
crosstabDT              Speedy Raster Cross-tabulation
fasterizeDT             Polygon Rasterization Using Numeric, Factor, or
                        Character Fields
freqDT                  Speedy Raster Value Frequency Tabulation
rasterDT-package        Fast Raster Summary and Manipulation
subsDT                  Speedy Raster Value Substitution
zonalDT                 Speedy Zonal Statistics

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.

Author(s)

Joshua O'Brien

Maintainer: Joshua O'Brien <joshmobrien@gmail.com>


[Package rasterDT version 0.3.2 Index]