Contains needed constants to control the flow of main.py.
More...
Contains needed constants to control the flow of main.py.
◆ INPUT_FILE
| string INPUT_FILE = "input_files/IN_custom/Sachsenheim_4_2.asc" |
◆ LAST_COORDINATE_DISTANCE
| float LAST_COORDINATE_DISTANCE = 0.000006 |
Will be testing the distance between current and the last coordinate node from input file.
◆ METHOD
| string METHOD = "gestalt8" |
◆ NORMALSPEED_XROAD_DISTANCE
| float NORMALSPEED_XROAD_DISTANCE = 0.0001 |
Will be testing the distance between xroad node and a coordinate while the distance between current and the previous coordinate is bigger than the "lastCoordinateDistance".
◆ SAVED_TRACKS_LIMIT
| int SAVED_TRACKS_LIMIT = 10 |
Set how many tracks in maximum to save.
◆ SLOWSPEED_XROAD_DISTANCE
| float SLOWSPEED_XROAD_DISTANCE = 0.0002 |
Will be testing the distance between xroad node and a coordinate while the distance between current and the previous coordinate is smaller than the "lastCoordinateDistance".
◆ TRACK_LENGTH_FINISH
| int TRACK_LENGTH_FINISH = 100 |
◆ TRACK_LENGTH_START
| int TRACK_LENGTH_START = 20 |