Skip to content

A repository with examples for using RBIG for climate informatics. Results are part of the 2019 Climate Informatics conference.

License

Notifications You must be signed in to change notification settings

IPL-UV/2019_ci_rbig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RBIG for Climate Informatics

This repository hosts my code for the 2019 Climate informatics conference.

Example Experiments

I have included some example experiments in the notebooks folder including the following experiments:

  • Global Information Content (TODO)
  • Spatial-Temporal Analysis of variables (TODO)
  • Temporal analysis of Drought Indicators (TODO)
  • Climate Model Comparisons (TODO)

Installation Instructions

You can create the environment from the .yml file found in the main repo.

conda env create -f environment.yml -n myenv
source activate myenv

External Toolboxes

RBIG (Rotation-Based Iterative Gaussianization)

This is a package I created to implement the RBIG algorithm. This is a multivariate Gaussianization method that allows one to calculate information theoretic measures such as entropy, total correlation and mutual information. More information can be found in the repository esdc_tools.

Earth Science Data Cube Tools

These are a collection of useful scripts when dealing with datacubes (datasets in xarray Dataset format). I used a few preprocessing methods as well as a Minicuber implementation which transforms the data into spatial and/or temporal features. More information can be found in the repository py_rbig.

Data Resources

Earth System Data Lab

This is sponsered by the earthsystemdatalab. They host a cube on their servers which include over 40+ variables including soil moisture and land surface temperature. They also feature a free-to-use JupyterHub server for easy exploration of th data.

Climate Data Store

This is a database of climate models implemented by the ECMWF and sponsored by the Copernicus program. I use a few climate models from here by using the CDSAPI. There are some additional instructions to install this package which requires registration and agreeing to some terms of use for each dataset.

Contact Information

Links to my co-authors' and my information:

About

A repository with examples for using RBIG for climate informatics. Results are part of the 2019 Climate Informatics conference.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages