Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/barneydobson/cwsd_demand
https://github.com/barneydobson/cwsd_demand
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/barneydobson/cwsd_demand
- Owner: barneydobson
- License: mit
- Created: 2020-10-27T10:34:28.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-27T07:54:01.000Z (over 3 years ago)
- Last Synced: 2024-11-06T01:58:35.033Z (2 months ago)
- Language: Python
- Size: 20.2 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This repository contains the model code used in the submitted paper:
Integrated modelling to support analysis of COVID-19 impacts on London's water system and in-river water qualityPlease cite:
CityWat-SemiDistributed[![DOI](https://zenodo.org/badge/307664772.svg)](https://zenodo.org/badge/latestdoi/307664772)
Barnaby Dobson1, Ana Mijic1
1Department of Civil and Environmental Engineering, Imperial College London, London, UK
Contact details: b.dobson-at-imperial.ac.uk
# CityWatSemiDist (CWSD)
A Modular Semi-Distributed Water Management Model.## Repository structure
```
|---- data
| |---- raw
| |---- processed
| |---- results
|---- scripts
| |---- preprocessing
| |---- orchestration
| |---- postprocessing
| |---- workflow.txt
```Instructions for applying CWSD can be found in workflow.txt
For example forcing data, please contact Barney (it is too large for GitHub)
## Requirements
cwsd has been developed using Python 3.7.6.
This is most easily installed with Anaconda by following instructions at: https://docs.anaconda.com/anaconda/install/.The following Python modules are used:
- numpy
- pandas
- tqdm
- matplotlib
- geopandas
- os
- sys
- datetime
- scipy
- geopandas
- ukcensusapi