From 1f4fefcffcf17fef32bb35c25ef84efece3d693b Mon Sep 17 00:00:00 2001 From: ren Date: Tue, 19 Nov 2024 15:13:53 +0200 Subject: [PATCH] Updated README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index d9aaf5e..2b43728 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,16 @@ # tlt-gps-visualizer 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. \ No newline at end of file