juanmcasillas / gopro2gpx

Parse the gpmd stream for GOPRO moov track (MP4) and extract the GPS info into a GPX (and kml) file.
GNU General Public License v3.0
194 stars 49 forks source link

Runnable with `python3 -m gopro2gpx` #11

Closed Simske closed 3 years ago

Simske commented 3 years ago

This makes it runnable with python3 -m gopro2gpx (was python3 -m gopro2gpx.gopro2gpx, which still works). Also fixes the runtime warning (#10) when invoked the old way. The fix needed updating of the entrypoint.

The Readme was updated a bit to make it clearer how to run gopro2gpx.