![]() |
GNSS data to OSM format processor and track finder
author: Jaroslav Pizur
|
Functions for visualisation handling. More...
Functions | |
| def | create_mapbase (set='german1') |
| def | get_separate_coords (tlist) |
| def | add_fg_direction (tlist, fg_name) |
| def | add_fg_OSM (tlist, geojson_file, fg_name) |
| def | add_fg_OSM_clean (geojson_file, fg_name) |
| def | fg_add_continuous (tlist, fg_name) |
| def | fg_add_basic (tlist, fg_name, wanted_color, wanted_radius=1) |
| def | fg_add_succession (tlist, fg_name) |
| def | close_mapbase (name, fmapbase, fglist) |
| def | normalisation_test_vis (real_input, normalised_crossroads, normalised_fine, vis_name, nodes_map_all) |
| def | visualisation (visdict) |
| def | run () |
Functions for visualisation handling.
| def CVT.add_fg_direction | ( | tlist, | |
| fg_name | |||
| ) |
| def CVT.add_fg_OSM | ( | tlist, | |
| geojson_file, | |||
| fg_name | |||
| ) |
| def CVT.add_fg_OSM_clean | ( | geojson_file, | |
| fg_name | |||
| ) |
| def CVT.close_mapbase | ( | name, | |
| fmapbase, | |||
| fglist | |||
| ) |
| def CVT.create_mapbase | ( | set = 'german1' | ) |
| def CVT.fg_add_basic | ( | tlist, | |
| fg_name, | |||
| wanted_color, | |||
wanted_radius = 1 |
|||
| ) |
| def CVT.fg_add_continuous | ( | tlist, | |
| fg_name | |||
| ) |
| def CVT.fg_add_succession | ( | tlist, | |
| fg_name | |||
| ) |
| def CVT.get_separate_coords | ( | tlist | ) |
| def CVT.normalisation_test_vis | ( | real_input, | |
| normalised_crossroads, | |||
| normalised_fine, | |||
| vis_name, | |||
| nodes_map_all | |||
| ) |
| def CVT.run | ( | ) |
| def CVT.visualisation | ( | visdict | ) |