-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
32 lines (32 loc) · 905 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
28
29
30
31
32
Package: spinR
Title: Spectral Indices calculator with R
Version: 0.11.2
Authors@R:
person(given = "Jean-Baptiste",
family = "Feret",
email = "[email protected]",
role = c("aut", "cre", "cph"),
comment = c(ORCID = "0000-0002-0151-1334"))
Description: The package spinR computes spectral indices from raster data or reflectance data (numeric: vector or matrix). It includes a set of predefined spectral indices, including the most common ones, as well as a spectral index generator, based on simple expressions defined by users.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Suggests:
bigRaster,
rmarkdown,
testthat (>= 3.0.0)
Imports:
cli,
data.table,
future,
future.apply,
gtools,
methods,
pbapply,
progress,
progressr,
raster,
Rfast,
snow,
Remotes: gitlab::jbferet/bigRaster