-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
25 lines (25 loc) · 951 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
Package: foRestools
Title: Tools for foresters
Version: 1.0.3
Authors@R: person("First", "Last", , "[email protected]", role = c("cre","aut"),
comment = c(ORCID = "0009-0002-8592-946X"))
Description: Provides a collection of tools for analyzing forest data and performing remote sensing tasks. Includes functions for creating Canopy Height Models (CHM), detecting trees from XY coordinates, calculating various vegetation indices (CCI, DVI, GDVI, GSAVI, MSAVI, NDVI, TGI), defining Areas of Interest (AOI), and more. Designed to facilitate the processing and analysis of remote sensing data for forest management and research.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
sf,
rgugik,
raster,
lidR,
dplyr,
geosphere,
stringr
Suggests:
here,
testthat
LazyData: FALSE
Depends:
R (>= 2.10)
URL: https://j-miszczyszyn.github.io/foRestools/