| ifedge1.segment_name!=edge2.segment_name: |
| print("ERROR: segment name mismatch in HighwayGraphCollapsedEdgeInfo: edge1 named "+edge1.segment_name+" edge2 named "+edge2.segment_name+"\n") |
Example output:
ERROR: segment name mismatch in HighwayGraphCollapsedEdgeInfo: edge1 named OR18,OR99W edge2 named OR99W
This could be added as a fatal error to the ErrorList.
To more easily find the highway data that needs to be fixed, we can print out a list of all waypoints colocated at that vertex.
DataProcessing/siteupdate/python-teresco/siteupdate.py
Lines 1349 to 1350 in 791e6be
Example output:
ERROR: segment name mismatch in HighwayGraphCollapsedEdgeInfo: edge1 named OR18,OR99W edge2 named OR99WThis could be added as a fatal error to the ErrorList.
To more easily find the highway data that needs to be fixed, we can print out a list of all waypoints colocated at that vertex.