GNSS data to OSM format processor and track finder
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_custom/Sachsenheim_4_2.asc"
 
int TRACK_LENGTH_START = 20
 
int TRACK_LENGTH_FINISH = 100
 

Detailed Description

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

Variable Documentation

◆ 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