Safe Haskell | Safe-Infered |
---|
This is a partial parsing of the GPX 1.0 and 1.0 exchange types.
Documentation
A GPX file usually is a single track (but can be many) with one or more segments and many points in each segment.
A GPX segments is just a bundle of points.
Track point is a full-fledged representation of all the data
available in most GPS loggers. It is possible you don't want
all this data and can just made do with coordinates (via Pnt
)
or a custom derivative.