|
| def | create_mapbase (set='german1') |
| | Creates folium map base for the output .html file. More...
|
| |
| def | get_separate_coords (tlist) |
| | Returns separate lists for latitudes and longitudes with zipped coordinates as an input. More...
|
| |
| def | add_fg_direction (tlist, fg_name) |
| | This func returns a feature group (fg) that provides visualisation of tlist while highlighting the direction. More...
|
| |
| def | add_fg_OSM (tlist, geojson_file, fg_name) |
| | This func returns feature group (fg) that contains the OSM format of the data ready to be visualized under given name. More...
|
| |
| def | add_fg_OSM_clean (geojson_file, fg_name) |
| | This func returns feature group (fg) that contains the OSM format of the data ready to be visualized under given name. More...
|
| |
| def | fg_add_continuous (tlist, fg_name) |
| | This func returns feature group (fg) that contains the continuous representation of the tlist data using Polyline. More...
|
| |
| def | fg_add_basic (tlist, fg_name, wanted_color, wanted_radius=1) |
| | This func returns basic customizable feature group (fg) for the visualisation. More...
|
| |
| def | fg_add_succession (tlist, fg_name) |
| | This func returns feature group (fg) for the visualisation that enhances the progression of a track by enlarging points aggregated as the track progressed. More...
|
| |
| def | close_mapbase (name, fmapbase, fglist) |
| | All the feature groups are now added to the created fmapbase. More...
|
| |
| def | normalisation_test_vis (real_input, normalised_crossroads, normalised_fine, vis_name, nodes_map_all) |
| | Rather case specific function to perform visualisation. More...
|
| |
| def | visualisation (visdict) |
| | Rather case specific function to perform visualisation. More...
|
| |
| def | run () |
| | Testfile to test any of the functions above with prepared data in .p files. More...
|
| |