Skip to content

li4520/GPX-Heatmap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GPX to Heatmap Overview

I needed a way to generate heatmap for all my rides

Usage

Install Dependencies

$ python3 -m pip install -r requirements.txt

Command:

Show help:

$ python3 heatmap.py --help
Usage: heatmap.py [OPTIONS]

Options:
  --output TEXT                   Specify the name of the output file. Defaults to `map`.
  --input TEXT                    Specify an input folder - this is where all your GPX files should be. Defaults to `gpx`.
  --filter [running|cycling|walking]
                                  Specify a filter type. Defaults to no filter
  --help                          Show this message and exit.
  --year                          Specify a year to filter the GPX files. Defaults to no year. Multiple years can be accepted

Examples:

$ python3 heatmap.py
$ python3 heatmap.py --input gpx --output map
$ python3 heatmap.py --input gpx --output map2 --year 2019
$ python3 heatmap.py --input gpx --output map3 --year 2019 --year 2020

Retrieving GPX Files

About

Ingest GPX files to create Heatmap with Google Maps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages