Skip to content

Commit

Permalink
Merge branch 'dev' of github.com:openego/eDisGo into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
gplessm committed Oct 13, 2017
2 parents 6e1fe7a + cae6000 commit cf53b8f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions edisgo/data/import_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ def _build_mv_grid(ding0_grid, network):
{'line': Line(
id=_['branch'].id_db,
type=_['branch'].type,
kind=_['branch'].kind,
length=_['branch'].length / 1e3,
grid=grid)
})
Expand Down Expand Up @@ -554,6 +555,7 @@ def _attach_aggregated(grid, aggregated, ding0_grid):
line = {'line': Line(
id='_'.join(['line_aggr_load', sector, la_id]),
type=aggr_line_type,
kind='cable',
length=.5,
grid=grid)
}
Expand Down

0 comments on commit cf53b8f

Please sign in to comment.