avdyushin / Velik

Ride tracking app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Velik.app

Ride tracking iOS app

Build in SwiftUI using Combine and CoreData

Features

  • Track current location and draw path on the map
  • Show current/average speed, distance and duration of the ride
  • Adjustable size on the map and gauges view
  • Calculates estimated average power effort and weight loss
  • Imports GPX files into rides with summary
  • Exports rides as GPX
  • Light/Dark mode

Screenshots

Limitations

  1. Drag'n'drop files into iOS Simulator works only from $HOME directory
  2. Xcode location simulation works only with waypoints GPX files

GPX processing

pbpaste > debug.gpx xmllint --format input.xml > output.xml awk -f gpx_fix input.gpx > output.gpx

Dependencies

About

Ride tracking app

License:Apache License 2.0


Languages

Language:Swift 98.0%Language:XSLT 1.5%Language:Shell 0.4%Language:Awk 0.1%