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
./inputand./outputdirectories - Put your automatically collected GPS traces in the input directory
- Configure the requirements inside
filter.pyusing 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.exampleto.env - Inside
.envset 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