-
Notifications
You must be signed in to change notification settings - Fork 91
/
DESCRIPTION
45 lines (45 loc) · 1.21 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
Package: FIELDimageR
Title: A Tool to Analyze Orthomosaic Images From Agricultural Field Trials
Version: 0.6.2
Authors@R:
c(person(given = "Filipe",
family = "Matias",
role = c("cre", "aut"),
email = "filipematias23@gmail.com"))
Description: A compilation of functions to analyze orthomosaic images
from research fields. To prepare the image it first allows to crop the image, remove soil
and weeds and rotate the image. The package also builds a plot shapefile in order to extract
information for each plot to evaluate different wavelengths, vegetation indices, stand count,
canopy percentage, and plant height.
License: GPL-3 + file LICENSE
biocViews:
Imports:
EBImage,
attempt,
config (>= 0.3.1),
DT,
fftwtools,
git2r,
glue,
DescTools,
methods,
raster,
terra,
scales,
sp,
xml2,
foreach,
doParallel,
plyr,
processx,
grDevices
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
Author: Filipe Matias [cre, aut]
Maintainer: Filipe Matias <filipematias23@gmail.com>
Suggests:
spelling,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Language: en-US