Python

Hash House Harriers trails 2021

The London Hash House Harriers (LH3) run weekly all over London. Using GPS data from Strava, I have created a map (below) showing the routes run so far this year.

Python Plot Strava Data

This Jupyter notebook reads in GPS data from your Strava activities and plots a graph showing the paths of each activity. The result is an image file showing subplots of each activity, with the activities colour coded either by distance or by activity type.

Excel 2 LaTeX via Python

Designing tables in LaTeX can be time consuming. This code allows you to design your tables in Excel, and then automatically turn the tables into LaTeX code for import into your document. It reads in an excel file, processes the table content (along with style formatting), and writes a .tex file to the output directory.