prop/assets/js
Graham McIntire cda54e3514 Per-HRRR-cell beacon reception plot
Replace the idealised concentric-circle range rings with a realistic
per-HRRR-grid-cell reception map. For every 0.125° grid point within
the band's exceptional range, the estimator computes great-circle
distance, FSPL + atmospheric loss, and applies a cell-specific score
adjustment of (50 - score) * 0.3 dB — score 100 gives a 15 dB ducting
boost, score 0 a 15 dB penalty. Cells below the -145 dBm detection
floor are dropped.

The beacon map hook now renders each surviving cell as a 0.125°
filled rectangle with a tooltip showing tier, Rx dBm, distance, and
HRRR score, so the coverage footprint bulges where ducting conditions
are good and cuts off where they aren't, instead of being a perfect
circle. Falls back to score 50 for cells that don't have HRRR data
yet, so the plot is always useful.

Also fixes the prior all-grey-tiles regression by restoring an
explicit setView() at map creation and adding a post-mount
invalidateSize() for when the map is placed inside a flex container.
2026-04-08 13:43:01 -05:00
..
app.js Beacon detail map with range estimate and on_the_air flag 2026-04-08 13:29:58 -05:00
beacon_map_hook.js Per-HRRR-cell beacon reception plot 2026-04-08 13:43:01 -05:00
contact_map_hook.js Rename QSO to Contact in UI, add higher bands, improve submit page 2026-04-01 12:28:24 -05:00
contacts_map_hook.js Add interactive popups to contact map, dedup reciprocals, darken line colors 2026-04-01 12:39:02 -05:00
elevation_profile_hook.js Fix nil access bugs found in security/bug audit 2026-04-02 12:38:49 -05:00
locate_me_hook.js Throttle GPS updates on path page to once per minute 2026-04-07 14:44:34 -05:00
maidenhead_grid.js Add grid squares toggle to rover planner 2026-04-08 09:06:09 -05:00
propagation_map_hook.js Dock map controls to right sidebar with collapsible panel 2026-04-08 12:35:00 -05:00
rover_map_hook.js Show grid squares by default on rover planner 2026-04-08 10:21:40 -05:00
weather_map_hook.js Show 'Press ESC to close' hint on map and weather pages 2026-04-07 17:05:15 -05:00