Package: ForestTools Type: Package Title: Tools for Analyzing Remote Sensing Forest Data Version: 1.0.4 Date: 2025-12-24 Authors@R: c( person("Andrew", "Plowright", email = "andrew.plowright@alumni.ubc.ca", role = c("aut", "cre")), person("Jean-Romain", "Roussel", email = "jean-romain.roussel.1@ulaval.ca", role = c("ctb"), comment = "Contributed to segment-based GLCM segmentation")) Description: Tools for analyzing remote sensing forest data, including functions for detecting treetops from canopy models, outlining tree crowns, and calculating textural metrics. Depends: R (>= 4.4) License: GPL-3 Encoding: UTF-8 LazyData: true LinkingTo: Rcpp Imports: terra, sf, Matrix, GLCMTextures, Rcpp Suggests: testthat (>= 3.0.0), knitr, rmarkdown RoxygenNote: 7.3.3 URL: https://github.com/andrew-plowright/ForestTools BugReports: https://github.com/andrew-plowright/ForestTools/issues Config/testthat/edition: 3 Config/pak/sysreqs: libabsl-dev cmake libgdal-dev gdal-bin libgeos-dev libssl-dev libproj-dev libsqlite3-dev libudunits2-dev Repository: https://andrew-plowright.r-universe.dev Date/Publication: 2025-12-24 21:05:16 UTC RemoteUrl: https://github.com/andrew-plowright/foresttools RemoteRef: HEAD RemoteSha: 30e3e91eef8acc3939896861655597c13914972e NeedsCompilation: yes Packaged: 2026-06-22 09:38:28 UTC; root Author: Andrew Plowright [aut, cre], Jean-Romain Roussel [ctb] (Contributed to segment-based GLCM segmentation) Maintainer: Andrew Plowright