No description
Find a file
Graham McIntire 8bd0989fbe
Add HRRR model profile fetching for QSOs
HRRR provides hourly 3km-resolution atmospheric profiles, filling the
temporal gaps (12-hourly soundings) and spatial gaps (only 9 sounding
stations) in our current weather data.

- Add hrrr_profiles table and hrrr_queued flag on QSOs
- HrrrClient fetches GRIB2 data via HTTP Range requests + wgrib2
- HrrrFetchWorker derives refractivity/ducting params via SoundingParams
- QsoWeatherEnqueueWorker now also enqueues HRRR jobs
- QSO show page displays HRRR section with collapsible profile
- Dockerfile builds wgrib2 from source for production
2026-03-29 15:54:22 -05:00
assets initial 2026-03-28 11:28:47 -05:00
config Add HRRR model profile fetching for QSOs 2026-03-29 15:54:22 -05:00
lib Add HRRR model profile fetching for QSOs 2026-03-29 15:54:22 -05:00
priv Add HRRR model profile fetching for QSOs 2026-03-29 15:54:22 -05:00
rel/overlays/bin docker 2026-03-28 11:41:31 -05:00
test Add HRRR model profile fetching for QSOs 2026-03-29 15:54:22 -05:00
.dockerignore docker 2026-03-28 11:41:31 -05:00
.formatter.exs initial 2026-03-28 11:28:47 -05:00
.gitignore initial 2026-03-28 11:28:47 -05:00
AGENTS.md initial 2026-03-28 11:28:47 -05:00
algo1.md add first algo 2026-03-29 14:26:42 -05:00
CLAUDE.md initial 2026-03-28 11:28:47 -05:00
Dockerfile Add HRRR model profile fetching for QSOs 2026-03-29 15:54:22 -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