Skip to content

Commit 06bd821

Browse files
committed
Update Readme
1 parent 3f26d7f commit 06bd821

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
1-
# psdm-analysis
1+
# pypsdm
22

3-
The psdm-analysis tool is meant to parse the [Power System Data Model (PSDM)](https://github.com/ie3-institute/PowerSystemDataModel) as well as provide calculation and plotting utilities to analyze the respective data.
3+
pypsdm aims to make power system model analysis a breeze. It is based upon the [Power System Data Model (PSDM)](https://github.com/ie3-institute/PowerSystemDataModel).
4+
5+
Its main functionalities include:
6+
7+
- parsing grid models and associated result data
8+
- calculation utilities for event discrete time series data
9+
- plotting capabilities for grid and result data
410

511
It is currently under development. So if you want to use it, expect it to change quite frequently for now.
612

13+
[![PyPI version](https://badge.fury.io/py/pypsdm](https://badge.fury.io/py/pypsdm)
14+
715
## Installation
816

917
To add the project as dependency run
@@ -71,4 +79,4 @@ results = GridResultContainer.from_csv(result_path)
7179
- When adding the project as a dependency the language server of the code editors do not
7280
suggest autoimports for all symbols of the project, which means they have to be imported
7381
manually. It might have something to do with how poetry publishes the artifacts. If you
74-
have an idea what the issue could be any tipps are welcome.
82+
have an idea what the issue could be any tipps are welcome.

0 commit comments

Comments
 (0)