oemof / DHNx

District heating system optimisation and simulation models
MIT License
27 stars 12 forks source link

Features/aggregation #91

Open JohannesNitsch opened 1 year ago

JohannesNitsch commented 1 year ago

Hi I'm Johannes Nitsch and I'm currently writing my master thesis under the supervision of Johannes Röder. Part of it is to transform the network of forks, pipes, consumers and producers into a super network consisting of super pipes, super forks and produsers. Super forks are forks with less or more than two connections to distribution lines (DL) or one connection to producer. Super pipes are the aggregated pipes between the super forks.

This transformation is possible with the aggregation function in gistools.geometry_operations.py.

A small example can be found in examples.optimisation.network_aggregation.

The next step is to pass this network to oemof.solph.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 2825103741


Changes Missing Coverage Covered Lines Changed/Added Lines %
dhnx/network.py 3 9 33.33%
dhnx/gistools/geometry_operations.py 3 105 2.86%
<!-- Total: 6 114 5.26% -->
Totals Coverage Status
Change from base Build 2333239785: -2.6%
Covered Lines: 1150
Relevant Lines: 2030

💛 - Coveralls