Hi,
I wanted to go through a set of GPS tracks created by my GT-31 and find top speeds and similar so I created a simple command-line tool using the Go language.
If anyone is interested:
github.com/vvidovic/gps-stats/tree/mainYou can download releases for Linux/Mac/Windows under releases:
github.com/vvidovic/gps-stats/releasesIt would be easy to update it to support GPX or some other file format but I didn't need that part yet so it currently parses only SBN files.
If someone (other than me) finds this useful, please let me know and feel free to create a PR or suggest some additions to the app.