Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spine-tools/reducemodel.jl
https://github.com/spine-tools/reducemodel.jl
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/spine-tools/reducemodel.jl
- Owner: spine-tools
- Created: 2021-04-22T11:21:11.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-04-22T11:27:28.000Z (over 3 years ago)
- Last Synced: 2024-06-11T19:03:11.158Z (7 months ago)
- Language: Julia
- Size: 252 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReduceModel.jl
Spatial Aggregation of Power Flow models using the REI (Reduced Equivalent Independent) methodology and the PowerModels.jl Julia pakage.Starting from a PowerModels power grid representation a spatially aggregated power grid is generated and possibly exported. Examples describe how to use the package.
### Python dependencies
In PyCall's python environment the following packages need to be installed:
```
numpy
matplotlib
scipy
```