Skip to content

GearKite/AutoGPXTrace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AutoGPXTrace

Simple scripts to sort automatically collected GPS traces and upload them to OpenStreetMap.

Usage

Install

  1. Clone the repository
  2. Create a Python virtual environment
  3. Install required packages using pip install -r requirements

Sorting

  1. Create ./input and ./output directories
  2. Put your automatically collected GPS traces in the input directory
  3. Configure the requirements inside filter.py using your favourite code/text editor
  4. Run python3 filter.py

After it's finished GPX files matching the requirements should be in the output directory

Uploading

  1. Rename env.example to .env
  2. Inside .env set your OSM username and password
  3. Change the trace description, tags and visibility
  4. Run python3 upload.py

This will upload all the GPS traces inside ./output to OpenStreetMap

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages