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

Namespaces

 consequtive_repetitions
 Used to solve more complex forms of unwanted sequential repetitions.
 

Functions

def consequtive_repetitions (in_list, expected_range=15)
 Function solves a problem of repeating the same items in a list. More...
 

Variables

list in_list
 Tryout. More...
 
 out_list = consequtive_repetitions(in_list, 4)