Skip to content

Commit

Permalink
add mention updategpx
Browse files Browse the repository at this point in the history
  • Loading branch information
ndx1905-github authored Dec 24, 2023
1 parent cc83604 commit 642cb9a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 642cb9a

Please sign in to comment.