Under certain circumstances, various errors can occur in connect_points and geometry_operations.
weld_segments can remove lines unintentionally when two lines connect the same two points
If multiple lines connect the same two points in a network, eomof.solph will throw an error. (The error looks similar to the one mentioned in #115, so they may be related)
The boundary' line connection method for creating the house connections could cause an error when the street line already touches the building
I have created a PR which attempts to solve the various issues I encountered.
Under certain circumstances, various errors can occur in
connect_points
andgeometry_operations
.weld_segments
can remove lines unintentionally when two lines connect the same two pointsI have created a PR which attempts to solve the various issues I encountered.