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

Namespaces

 postx_functions
 Serves to solve problems after solutions connected to the crossroad representation.
 

Functions

def extractnodes (basedata)
 Function takes all the nodes from basedata and appends them into a list it returns. More...
 
def get_each_closest (coordinates, fine_nodes)
 For each coordinate go through all fine_nodes and find the closest one. More...
 
def get_list_complement (alist, blist)
 What the functions does is: xlist = alist - blist. More...
 
def feature_deletion_matchwise (adata, bdata, matchfactor)
 Compare these two maps (adata, bdata). More...