openego / ego.powerflow

A power flow app to solve AC and DC powerflow problems using PyPSA
GNU Affero General Public License v3.0
5 stars 3 forks source link

Adapt for versioned grid schema / single function for call for data #27

Closed eosram closed 6 years ago

eosram commented 7 years ago

Within ego.powerflow there is no way of specifying the grid schema, which is subject to versioning and thus will be a more reliable and transparent, because reproducable, data source for our applications than the model_draft. Specifying this schema and a version number should be possible. It might also be beneficial to refactor ego.powerflow, that a call for data/building a pypsa network requires calling a single function in dependent applications.

eosram commented 7 years ago

Filter for nan values while executing import_pq_set should be part of the refactoring process.

ulfmueller commented 7 years ago

see ego.io update. Now the functionality could be tested.

eosram commented 7 years ago

This is up and running for some time and could most likely be closed, although filtering for nan values while importing time varying data is not part of the method series_by_scenario https://github.com/openego/ego.powerflow/blob/dev/egopowerflow/tools/io.py#L164-L200. Is this still relevant though?

mariusves commented 6 years ago

@s3pp I'm currently moving open ego.pf issues over to eTrago. Do you think this is still relevant?

eosram commented 6 years ago

As previously mentioned this is up and running for some time. If there is still the need for refactoring, especially w.r.t the mentioned filter for nan values, this issue could be reopened or another issue will be filed, i guess.