Updated README.md

This commit is contained in:
ren
2024-11-19 15:13:53 +02:00
parent c258938cb2
commit 1f4fefcffc

View File

@ -1,2 +1,16 @@
# tlt-gps-visualizer # tlt-gps-visualizer
Generate heatmaps and graphs based on gps.txt data from TLT site. Generate heatmaps and graphs based on gps.txt data from TLT site.
## Usage
### Dependencies
The visualizer depends on the following packages:
- pandas
- folium
- matplotlib
To install them run the following pip command in your terminal:
```
pip install pandas folium matplotlib
```
### Generating visualizations
Put your gps files into a folder named gps, you can use something like [tlt-gps-downloader]: https://github.com/eetnaviation/tlt-gps-downloader to download the gps files.