-
Notifications
You must be signed in to change notification settings - Fork 0
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
SimulationEdge lenght (int) vs edge.shape.length (double) #50
Comments
Values from SimulationEdge and corresponding EdgeShape are different |
SimulationEdge lenght is calculated in roadmap-processing/roadmaptools/calculate_curvature.py in function get_distance_between_coords from original coordinates, then its saved to geojson file and from that file it is parsed to java memory. |
We now have to decide how to deal with the discrepancy. |
I think that the distance used for all the calculations should be taken directly from the graph source and it should not be calculated again from the coordinates which basically force us to use precise Therefore, I suggest to remove the shapeLength parameter completely or at least force it to be equal with |
Possibly inconsistent values
The text was updated successfully, but these errors were encountered: