GNSS data to OSM format processor and track finder
Namespaces | Variables
constants.py File Reference

Namespaces

 constants
 Contains needed constants to control the flow of main.py.
 

Variables

int SAVED_TRACKS_LIMIT = 10
 Set how many tracks in maximum to save. More...
 
float LAST_COORDINATE_DISTANCE = 0.000006
 Will be testing the distance between current and the last coordinate node from input file. More...
 
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". More...
 
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". More...
 
string METHOD = "gestalt8"
 
string INPUT_FILE = "input_files/IN_custom/Sachsenheim_4_2.asc"
 
int TRACK_LENGTH_START = 20
 
int TRACK_LENGTH_FINISH = 100