Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martibosch/jonction-heat-islands
https://github.com/martibosch/jonction-heat-islands
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/martibosch/jonction-heat-islands
- Owner: martibosch
- License: gpl-3.0
- Created: 2021-03-09T01:55:40.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-09T01:56:04.000Z (almost 4 years ago)
- Last Synced: 2024-06-11T16:30:43.442Z (7 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![GitHub license](https://img.shields.io/github/license/martibosch/jonction-heat-islands.svg)](https://github.com/martibosch/jonction-heat-islands/blob/master/LICENSE)
# Jonction heat islands
Materials to evaluate the urban heat island effect the Jonction neighborhood (Geneva) with the InVEST urban cooling model
## Instructions
1. Create a conda environment
```
make create_environment
```2. Activate it
```
conda activate jonction-ref-et
```3. Register the IPython kernel for Jupyter
```
make register_ipykernel
```## Acknowledgments
* Project based on [Henk Griffioen's version](https://github.com/hgrif/cookiecutter-ds-python) of the [cookiecutter data science project template](https://drivendata.github.io/cookiecutter-data-science). #cookiecutterdatascience