Power Simulation Data
Project description
PowerSimData
PowerSimData is part of a Python software ecosystem developed by Breakthrough Energy Sciences to carry out power flow study in the U.S. electrical grid.
Main Features
Here are a few things that PowerSimData can do:
- Provide a flexible modeling tool to create complex scenarios
- Perform investment cost studies
- Run power flow study using interface to external simulation engine
- Manage data throughout the lifecycle of a simulation
A detailed tutorial can be found on our docs.
Where to get it
- Clone or Fork the source code on GitHub
- Get latest release from PyPi:
pip install powersimdata
Dependencies
PowerSimData relies on several Python packages all available on PyPi. The list can be found in the requirements.txt or Pipfile files both located at the root of this package.
Installation
To take full advantage of our software, we recommend that you clone/fork plug and follow the information therein to get our containerized framework up and running. A client/server installation is also possible and outlined in our Installation Guide. Either way, you will need a powerful solver, e.g. Gurobi, to run complex scenarios.
Only a limited set of features are available when solely installing PowerSimData. If you choose this option, we recommend that you use pipenv
:
pipenv sync
pipenv shell
since the dependencies will be installed in an isolated environment. It is of course possible to install the dependencies using the requirements file:
pip install -r requirements.txt
License
Documentation
Code documentation in form of Python docstrings along with an overview of the package are available on our website.
Communication Channels
Sign up to our email list and our Slack workspace to get in touch with us.
Contributing
All contributions (bug report, documentation, feature development, etc.) are welcome. An overview on how to contribute to this project can be found in our Contribution Guide.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for powersimdata-0.5.5-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 45680a2e320967ca27fec02997e448a2f92def0eda53cd1f264720accca110de |
|
MD5 | 4a7aa8c1109a74e00453a60edb9623a2 |
|
BLAKE2b-256 | b1a0ea71975e7ed0996005af7966743d5f32e767f686f6ad6c24a4d009a1ff78 |