Skip to content

In this project I'm converting the .FIT from my GPS watch to a geojson file with python and visualizing spatial/temporal elements of one or more routes with D3.js and Leaflet.js

Notifications You must be signed in to change notification settings

Roaringman/Route_visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Route_visualizer

This is a simple practice project, where I convert a .FIT file to geojson and visualize it in a webbrowser with D3.js and Leaflet.js.

I'm using Python3 to convert the .FIT file to geojson. To read the .FIT file I installed the fitparse python lib from https://github.com/dtcooper/python-fitparse - Thanks!

Having created the GeoJson file, I'm creating a map with transitions based on this tutorial:

About

In this project I'm converting the .FIT from my GPS watch to a geojson file with python and visualizing spatial/temporal elements of one or more routes with D3.js and Leaflet.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages