-
Notifications
You must be signed in to change notification settings - Fork 22
/
DESCRIPTION
27 lines (27 loc) · 936 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
Package: ForestTools
Type: Package
Title: Tools for Analyzing Remote Sensing Forest Data
Version: 1.0.2
Date: 2024-04-27
Authors@R: c(
person("Andrew", "Plowright", email = "[email protected]", role = c("aut", "cre")),
person("Jean-Romain", "Roussel", email = "[email protected]", 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.2)
License: GPL-3
Encoding: UTF-8
LazyData: true
Imports:
terra,
sf,
Matrix,
imager,
GLCMTextures
Suggests:
testthat (>= 3.0.0),
knitr,
rmarkdown
RoxygenNote: 7.3.1
URL: https://github.com/andrew-plowright/ForestTools
BugReports: https://github.com/andrew-plowright/ForestTools/issues
Config/testthat/edition: 3