A curated list of open technology projects to sustain a stable climate, energy supply, biodiversity and natural resources.

climate4R

A bundle of R packages for transparent climate data access, post-processing (including data collocation and bias correction / downscaling) and visualization.
https://github.com/SantanderMetGroup/climate4R

Category: Climate Change
Sub Category: Climate Downscaling

Keywords from Contributors

climate-change-atlas climate4r cmip6 cordex ipcc-regions warming-levels

Last synced: about 13 hours ago
JSON representation

Repository metadata

An R Framework for Climate Data Access and Post-processing

README.md

R Framework for Climate Data Access and Post-processing

Binder

climate4R is a bundle of R packages for transparent climate data access, post-processing (including data collocation and bias correction / downscaling) and visualization. climate4R builds on two main data structures (grid and station, including metadata) to deal with gridded and point data from observations, reanalysis, seasonal forecasts and climate projections. It considers ensemble members as a basic dimension of the data structures. Moreover, climate4R is transparently (and remotely) connected to the Santander Climate Data Gateway, offering several state-of-the-art datasets (including CMIP5 and CORDEX subsets).

  • climate4R is formed by the following four core packages (all in GitHub): loadeR , transformeR, downscaleR and visualizeR. These packages are fully documented in the corresponding GitHub wikis.

  • climate4R capabilities are further extended by providing support to physical units handling (convertR package) and geoprocessing tasks (geoprocessoR package).

  • Compatibility with some external packages has been achieved by wrapping packages, thus enhancing climate4R with new functionalities (e.g. ETCCDI extreme climate indices via the climdex package).

  • Semantic provenance (metadata) information for climate4R products can be generated using METACLIP via the metaclipR package.

  • Conda and docker climate4R installations available. The docker file also includes the jupyter framework. This is the base layer for the climate4R Hub (a cloud-based computing facility to run climate4R notebooks at IFCA/CSIC Cloud Services).

References and Examples

The formal reference of climate4R is:


M. Iturbide, J. Bedia, S. Herrera, J. Baño-Medina, J. Fernández, M.D. Frías, R. Manzanas, D. San-Martín, E. Cimadevilla, A.S. Cofiño and JM Gutiérrez (2019) The R-based climate4R open framework for reproducible climate data access and post-processing. Environmental Modelling & Software, 111, 42-54. DOI: /10.1016/j.envsoft.2018.09.009


Additional references for specific components of climate4R (with worked examples) are Cofiño et al. 2018 (seasonal forecasting ), Frías et al. 2018 (visualization), Bedia et al. 2019 (data provenance) and Bedia et al. 2019a (statistical downscaling). Other publications describing applications in sectoral impact studies (also with worked out examples) are Bedia et al. (2018) (fire danger) or Iturbide et al. (2018) (Species distribution models), among others.

Moreover, there is a notebook repository including several illustrative notebooks with worked-out examples (which are companion material of several papers).

Installation

The climate4R framework relies on a wealth of other R packages and bindings to third-party libraries. Therefore, the recommended installation is through the conda package below, which ensures the proper installation of all dependencies.

Installation using miniconda:

Miniconda is a free minimal installer for conda. The conda recipe installs an up-to-date version of the different packages composing the climate4R framework, along with the associated library dependencies (udunits, openjdk, netcdf Java etc.), avoiding potential problems like the R-java configuration etc. Note that the appropriate miniconda distribution must be installed (go to the miniconda installers page) before running the following commands. We recommend starting from a clean environment (named climate4R in this example):

conda create --name climate4R
conda activate climate4R

In this environment, install climate4R by issuing:

conda install -c conda-forge -c r -c defaults -c santandermetgroup climate4r

Activate the conda environment to work with climate4R. Deactivate the environment with:

conda deactivate

Direct package installation from github:

Individual packages can be installed directly from the github sources.

    > library(devtools)
    > install_github(c("SantanderMetGroup/loadeR.java",
                 "SantanderMetGroup/climate4R.UDG",
                 "SantanderMetGroup/loadeR",
                 "SantanderMetGroup/transformeR",
                 "SantanderMetGroup/visualizeR",
                 "SantanderMetGroup/downscaleR"))

NOTE: installation of specific package versions

In case a particular paper notebook is to be replicated, the installation of specific version tags can be done by just explicitly indicating the tag number in the repo name. For example:

   > devtools::install_github("SantanderMetGroup/[email protected]")

installs the visualizeR package version used in Frías et al. 2018, while the following

   > devtools::install_github("SantanderMetGroup/[email protected]")

will install a more recent version of the package used in the paper by Iturbide et al. 2019.

Example of use

Examples of use of the climate4R framework are given in the reference papers above. In the following we illustrate the main functionalities of climate4R with a simple example, consisting on calculating an ETCCDI index (Summer Days) from bias corrected EURO-CORDEX data over Southern Europe. More details at the brief introduction to climate4R document in the man folder and full code at the companion jupyter notebook.


User Support

Please note that the pool of people who can provide support for climate4R packages is very small and our time for support is limited. We don't necessarily have the capacity for long, open-ended user support. Please follow these basic guidelines before posting:

  • Introduce the problem before you post any code
  • Help others reproduce the problem
  • Avoid sending the same question to multiple places

These posting guidelines at stackoverflow provide further recommendations on how to make a good question. If questions are kept short, specific and direct, there's a greater chance that someone will take on the ticket.



Owner metadata


GitHub Events

Total
Last Year

Committers metadata

Last synced: 5 days ago

Total Commits: 183
Total Committers: 7
Avg Commits per committer: 26.143
Development Distribution Score (DDS): 0.716

Commits in past year: 1
Committers in past year: 1
Avg Commits per committer in past year: 1.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Your Name m****e@g****m 52
Jose M. Gutierrez g****m@u****s 48
zequihg50 e****a@u****s 40
Joaquin Bedia j****a@g****m 31
Antonio S. Cofino c****a@g****m 5
Jesus Fernandez j****f 5
Rodrigo Manzanas r****s 2

Committer domains:


Issue and Pull Request metadata

Last synced: 1 day ago

Total issues: 29
Total pull requests: 19
Average time to close issues: 4 months
Average time to close pull requests: 24 days
Total issue authors: 21
Total pull request authors: 6
Average comments per issue: 1.52
Average comments per pull request: 0.11
Merged pull request: 16
Bot issues: 0
Bot pull requests: 0

Past year issues: 1
Past year pull requests: 1
Past year average time to close issues: N/A
Past year average time to close pull requests: 11 minutes
Past year issue authors: 1
Past year pull request authors: 1
Past year average comments per issue: 0.0
Past year average comments per pull request: 0.0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/SantanderMetGroup/climate4R

Top Issue Authors

  • catubela (4)
  • cs2239 (3)
  • cofinoa (2)
  • Fisico2k (2)
  • miturbide (2)
  • mazanetti (1)
  • Nirav11 (1)
  • fmanquehual (1)
  • louwangzhiyuwhy (1)
  • QuocPhamBao (1)
  • tianfy-iap (1)
  • jbedia (1)
  • yeanukkim (1)
  • jgserra18 (1)
  • cyndyfem (1)

Top Pull Request Authors

  • cofinoa (9)
  • jbedia (5)
  • zequihg50 (2)
  • RSO9192 (1)
  • jesusff (1)
  • nuest (1)

Top Issue Labels

  • bug (1)

Top Pull Request Labels


Dependencies

Dockerfile docker
  • jupyter/base-notebook latest build
docker/Dockerfile docker
  • jupyter/base-notebook latest build

Score: 6.956545443151569