-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
36 lines (36 loc) · 1.88 KB
/
Copy pathDESCRIPTION
File metadata and controls
36 lines (36 loc) · 1.88 KB
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
Package: cropDemand
Type: Package
Title: Spatial Crop Water Demand for Brazil
Version: 1.0.3
Authors@R: c(person(given = "Roberto",
family = "Filgueiras",
role = c("aut","cre"),
email = "betofilgueiras@gmail.com",
comment = c(ORCID = "0000-0002-0186-8907")),
person(given = "Luan P.",
family = "Venancio",
role = ("aut"),
comment = c(ORCID = "0000-0002-5544-8588")),
person(given = "Catariny C.",
family = "Aleman",
role = ("aut"),
comment = c(ORCID = "0000-0002-3894-3077")),
person(given = "Fernando F.",
family = "da Cunha",
role = ("aut"),
comment = c(ORCID = "0000-0002-1671-1021")))
Description: Estimation of crop water demand can be processed via this package. As example, the data from 'TerraClimate' dataset (<https://www.climatologylab.org/terraclimate.html>) calibrated with automatic weather stations of National Meteorological Institute of Brazil is available in a coarse spatial resolution to do the crop water demand. However, the user have also the option to download the variables directly from 'TerraClimate' repository with the download.terraclimate function and access the original 'TerraClimate' products. If the user believes that is necessary calibrate the variables, there is another function to do it. Lastly, the estimation of the crop water demand present in this package can be run for all the Brazilian territory with 'TerraClimate' dataset.
License: CC BY 4.0
Encoding: UTF-8
Language: en-US
Depends:
R (>= 3.2.0),
Imports:
dplyr(>= 0.3.0.1),
ggplot2(>= 3.3.2),
terra,
sf,
tidyr,
ncdf4
BugReports: https://github.com/FilgueirasR/cropDemand/issues
RoxygenNote: 7.3.1