Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martibosch/urban-es-proposal
https://github.com/martibosch/urban-es-proposal
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/martibosch/urban-es-proposal
- Owner: martibosch
- License: gpl-3.0
- Created: 2021-03-12T13:55:23.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-28T22:29:55.000Z (almost 4 years ago)
- Last Synced: 2024-06-11T16:31:38.239Z (8 months ago)
- Language: Jupyter Notebook
- Size: 4.3 MB
- 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/urban-es-proposal.svg)](https://github.com/martibosch/urban-es-proposal/blob/master/LICENSE)
# Urban ES proposal
Proposal for a platform to evaluate urban ecosystem services
## Instructions
1. Create a conda environment
```
make create_environment
```2. Activate it
```
conda activate urban-es-proposal
```You can now generate all the data for the plots:
```
make candidate_pixels vulnerable_pop heat_mitigation
```and compile the one-pager DOCX and PDF:
```
make one_pager_docx one_pager_pdf
```## 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