Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ACS
Public
Power System Automation and Monitoring
pyVolt
pyVolt
Commits
72c3de9f
Commit
72c3de9f
authored
Apr 09, 2020
by
Jan Dinkelbach
Browse files
Update README.md
parent
da6c05bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
72c3de9f
# State Estimation Algorithm
The algorithm is implemented in Python and derived from Marco Pau's original version.
This project uses CIMpy to read CIM data into Python objects: https://git.rwth-aachen.de/acs/core/cim/cimpy
# PyVolt
This package provides algorithms for running powerflow simulations, state estimation and FLISR in Python.
It uses CIMpy to read CIM data into Python objects: https://git.rwth-aachen.de/acs/core/cim/cimpy
## Installation
Install package requirements
### User
Install the pyvolt package with
```
p
ip install -r requirements.txt
p
ython setup.py install
```
Install state estimation package in development mode with (being in the directory of the repository)
```
python setup.py develop
```
### Developer
Besides, install cimpy
package in development mode with
Install the pyvolt
package in development mode with
```
cd dependencies/cimpy
python setup.py develop
```
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment