...The data reading module works with python2 and python3.
LAT XML Data can be downloaded here:
https://leave-a-trace.charite.de/action/xml_dateien_der_traces/
## Visualization tool:
This project also contains a GUI-based visualization tool, which allows creation of custom vector data (SVG) from the given LAT data. This SVG data could, for example, be used for printing.
If you want to use the visualization tool, as well, you'll need python2, along with the modules "numpy", "scipy" and "PyQt4".
How to use:
1. ...