From 642cb9a1131af16613d0720baa4b72631afa15de Mon Sep 17 00:00:00 2001 From: ndx1905-github <64833823+ndx1905-github@users.noreply.github.com> Date: Sun, 24 Dec 2023 15:17:33 +0100 Subject: [PATCH] add mention updategpx --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 76aba92..71fe135 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,15 @@ This will generate 3 files: * `data/all-invaders.kml`, a ready to import KML file with all the invaders as bookmarks/placemarks. +### Updating a gpx file for InRoute +Provided you have a ./data/invader-input.gpx file of your flashed invader, you can run + +``` +./.venv/bin/python updategpx.py +``` + +This will keep all flashed invaders and add new locations / update status from scraped info, and output a new file to upload in InRoute. + ### Generating a KML of all remaining invaders Provided you have a KML file of your flashed invaders (or a GPX and convert it