You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DESCRIPTION
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,21 @@
1
1
Package: KrigR
2
2
Type: Package
3
3
Title: Downloading, Aggregating, and Kriging of ECMWF CDS-Data
4
-
Version: 0.3.0
4
+
Version: 0.9.0
5
5
Authors@R: as.person(c(
6
6
"Erik Kusch <erik@i-solution.de> [aut, cre]",
7
7
"Richard Davy <Richard.Davy@nersc.no> [aut]"
8
8
))
9
9
Description: An R Package for downloading, preprocessing, and statistical downscaling of data provided by the European Centre for Medium‐Range Weather Forecasts (ECMWF).
10
10
KrigR contains functions for:
11
11
- Downloading ECMWF data directly from within R
12
-
- Downloading USGS GMTED 2010 elevation data - Working towards also implementing support for HWSD data
12
+
- Downloading USGS GMTED 2010 and HWSD elevation data
13
13
- Preparing covariate data for Kriging
14
14
- Kriging spatial input to desired output using user-specified covariates
0 commit comments