Skip to content

bcdp/bcdp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bcdp

Big Climate Data Pipeline

This library is intended to be a drop in replacement for Apache OCW, a climate model evaluation processing pipeline.

NOTE: This package is still essentially in alpha is missing some features. The current API is subject to major changes.

Installation

bcdp requires Python 3.6+. Currently available via conda:

conda install -c conda-forge bcdp

or pip:

pip install bcdp

Dependencies

Assuming you have the conda package manager installed:

conda install -c conda-forge xesmf pyresample cartopy

Quick Example

For this example, you'll need to download some sample CORDEX Africa simulation data.

To run, edit the value of the paths variable in examples/test.py, for example:

paths = os.path.join(os.path.expanduser('~'), 'data/CORDEX_Africa/*clt*')

Then:

cd bcdp/examples/scripts
python test.py