No description
Find a file
Graham McIntire b7446e83f5
Use wgrib2 for HRRR grid extraction (7s vs 80+ minutes)
Add Wgrib2 module that shells out to wgrib2 binary for fast GRIB2
grid extraction using -lola (nearest-neighbor to regular lat-lon grid).
Falls back to pure-Elixir decoder if wgrib2 is not installed.

Also: parallel GRIB2 range downloads, merge adjacent byte ranges,
skip corrupt messages instead of failing, pressure fetch is optional.
2026-03-31 08:33:29 -05:00
assets Center map on DFW with ~500 mile radius default view 2026-03-31 08:07:16 -05:00
config Add propagation context, grid worker, and fix merge issues 2026-03-30 17:18:05 -05:00
docs Refactor HRRR fetch to batch points per hour 2026-03-30 17:21:47 -05:00
lib Use wgrib2 for HRRR grid extraction (7s vs 80+ minutes) 2026-03-31 08:33:29 -05:00
priv Merge branch 'worktree-agent-ae6c8945' into feature/propagation-map 2026-03-30 16:50:42 -05:00
rel/overlays/bin docker 2026-03-28 11:41:31 -05:00
test Reduce grid resolution to 0.5 degrees (~6k points) 2026-03-31 07:22:42 -05:00
.dockerignore docker 2026-03-28 11:41:31 -05:00
.formatter.exs initial 2026-03-28 11:28:47 -05:00
.gitignore Add .worktrees to gitignore 2026-03-30 16:39:12 -05:00
AGENTS.md initial 2026-03-28 11:28:47 -05:00
algo.md bump algo and fix backfill worker 2026-03-30 15:54:04 -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