KrigR

所属分类:救灾/预报
开发工具:R
文件大小:46KB
下载次数:0
上传日期:2023-04-03 08:20:35
上 传 者sh-1993
说明:  用于下载、预处理和统计缩小欧洲中期天气中心的R包
(An R Package for downloading, preprocessing, and statistical downscaling of the European Centre for Medium-range Weather)

文件列表:
.DS_Store (6148, 2023-09-14)
.Rbuildignore (65, 2023-09-14)
.Rprofile (117, 2023-09-14)
DESCRIPTION (1116, 2023-09-14)
KrigR.Rproj (396, 2023-09-14)
LICENSE (40, 2023-09-14)
LICENSE.md (1069, 2023-09-14)
NAMESPACE (202, 2023-09-14)
R (0, 2023-09-14)
R\.DS_Store (6148, 2023-09-14)
R\BioClim.R (15181, 2023-09-14)
R\Kriging.R (24487, 2023-09-14)
R\download.R (38719, 2023-09-14)
R\misc.R (20992, 2023-09-14)
man (0, 2023-09-14)
man\BioClim.Rd (4096, 2023-09-14)
man\SummarizeRaster.Rd (914, 2023-09-14)
man\buffer_Points.Rd (1103, 2023-09-14)
man\check_Krig.Rd (1673, 2023-09-14)
man\download_DEM.Rd (3520, 2023-09-14)
man\download_ERA.Rd (6181, 2023-09-14)
man\krigR.Rd (9506, 2023-09-14)
man\mask_Shape.Rd (800, 2023-09-14)

# KrigR 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 MediumRange Weather Forecasts (ECMWF)](https://www.ecmwf.int/).The package interfaces with the [Climate Data Store](https://cds.climate.copernicus.eu/#!/home) hosted by the [Copernicus Climate Change Service (C3S)](https://cds.climate.copernicus.eu/about-c3s) for retrieval of climate data. KrigR contains functions for: - Downloading Era5(-Land) data directly from within `R` via a wrapper function for the [`ecmwfr` package](https://github.com/bluegreen-labs/ecmwfr) - Downloading [USGS GMTED 2010](https://www.usgs.gov/core-science-systems/eros/coastal-changes-and-impacts/gmted2010?qt-science_support_page_related_con=0#qt-science_support_page_related_con) elevation data - Kriging spatial input to desired output using user-specified covariates via a wrapper for the [`automap` package](https://github.com/cran/automap) - Downloading and Kriging Era5(Land) data using USGS GMTED 2010 elevation as covariate data in one function call **NOTE:** All kriging functionality can be parallelised for faster computing using the `Cores` argument. # How to Cite KrigR has been [published here](https://iopscience.iop.org/article/10.1088/1748-9326/ac48b3). # Installation KrigR is not yet on CRAN, so it needs to be installed as such: ```{r} Sys.setenv(R_REMOTES_NO_ERRORS_FROM_WARNINGS="true") devtools::install_github("https://github.com/ErikKusch/KrigR") library(KrigR) ``` Users require personal API-access tokens which can be obtained [here](https://cds.climate.copernicus.eu/api-how-to). # Workshop Material and Further Information We have put together a comprehensive [workshop](https://www.erikkusch.com/courses/krigr/) that walks you through the functionality of the KrigR package. This workshop was presented during the BIOCHANGE Methods Workshop Series at Aarhus University. A recording of this presentation can be found on [YouTube](https://www.youtube.com/watch?v=wwb107L4wVw&ab_channel=ErikKusch). For any additional information on the project please refer to the project [website](https://www.erikkusch.com/project/krigr/). Upates will be available on said website as well as the KrigR [twitter profile](https://twitter.com/ERAKrigR) # Abstract Advances in climate science have rendered obsolete the gridded observation data widely used in downstream applications. Novel climate reanalysis products outperform legacy data products in accuracy, temporal resolution, and provision of uncertainty metrics. Consequently, there is an urgent need to develop a workflow through which to integrate these improved data into biological analyses. The ERA5 product family (ERA5 and ERA5-Land) are the latest and most advanced global reanalysis products created by the European Center for Medium-range Weather Forecasting (ECMWF). These data products offer up to 83 essential climate variables (ECVs) at hourly intervals for the time-period of 1***1 to today with preliminary back-extensions being available for 1950-1***1. Spatial resolutions range from 30x30km (ERA5) to 11x11km (ERA5-Land) and can be statistically downscaled to study-requirements at finer spatial resolutions. Kriging is one such method to interpolate data to finer resolutions and has the advantages that one can leverage additional covariate information and obtain the uncertainty associated with the downscaling. The KrigR R-package enables users to (1) download ERA5(-Land) climate reanalysis data for a user-specified region, and time-period, (2) aggregate these climate products to desired temporal resolutions and metrics, (3) acquire topographical co-variates, and (4) statistically downscale spatial data to a user-specified resolution using co-variate data via kriging. KrigR can execute all these tasks in a single function call, thus enabling the user to obtain any of 83 (ERA5) / 50 (ERA5-Land) climate variables at high spatial and temporal resolution with a single R-command. Additionally, KrigR contains functionality for computation of bioclimatic variables and aggregate metrics from the variables offered by ERA5(-Land). This R-package provides an easy-to-implement workflow for implementation of state-of-the-art climate data while avoiding issues of storage limitations at high temporal and spatial resolutions by providing data according to user-needs rather than in global data sets. Consequently, KrigR provides a toolbox to obtain a wide range of tailored climate data at unprecedented combinations of high temporal and spatial resolutions thus enabling the use of world-leading climate data through the R-interface and beyond. # Keywords Climate data, Climate reanalysis, Interdisciplinary ecology, Macroecology, R, R Package, Statistical downscaling

近期下载者

相关文件


收藏者