ESDLMapEditorESSIM / docker-toolsuite

All information to install, setup and run the ESDL MapEditor and ESSIM toolsuite on your local machine
2 stars 5 forks source link

Python API for ESDL #9

Closed garciamsu closed 2 years ago

garciamsu commented 2 years ago

Hello, I am analyzing new distributed control strategies that allow me to coordinate different producers, for this I plan to use python.

Already reviewed these documents

https://github.com/EnergyTransition/ESDL-PyEcore-Tutorial/blob/master/ESDLTutorials.ipynb https://github.com/redekok/startanalyse-esdl/blob/master/parse_data.py

But I need to know the Python API for ESDL where all the parameters of the system models are explained in detail. Any suggestion? Where can I find more information?

I plan to generate the ESLD with the graphical interface and then read and write from python to generate the analyses.

Thank you

edwinmatthijssen commented 2 years ago

Have a look at at least these things:

garciamsu commented 2 years ago

OK thank you very much. This information is what I needed, I'm going to review it and I'll ask you if I have any questions.

Cheers,