Great GPX |> Table Contest

Great GPX

Authors: Aaron T. Leese
website
linkedin

Full Description:
I'm not the fastest runner out there, but I do like to run and I like to have fun with data. For the Posit great tables contest I decided to display the splits of a run. I read the data from the GPX file into a polars dataframe, used pyproj to calculate the distance between each GPS point recorded in the GPX file, then computed stats on the splits of the run per mile. I plotted the path of the run and mile markers/start/end of the run on a foluim map, and included it in the footer of the table to give an overview of the run. Great tables nano plots were used to show the elevation profile along the run. Other than my name and the background map, all the data on the table came directly from the GPX file.


Table Type: static-print
Submission Type: Single Table Example
Table: https://github.com/ATL2001/great_GPX/blob/main/great_gpx.png?raw=true
Code: GitHub - ATL2001/great_GPX
Language:
Industries: personal fitness, GIS.
Packages: great_tables,polars,xmltodict,pyproj,folium,pytz,timezonefinder