quadtree: Region Quadtrees for Spatial Data (original) (raw)

Provides functionality for working with raster-like quadtrees (also called “region quadtrees”), which allow for variable-sized cells. The package allows for flexibility in the quadtree creation process. Several functions defining how to split and aggregate cells are provided, and custom functions can be written for both of these processes. In addition, quadtrees can be created using other quadtrees as “templates”, so that the new quadtree's structure is identical to the template quadtree. The package also includes functionality for modifying quadtrees, querying values, saving quadtrees to a file, and calculating least-cost paths using the quadtree as a resistance surface.

Version: 0.1.14
Depends: R (≥ 2.10)
Imports: graphics, grDevices, methods, Rcpp (≥ 1.0.5), terra, stats
LinkingTo: Rcpp
Suggests: raster, sf, knitr, rmarkdown, testthat (≥ 3.0.0)
Published: 2023-08-29
DOI: 10.32614/CRAN.package.quadtree
Author: Derek Friend ORCID iD [aut, cre, cph], Andrew Brown [ctb], Randolph Voorhies [cph] (Author of included 'cereal' library), Shane Grant [cph] (Author of included 'cereal' library), Juan Pedro Bolivar Puente [cph] (Author of included 'cereal' library)
Maintainer: Derek Friend <dafriend.R at gmail.com>
BugReports: https://github.com/dfriend21/quadtree/issues/
License: MIT + file
URL: https://github.com/dfriend21/quadtree/,https://dfriend21.github.io/quadtree/
NeedsCompilation: yes
Materials: README NEWS
CRAN checks: quadtree results

Documentation:

Downloads:

Linking:

Please use the canonical formhttps://CRAN.R-project.org/package=quadtreeto link to this page.