Simple method for the visualization of the GPS records using Python and Open Street Maps.
- Install Python (3.8 recommended) Download link.
- Install required packages using pip:
python -m pip install numpy pandas matplotlib pillow.
- Download or clone repository.
- Edit the code in
main.py. - Run the code using
python main.py. - The resulting image will be save as file.
- Enjoy!
