Add code, update README.md and remove incorrect gitignore

This commit is contained in:
ren
2024-11-19 15:15:19 +02:00
parent 5e42b64d79
commit 115e08ba83
3 changed files with 35 additions and 130 deletions

View File

@ -1,2 +1,9 @@
# tlt-gps-downloader
Downloads gps.txt files from tlt website every 30 seconds.
## Usage
Run tlt-gps-downloader.py and files will be downloaded into current directory.
Filename structure: gps-year-month-day-HOUR_MINUTE_SECOND.txt
All contents are raw from https://transport.tallinn.ee/gps.txt
You can use [tlt-gps-visualizer]: https://github.com/eetnaviation/tlt-gps-visualizer.git for data processing, or [tlt-gps-replay]: https://github.com/eetnaviation/tlt-gps-replay for replaying gps files.