Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pjrule/flips-bindings
Python bindings for Flips.jl
https://github.com/pjrule/flips-bindings
Last synced: 9 days ago
JSON representation
Python bindings for Flips.jl
- Host: GitHub
- URL: https://github.com/pjrule/flips-bindings
- Owner: pjrule
- Created: 2019-12-23T22:15:41.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T03:20:57.000Z (almost 2 years ago)
- Last Synced: 2023-03-04T13:08:00.454Z (over 1 year ago)
- Language: Python
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
# Examples
```
python plots.py --graph-json horizontal.json --shp 60x60_grid.shp --output-dir 60x60_horizontal_10m --prefix 60x60_horizontal --pop-col population --plan-col district --election a_share b_share --n-steps 10000000
``````
python plots.py --graph-json PA_VTD.json --shp PA_VTD/PA_VTD.shp --output-dir pa_results --prefix PA_VTD --pop-col TOTPOP --plan-col CD_2011 --n-steps 1000000
```