oemof / DHNx

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

Fix various errors in network connections #128

Closed jnettels closed 1 year ago

jnettels commented 1 year ago

This PR attempts to resolve #127 and the various problems described in it. No function interfaces are changed and I think this could be considered a "hotfix" to v0.0.3.

Improve 'weld_segments' function

Add plot for investigation of node-mismatch errors

Update 'boundary' line connection method

Implement a new function 'drop_parallel_lines'

Prevent OSError exception in unary_union()