Skip to content

Instantly share code, notes, and snippets.

@WouterNieuwerth
Created February 9, 2020 12:52
Show Gist options
  • Save WouterNieuwerth/88d43a2cf4d6e20f0f55a4a3c7a82924 to your computer and use it in GitHub Desktop.
Save WouterNieuwerth/88d43a2cf4d6e20f0f55a4a3c7a82924 to your computer and use it in GitHub Desktop.
GPX analysis - step 1
import gpxpy
import matplotlib.pyplot as plt
import datetime
from geopy import distance
from math import sqrt, floor
import numpy as np
import pandas as pd
import haversine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment