Simple scripts to sort automatically collected GPS traces and upload them to OpenStreetMap.
- Clone the repository
- Create a Python virtual environment
- Install required packages using
pip install -r requirements
- Create
./input
and./output
directories - Put your automatically collected GPS traces in the input directory
- Configure the requirements inside
filter.py
using your favourite code/text editor - Run
python3 filter.py
After it's finished GPX files matching the requirements should be in the output directory
- Rename
env.example
to.env
- Inside
.env
set your OSM username and password - Change the trace description, tags and visibility
- Run
python3 upload.py
This will upload all the GPS traces inside ./output
to OpenStreetMap