Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Features/aggregation #91

Open
wants to merge 14 commits into
base: Feature/Add_geometry_aggregation
Choose a base branch
from

Conversation

JohannesNitsch
Copy link

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
Copy link

coveralls commented Aug 10, 2022

Pull Request Test Coverage Report for Build 2825103741

  • 6 of 114 (5.26%) changed or added relevant lines in 2 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-2.6%) to 53.891%

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

💛 - Coveralls

@joroeder joroeder changed the base branch from dev to Feature/Add_geometry_aggregation August 10, 2022 14:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants