Skip to content

KenosInc/gpslogparser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This module provides feature for parsing gps log file. Posting a GPS files via HTTP, you will be able to parse the GPS log file.

Supported GPS files:

  • FIT (Record)
  • GPX Waypoint
  • GPX Trackpoint

You can get parsed data with specified format. Supported formats see below.

  • CSV
  • JSON

Usage

setup

pip install -r requirements.txt

start instance

python run.py

parse gps log file

curl \
  -F "logfile=@tests/test.fit" \
  -F "format=json" \
  -F "fields=timestamp,heartratebpm,cadence,latitude,longitude" \
  http://127.0.0.1:5000/parse

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.4%
  • HTML 1.7%
  • Dockerfile 0.9%