prop/lib/microwaveprop/workers
Graham McIntire 02cb4fd67b
Integrate ML model into grid worker, QSO search, and UI improvements
ML Integration:
- Load trained model at app startup, cache compiled predict fn in persistent_term
- Grid worker uses batched ML prediction (10K chunks) when model loaded,
  falls back to algorithm scorer when not
- ML score replaces composite, algorithm factor scores preserved for detail view
- Fix process explosion: single EXLA call per chunk instead of per-grid-point

QSO Features:
- Callsign search (ILIKE on station1/station2) with trigram indexes
- Reciprocal QSO grouping (same pair, same band, same hour)
- Wider layout (max-w-7xl) for data table pages
- QSO Training Data link on map page

Infrastructure:
- Re-enable hourly propagation grid worker in dev
- Track ML model weights in git for Docker builds
- Add btree indexes on qsos (timestamp, band, distance_km)
- Remove nav icons from layout header
2026-04-01 10:14:22 -05:00
..
asos_adjustment_worker.ex Use local solar time for time-of-day scoring, add PWAT factor and pressure refinements 2026-04-01 08:58:21 -05:00
hrrr_fetch_worker.ex Refactor HRRR fetch to batch points per hour 2026-03-30 17:21:47 -05:00
iemre_fetch_worker.ex Add IEM precipitation data to QSO weather pipeline 2026-03-30 13:18:11 -05:00
propagation_grid_worker.ex Integrate ML model into grid worker, QSO search, and UI improvements 2026-04-01 10:14:22 -05:00
qso_weather_enqueue_worker.ex QSO submission triggers enrichment directly, fix prod badarith crash 2026-03-31 12:29:39 -05:00
solar_index_worker.ex Add QSO import, solar indices, Oban workers, LiveView UI, and parallel weather import 2026-03-29 13:04:55 -05:00
terrain_profile_worker.ex Implement ITU-R P.526-16 terrain diffraction model 2026-03-31 16:04:23 -05:00
weather_fetch_worker.ex Increase Oban retry attempts and backoff for external API workers 2026-03-29 17:03:56 -05:00