-
Create an account on Strava's Developer Portal
-
Create an application on strava.com/setting/api
- Get authorization code from authorization page
- Exchange authorization code for access token & refresh token
- View my activities using the access token just received
-
Download and install postman
- Use refresh token to get new access tokens
-
Request our recent record api from Strava via email
-
Install QGIS and make a map for recent activities
-
Export as a qgz file and convert it to shapefiles
-
Create pyhton code for make a plot using geopandas and matplotlib
-
Execute unittest
- geopandas==0.12.2
- matplotlib==3.8.0