Examples ======== Example 1: Basic GPS Extraction -------------------------------- Extract GPS coordinates from a GoPro video: .. literalinclude:: ../examples/01_basic_gps_extraction.py :language: python :linenos: Example 2: Export to GPX ------------------------- Export GPS track to GPX format: .. literalinclude:: ../examples/02_export_to_gpx.py :language: python :linenos: Example 3: Visualize GPS Track ------------------------------- Create a visual map with your GPS track: .. literalinclude:: ../examples/03_visualize_gps_track.py :language: python :linenos: More Examples ------------- Find more examples in the `examples` directory of the repository: https://github.com/ozand/pygpmf-oz/tree/main/examples