-
Notifications
You must be signed in to change notification settings - Fork 6
/
DESCRIPTION
32 lines (32 loc) · 1.39 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
Package: pacu
Type: Package
Title: Precision Agriculture Computational Utilities
Version: 0.1.44
Authors@R: c(person('dos Santos', 'Caio', email = '[email protected]', role = c('aut', 'cre')),
person('Miguez', 'Fernando', role = 'aut'))
Description: Support for a variety of commonly used precision agriculture operations. Includes functions to download and process raw satellite images from Sentinel-2 <https://documentation.dataspace.copernicus.eu/APIs/OData.html>. Includes functions that download vegetation index statistics for a given period of time, without the need to download the raw images <https://documentation.dataspace.copernicus.eu/APIs/SentinelHub/Statistical.html>. There are also functions to download and visualize weather data in a historical context. 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