prop/lib/microwaveprop/propagation
Graham McIntire 33fae7b7c9 Reduce memory pressure: Stream large collections, GC between phases
- Stream profile storage and score upsert instead of materializing
  full 20k+ item lists (propagation_grid_worker, propagation.ex)
- GC between forecast hours and store/compute phases to reclaim
  ~400 MB of grid data between steps
- Single-pass field extraction in scorer.ex path_integrated_conditions
  instead of 6 separate Enum traversals
- Eliminate intermediate merged map in fetch_grid by combining
  merge + profile build into one pipe
- Fix UUID bug: bingenerate → generate in native grid worker
  (same issue previously fixed in nexrad_worker)
2026-04-10 16:45:50 -05:00
..
band_config.ex Add 902-5760 MHz bands, centralize band options 2026-04-07 16:39:25 -05:00
duct.ex Phase 9.3, 9.4, and Phase 3 NEXRAD pipeline 2026-04-10 12:48:36 -05:00
freshness_monitor.ex Prevent duplicate PropagationGridWorker jobs via Oban unique constraint 2026-03-31 17:16:40 -05:00
grid.ex Increase grid to 0.125 degrees with smooth canvas overlay 2026-03-31 08:52:07 -05:00
grid_score.ex Add CONUS grid definition and propagation score schema 2026-03-30 16:50:06 -05:00
inversion.ex Phase 9.3, 9.4, and Phase 3 NEXRAD pipeline 2026-04-10 12:48:36 -05:00
recalibrator.ex Phase 9.3, 9.4, and Phase 3 NEXRAD pipeline 2026-04-10 12:48:36 -05:00
region.ex Phase 7: Regionalized seasonal scoring 2026-04-10 08:39:01 -05:00
scorer.ex Reduce memory pressure: Stream large collections, GC between phases 2026-04-10 16:45:50 -05:00
scorer_diff.ex Phase 9.3, 9.4, and Phase 3 NEXRAD pipeline 2026-04-10 12:48:36 -05:00