-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
49 lines (49 loc) · 1.78 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
46
47
48
49
Package: pacu
Type: Package
Title: Precision Agriculture Computational Utilities
Version: 0.1.38
Authors@R: c(person('dos Santos', 'Caio', email = '[email protected]', role = c('aut', 'cre')),
person('Miguez', 'Fernando', role = 'aut'))
Description: The `pacu` package is intended to provide a variety of
functions that are commonly used when processing data that
can be characterized as precision agriculture related.
For instance, there are functions to download and process
raw satellite images from Sentinel 2. These can be used to
investigate spatial patterns within a given area of interest.
The package also includes functions that download vegetation
index statistics for a given period of time, without the need to
download the raw images. These can be used to investigate the
temporal variability of a vegetation index across the field, or
between fields, for example. There are also functions to download
and visualize weather data in a historical context. These can be
used to explain temporal variability in crop yield or vegetation
index values from between years, or fields. Lastly, the package
also contains functions to process yield monitor data. These
functions can build polygons around recorded data points,
evaluate the overlap between polygons, clean yield data,
and smooth yield maps.
Depends: R (>= 4.0.0)
License: GPL (>= 3)
Encoding: UTF-8
VignetteBuilder: knitr
BugReports: https://github.com/cldossantos/pacu/issues
RoxygenNote: 7.3.2
Imports:
apsimx,
gstat,
httr,
jsonlite,
sf,
stars,
units,
XML,
concaveman,
tmap
Suggests:
knitr,
ggplot2,
patchwork,
mgcv,
nasapower,
spData,
rmarkdown