No description
Find a file
Graham McIntire 2698f33cd3
Add propagation scoring algorithm with 9 weighted factors
Implements BandConfig (data-driven thresholds for 8 bands) and Scorer
module with humidity, time-of-day, TD depression, refractivity, sky
cover, season, wind, rain attenuation, and pressure trend scoring.
Composite score applies BandConfig weights (sum to 1.0) across all
factors, producing 0-100 score per band. 10 GHz uses beneficial
humidity/ducting model; 24 GHz+ uses harmful absorption model.
2026-03-30 16:57:38 -05:00
assets initial 2026-03-28 11:28:47 -05:00
config Add IEM precipitation data to QSO weather pipeline 2026-03-30 13:18:11 -05:00
docs/plans Add commercial link monitoring via SNMP polling 2026-03-30 13:02:59 -05:00
lib Add propagation scoring algorithm with 9 weighted factors 2026-03-30 16:57:38 -05:00
priv Add IEM precipitation data to QSO weather pipeline 2026-03-30 13:18:11 -05:00
rel/overlays/bin docker 2026-03-28 11:41:31 -05:00
test Add propagation scoring algorithm with 9 weighted factors 2026-03-30 16:57:38 -05:00
.dockerignore docker 2026-03-28 11:41:31 -05:00
.formatter.exs initial 2026-03-28 11:28:47 -05:00
.gitignore Replace wgrib2 with pure Elixir GRIB2 decoder for HRRR pipeline 2026-03-29 18:43:43 -05:00
AGENTS.md initial 2026-03-28 11:28:47 -05:00
algo.md Add commercial link monitoring via SNMP polling 2026-03-30 13:02:59 -05:00
algo1.md add first algo 2026-03-29 14:26:42 -05:00
algo2.md add algo docs 2026-03-29 15:55:34 -05:00
algo3.md add algo docs 2026-03-29 15:55:34 -05:00
CLAUDE.md initial 2026-03-28 11:28:47 -05:00
Dockerfile Add commercial link monitoring via SNMP polling 2026-03-30 13:02:59 -05:00
elevation.md add elevation findings 2026-03-29 16:23:03 -05:00
mix.exs Add QSO import, solar indices, Oban workers, LiveView UI, and parallel weather import 2026-03-29 13:04:55 -05:00
mix.lock Add QSO import, solar indices, Oban workers, LiveView UI, and parallel weather import 2026-03-29 13:04:55 -05:00
README.md initial 2026-03-28 11:28:47 -05:00

Microwaveprop

To start your Phoenix server:

  • Run mix setup to install and setup dependencies
  • Start Phoenix endpoint with mix phx.server or inside IEx with iex -S mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more