ttencate / global_climate

Some simple climate analyses for the game I'm working on, using the ERA5 reanalysis data set.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some simple climate analyses for the game I'm working on, using the ERA5 reanalysis data set.

To install:

$ python -m venv venv
$ source venv/bin/activate
$ pip install -r requirements.txt
$ jupyter-lab

This should open JupyterLab in your browser. Then click global_climate.ipynb for details.

About

Some simple climate analyses for the game I'm working on, using the ERA5 reanalysis data set.

License:The Unlicense


Languages

Language:Jupyter Notebook 100.0%