forked from ErikKusch/KrigR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.09 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
Package: KrigR
Type: Package
Title: Downloading, Aggregating, and Kriging of ERA5(Land)-Data
Version: 0.1.3
Authors@R: as.person(c(
"Erik Kusch <[email protected]> [aut, cre]",
"Richard Davy <[email protected]> [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.2.3
Depends:
ncdf4,
ecmwfr,
keyring,
stringr,
raster,
rgdal,
doParallel,
foreach,
doSNOW,
automap,
lubridate,
sp,
sf,
fasterize,
stars,
httr,
terra