anonymous-peer12345.github.io

version pipeline

Sunset Sunrise grid aggregation & chi

The notebooks are stored as markdown files with jupytext for better git compatibility.

These notebooks can be run with jupyterlab-docker.

All figures (png, pdf, interactive html, svg) available in the resources folder.

Notebooks (ipynb) can be found in the notebooks folder.

Results

In addition to the resource folder, the latest HTML converts of notebooks are also available here:

Among other outputs, there are two core result maps produced in notebooks:

Convert to ipynb files

First, either download release files or convert the markdown files to working jupyter notebooks.

To convert jupytext markdown files to ipynb-format:

If you’re using the docker image, open a terminal inside jupyter and follow these commands:

bash
conda activate jupyter_env && cd /home/jovyan/work/

Afterwards, re-create the .ipynb notebook(s) with:

mkdir notebooks
jupytext --set-formats notebooks///ipynb,md///md,py///_/.py --sync md/01_grid_agg.md
jupytext --set-formats notebooks///ipynb,md///md,py///_/.py --sync md/02_visualization.md
jupytext --set-formats notebooks///ipynb,md///md,py///_/.py --sync md/03_chimaps.md
jupytext --set-formats notebooks///ipynb,md///md,py///_/.py --sync md/04_combine.md