forked from ErikKusch/KrigR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (35 loc) · 1.08 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
Package: KrigR
Type: Package
Title: Downloading, Aggregating, and Kriging of ERA5(Land)-Data
Version: 0.1.2
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 the European Centre for Medium-range Weather Forecasts ReAnalysis 5 (ERA5) family provided by the European Centre for Medium‐Range Weather Forecasts (ECMWF).
KrigR contains functions for:
- Downloading Era5(Land) data directly from within R
- Downloading USGS GMTED 2010 elevation data
- Kriging spatial input to desired output using user-specified covariates
- Downloading and Kriging Era5(Land) data using USGS GMTED 2010 elevation as coviariate data in one function call
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Depends:
ncdf4,
ecmwfr,
keyring,
stringr,
raster,
rgdal,
doParallel,
foreach,
doSNOW,
automap,
lubridate,
sp,
sf,
fasterize,
stars,
httr