An application that generates heatmaps of my personal flying, built from GPX flight tracks. Renders Folium/Leaflet maps with OpenStreetMap and openAIP tile layers, per year/month.
See AGENTS.md for details on the project's structure.
Everything is dockerized. Build the image, then run it:
./build.sh
./run.shrun.sh accepts one or more year/month arguments (e.g. 2024, 2024-08),
or --all to process every period found under data/. Generated heatmaps
land in output/.
Requires a secrets.sh with MAPBOX_API_KEY and OPENAIP_API_KEY set — see
AGENTS.md for details.