prop/lib/microwaveprop
Graham McIntire 57578dff4d Add native HRRR duct detection to hourly propagation scoring
The PropagationGridWorker now fetches native hybrid-sigma levels
(TMP, SPFH, HGT, PRES × 50 levels) alongside the standard surface
and pressure products. Native data provides 10-50m vertical spacing
vs 250m from pressure levels, detecting thin surface ducts invisible
to the standard product.

Key design: cell-by-cell reducer in Wgrib2.extract_grid_from_file_mapped
processes each of the 95k CONUS cells through a duct analysis function
inline, keeping only scalar metrics per cell. Peak memory ~86 MB
instead of ~1.8 GB for the full grid map.

Per-cell output: native_min_gradient, best_duct_freq_ghz,
max_duct_thickness_m, duct_count. The scorer prefers the native
gradient over the pressure-level gradient when available.

Native fetch is optional — if it fails, scoring continues with
pressure-level data only.
2026-04-11 13:30:48 -05:00
..
accounts Add /beacons CRUD and /users admin page 2026-04-08 12:01:45 -05:00
backtest Drop dead backtest features, document consolidated results 2026-04-11 13:11:39 -05:00
beacon_monitors Add beacon monitor registration and fix prod SMTP 2026-04-08 11:30:28 -05:00
beacons Round lat/lon to 6 decimals everywhere, add commas to EIRP display 2026-04-11 09:49:12 -05:00
commercial Fix SNMP polling: remove invalid timeout option and normalize OID format 2026-03-30 13:44:49 -05:00
propagation Recalibrate scoring weights from gradient descent on 5000 QSOs 2026-04-11 13:20:00 -05:00
radio Show submitter callsign on the contacts index 2026-04-09 14:02:30 -05:00
terrain Smooth viewshed boundary to remove SRTM elevation spikes 2026-04-07 07:42:32 -05:00
weather Add native HRRR duct detection to hourly propagation scoring 2026-04-11 13:30:48 -05:00
workers Add native HRRR duct detection to hourly propagation scoring 2026-04-11 13:30:48 -05:00
accounts.ex Add /beacons CRUD and /users admin page 2026-04-08 12:01:45 -05:00
application.ex Add Erlang clustering via libcluster and expose LiveDashboard 2026-04-06 09:46:48 -05:00
backtest.ex Phase 9.3, 9.4, and Phase 3 NEXRAD pipeline 2026-04-10 12:48:36 -05:00
beacon_monitors.ex Add beacon monitor registration and fix prod SMTP 2026-04-08 11:30:28 -05:00
beacons.ex Beacon page improvements: comma formatting, sorting, rounding 2026-04-11 09:41:51 -05:00
commercial.ex Add commercial link monitoring via SNMP polling 2026-03-30 13:02:59 -05:00
geo.ex Add /rover planner for microwave contest rovers 2026-04-07 14:17:48 -05:00
mailer.ex initial 2026-03-28 11:28:47 -05:00
markdown.ex fix enrichment 2026-04-02 15:30:41 -05:00
propagation.ex Add native HRRR duct detection to hourly propagation scoring 2026-04-11 13:30:48 -05:00
radio.ex Show submitter callsign on the contacts index 2026-04-09 14:02:30 -05:00
release.ex Phase 9.3, 9.4, and Phase 3 NEXRAD pipeline 2026-04-10 12:48:36 -05:00
repo.ex initial 2026-03-28 11:28:47 -05:00
repo_listener.ex Replace polling with Postgres LISTEN/NOTIFY for live updates 2026-04-02 16:26:22 -05:00
terrain.ex Reduce dead tuples by using conditional upserts and skip-on-conflict 2026-04-04 17:32:57 -05:00
weather.ex Phase 8: 5-minute METAR ingestion pipeline 2026-04-10 08:53:54 -05:00