/climate_index_collection

Primary LanguageJupyter NotebookMIT LicenseMIT

Climate Index Collection

Build Status codecov License:MIT

Collection of climate indices derived from climate model outputs.

See notebooks/Tutorial.ipynb for details.

Development

For now, we're developing in the Pangeo notebook containter. More details: https://github.com/pangeo-data/pangeo-docker-images

To start a JupyterLab within this container, run

$ docker pull pangeo/pangeo-notebook:2022.07.27
$ docker run -p 8888:8888 --rm -it -v $PWD:/work -w /work pangeo/pangeo-notebook:2022.07.27 jupyter lab --ip=0.0.0.0

and open the URL starting on http://127.0.0.1....


Project based on the cookiecutter science project template.