GNSS data to OSM format processor and track finder
author: Jaroslav Pizur
Variables
constants Namespace Reference

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

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_sie/debug/debug_no_visualisation.txt"
 
int TRACK_LENGTH_START = 7
 
int TRACK_LENGTH_FINISH = 150
 

Detailed Description

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

Variable Documentation

◆ INPUT_FILE

string INPUT_FILE = "input_files/IN_sie/debug/debug_no_visualisation.txt"

◆ 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 = 150

◆ TRACK_LENGTH_START

int TRACK_LENGTH_START = 7