Packages

Trackstar is a GPX parser. Specify the path to a GPX file and it will output a GeoJSON of the track as a LineString. It currently works with Strava-exported GPX files.

Current section

Files

Jump to
trackstar lib coordinates.ex
Raw

lib/coordinates.ex

defmodule Coordinates do
defstruct element_acc: "", coordinates: []
end