/uhi-drivers-lausanne

Primary LanguageJupyter NotebookGNU General Public License v3.0GPL-3.0

GitHub license

Urban heat island drivers in Lausanne, Switzerland

Study of the drivers of the urban heat island effect in Lausanne, Switzerland

Requirements

Instructions

  1. Create a conda environment:
snakemake -c1 create_environment
  1. Activate it (if using conda, replace mamba for conda):
mamba activate uhi-drivers-lausanne
  1. Register the IPython kernel for Jupyter:
snakemake -c1 register_ipykernel
  1. Create a git repository:
git init
  1. Activate pre-commit for the git repository:
pre-commit install
pre-commit install --hook-type commit-msg
  1. Create the first commit:
git add .
git commit -m "feat: initial commit"
  1. Enjoy! 🚀

Acknowledgments