Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/czue/capetown-drought
Interactive dashboard for the current water crisis in Cape Town.
https://github.com/czue/capetown-drought
Last synced: 16 days ago
JSON representation
Interactive dashboard for the current water crisis in Cape Town.
- Host: GitHub
- URL: https://github.com/czue/capetown-drought
- Owner: czue
- Created: 2017-10-19T18:55:48.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-07-15T19:35:32.000Z (over 3 years ago)
- Last Synced: 2023-03-11T04:29:46.416Z (almost 2 years ago)
- Language: Jupyter Notebook
- Size: 2.93 MB
- Stars: 8
- Watchers: 5
- Forks: 4
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cape Town Drought Dashboard
Source code for [http://www.capetowndrought.com/](http://www.capetowndrought.com/).
## Data
All data comes from the City of Cape Town's [Open Data Portal](http://web1.capetown.gov.za/web1/opendataportal/)
## Installation
`pip install -r requirements.txt`
## Updating Data
`python main.py [source_filename]`
## Running Front End
```bash
cd front-end
python -m http.server 8000
```## Deploying
(requires secrets and proper `s3_website.yml` file.
`s3_website push`