Skip to content

Releases: juanmcasillas/gopro2gpx

Test and args parsing improvements

17 Jan 07:52
e409923
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.1.1...1.1.2

Gopro13 & CSV support

15 Jan 07:05
b2914e5
Compare
Choose a tag to compare

New features

  • Added support for GoPro13 (fixing some missing tags, supporting the new "non-unicode" tags.
  • Added support for export to CSV along the gpx and kml files.

What's Changed

New Contributors

Full Changelog: 1.1.0...1.1.1

New Year's Release

02 Jan 08:29
7aee429
Compare
Choose a tag to compare

New Year's Release

Some people ask me about doing a release with all the changes includes, so here we go :-)
Thanks for your support and continuous suggestions and improvements.

Happy new year !

What's Changed

  • Fix elevation in kml output by @tris in #1
  • Python Package install script by @Simske in #4
  • Adding 4 dummy keys to allow exporting of Hero 9 telemetry data to gpx. by @JRWu in #5
  • Fixed deprecated array.array.fromstring() to frombytes() by @Simske in #7
  • Adding gopro MAX lables, per: by @yonesher in #9
  • Runnable with python3 -m gopro2gpx by @Simske in #11
  • Fix entrypoint definition by @Simske in #15
  • More precise timestamp, to fix timedata at least from Gopro8 by @JimmyS83 in #24
  • Use JSON output from ffprobe by @alycda in #18
  • missing commit for precise time by @JimmyS83 in #27
  • add try/except by @realchrisolin in #29
  • Use first GPSU record to determine GPX start time by @stakita in #31
  • Add support for multiple input files by @stakita in #33
  • Call main directly to avoid double invocation by @stakita in #32
  • Refactor ffmpegtools to reduce dependency linkage by @stakita in #34
  • Basic test harness by @stakita in #35
  • Fix binary file generation by @stakita in #36
  • Allow filtering generated GPS track by GPSP (dilution of precision) by @robfox92 in #43
  • Add GPS9 support by @anime-song in #48

New Contributors

Full Changelog: https://github.com/juanmcasillas/gopro2gpx/commits/1.1.0