-
Notifications
You must be signed in to change notification settings - Fork 25
/
DESCRIPTION
37 lines (37 loc) · 988 Bytes
/
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
Package: KrigR
Type: Package
Title: Downloading, Aggregating, and Kriging of ECMWF CDS-Data
Version: 0.9.4
Authors@R: as.person(c(
"Erik Kusch <erik@i-solution.de> [aut, cre]",
"Richard Davy <Richard.Davy@nersc.no> [aut]"
))
Description: An R Package for downloading, preprocessing, and statistical downscaling of data provided by the European Centre for Medium‐Range Weather Forecasts (ECMWF).
KrigR contains functions for:
- Downloading ECMWF data directly from within R
- Downloading USGS GMTED 2010 and HWSD elevation data
- Preparing covariate data for Kriging
- Kriging spatial input to desired output using user-specified covariates
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2
Imports:
ecmwfr,
httr,
stringr,
lubridate,
sf,
terra,
ncdf4,
automap,
foreach,
tools,
progress,
doSNOW,
pbapply,
tidyr,
ggplot2,
viridis,
cowplot
Depends: R (>= 4.0.0)