-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
39 lines (39 loc) · 1.33 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
Package: mapme.agriculture
Title: Access to FAO WaPOR data for agricultural monitoring
Version: 0.0.0.9000
Authors@R: c(person(given = "Darius", family = "Görgen", role = c("cre", "aut"), email = "darius.goergen@maptailor.net"),
person("MAPME-Initiative", role = c("cph", "fnd")))
Description: This package facilitates the analysis of agricultural productivity. It queries the FAO
GISManager API at <https://io.apps.fao.org/gismgr/api/v1> for different raster datasets
concerned with water use efficency in the agricultural sector for which users
need to order a valid API key. Several indicators to measure the spatio-temporal
dynamic of water use efficency can be derived to answer dedicated questions for
project evaluations. The package is part of the MAPME toolset at <https://github.com/mapme-initiative>
and was developed by MapTailor Geospatial Consulting <https://maptailor.net/>.
It is in no way associated with FAO or the WaPOR project.
License: GPL-3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
httr,
jsonlite,
curl,
attempt,
purrr,
sf,
stringr,
magrittr,
terra,
trend,
zoo,
dplyr,
tidyr
Suggests:
rmarkdown,
knitr,
rnaturalearth,
DiagrammeR,
pkgdown
VignetteBuilder: knitr