Go to file
NoahC 9629a07399 Add FireMapper post-processing toolchain
EXIF/GPS embedding, session-wide thermal stretch, and an OpenStreetMap
view of trigger points and image footprints, wrapped in a Tkinter GUI.

- embed_metadata.py: write JSON sidecars into image EXIF/XMP, with true
  camera orientation (aircraft attitude + platform roll + mounting offset)
- stretch_thermal.py: rescale 16-bit thermal frames to a session-wide
  window (8-bit palettes), embedding GPS/orientation EXIF in the output
- session_map.py: shared camera geometry (orientation + oblique footprints)
- firemapper_gui.py: GUI with Embed / Thermal Stretch / Map tabs

Includes CLAUDE.md and an end-user manual (manual.html). Capture data and
derived outputs (tens of GB) are git-ignored.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-26 09:39:54 +02:00
.gitignore Add FireMapper post-processing toolchain 2026-06-26 09:39:54 +02:00
CLAUDE.md Add FireMapper post-processing toolchain 2026-06-26 09:39:54 +02:00
embed_metadata.py Add FireMapper post-processing toolchain 2026-06-26 09:39:54 +02:00
firemapper_gui.py Add FireMapper post-processing toolchain 2026-06-26 09:39:54 +02:00
manual.html Add FireMapper post-processing toolchain 2026-06-26 09:39:54 +02:00
session_map.py Add FireMapper post-processing toolchain 2026-06-26 09:39:54 +02:00
stretch_thermal.py Add FireMapper post-processing toolchain 2026-06-26 09:39:54 +02:00