You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this DataModel seems like a lot of thought has been put into it.
However, the available docs at https://powersystemdatamodel.readthedocs.io do not make clear how this can be used.
The following steps are not clarified at all:
setup postgresql with postgis (btw timescaleDB might be something to look into too)
run some "import data" method
use/query data in the given data model format in other tools
Which data sources are supported?
How can this Project be utilized to store data?
How can I then query different scenarios/power systems and use them in other projects?
A project which seems to utilize this is found here: https://github.com/ie3-institute/psdm-analysis - however I did not quite understand how and where the interaction happens?
And without a small dataset which is loaded/converted into the PSDM this is quite hard to understand.
I am also very open for a short video chat to discuss this in a more direct way?
Greetings from Aachen
The text was updated successfully, but these errors were encountered:
Your point is well taken. We definitely should do a more user facing documentation.
To give you a short overview:
The PSDM is basically "just" a data model. We mostly use it as a basis for our agent based energy system simulation SIMONA. It models electrical grid components as well as system participants e.g. pv plants, household loads etc. (see the list of input models in the readthedocs documentation).
So it is more or less the interface and modeling basis for such energy system simulations.
The psdm-analysis tool is a python implementation of the PSDM data model but extends its capabilities in terms of caluclation utilities (e.g. calculate the energy drawn of some system in some time frame and so on) as well as plotting utilities. While the PSDM is used to parse the respective data and perform simulations, the psdm-analysis project takes results from the simulation and allows for simulation result analysis.
To your specific points:
We are currently working on an SQL implementation of the input data but it's not done yet so we rely internally mostly on CSV data. We will add some more information when that is done.
Here is some information on csv serialization and deserialization although we also have a CsvJointGridContainerSource that makes the reading part easier.
We don't have much documentation there either but you can check SIMONA and the Website
We do not have much conversion tools yet for converting from different data formats. There is a PowerFactory converter but that is limited to mostly grid structure conversion. There also is a project to convert SimBench grids.
Edit: If there are more detailed questions I'd be open to do a short video call
Hello,
this DataModel seems like a lot of thought has been put into it.
However, the available docs at https://powersystemdatamodel.readthedocs.io do not make clear how this can be used.
The following steps are not clarified at all:
Which data sources are supported?
How can this Project be utilized to store data?
How can I then query different scenarios/power systems and use them in other projects?
A project which seems to utilize this is found here: https://github.com/ie3-institute/psdm-analysis - however I did not quite understand how and where the interaction happens?
And without a small dataset which is loaded/converted into the PSDM this is quite hard to understand.
I am also very open for a short video chat to discuss this in a more direct way?
Greetings from Aachen
The text was updated successfully, but these errors were encountered: