Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 639 Bytes

File metadata and controls

23 lines (16 loc) · 639 Bytes

flight-heatmap

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.

Usage

Everything is dockerized. Build the image, then run it:

./build.sh
./run.sh

run.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.