Study of the drivers of the urban heat island effect in Lausanne, Switzerland
- mamba, which can be installed using conda or mambaforge (see the official installation instructions)
- snakemake, which can be installed using conda or mamba
- Create a conda environment:
snakemake -c1 create_environment
- Activate it (if using conda, replace
mamba
forconda
):
mamba activate uhi-drivers-lausanne
- Register the IPython kernel for Jupyter:
snakemake -c1 register_ipykernel
- Create a git repository:
git init
- Activate pre-commit for the git repository:
pre-commit install
pre-commit install --hook-type commit-msg
- Create the first commit:
git add .
git commit -m "feat: initial commit"
- Enjoy! 🚀
- Based on the cookiecutter-data-snake 🐍 template for reproducible data science.