mosaic_flight.py

Assemble all flight lines from a single flight into one georeferenced composite image with fire overlay.

mosaic_flight.py - Assemble all flight lines into a single georeferenced mosaic.

For each flight, reads all HDF4 files, computes brightness temperature at 3.9 um (fire channel) and 11.25 um (background), runs fire detection, and composites everything onto a regular lat/lon grid. Later flight lines overwrite earlier ones, so overlapping areas show the most recent observation.

Usage:

python mosaic_flight.py

mosaic_flight.plot_mosaic(grid_T4, grid_fire, lat_axis, lon_axis, flight_num, comment, n_files)[source]

Plot a flight mosaic with fire overlay.

mosaic_flight.main()[source]