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

conform db access using ego.io #23

Closed nesnoj closed 6 years ago

nesnoj commented 7 years ago

The original post was https://github.com/openego/data_processing/issues/13, further discussions can be found in https://github.com/openego/ego.io/issues/14#issuecomment-278313750:

In either case we might aspire to bundle db access stuff in ego.io tools - currently db access is done using

  1. oemof.db import statements (e.g. here)
  2. data_proc io (e.g. here)
  3. ego.powerflow tools (e.g. here)

We could move the oedb_session() function to ego.io and adjust all scripts in all repos to use it..?

This is on schedule for ego.io release v0.3 and has to be considered in ego.powerflow too.

mariusves commented 6 years ago

This will be further handled here!