Skip to content

heiplanet-data: A data processing pipeline for climate and population data⚓︎

pre-commit.ci status License: MIT GitHub Workflow Status codecov Quality Gate Status Language Open In Colab

A data processing pipeline for Copernicus and Eurostat data. Please visit the documentation for further information.

Installation⚓︎

The package currently supports Python 3.11 to 3.13

  • Create a conda environment
    conda create -n heiplanet-data python=3.13 -y
    conda init bash
    source ~/.bashrc
    conda activate heiplanet-data
    
  • Install the package from the repository

    • From the root directory of the repository (with your conda environment activated), run: pip install .
  • Install esmf and esmpy from conda-forge for xESMF package to perform downsampling conda install -c conda-forge esmf esmpy

  • Install cdo python package from conda-forge in case of using cdo for downsampling conda install -c conda-forge python-cdo

Further information⚓︎