martibosch / uhi-drivers-lausanne

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:GNU General Public License v3.0


Languages

Language:Jupyter Notebook 99.0%Language:Python 1.0%