No description
The CalibrationSampler joined PSKR midpoints against hrrr_profiles via nearest-within-window, but post-Phase-3 Stream C nothing bulk-populates the grid — hrrr_profiles only sees per-QSO point fetches from the Rust hrrr-point-worker. Result: 0 / 16,042 prod samples had HRRR data. Producer pattern: when a cell has no profile in the lookahead window, enqueue a row into hrrr_fetch_tasks at the cell's HRRR-grid-rounded midpoint. The Rust worker drains it; the next 5-min rolling-window pass UPSERTs the same sample with non-NULL weather fields. Idempotent with the existing on-conflict design — no extra worker, no churn on cells already covered, multiple bands sharing a midpoint dedupe to a single fetch via Enum.uniq + jsonb point-union in HrrrPointEnqueuer. |
||
|---|---|---|
| .forgejo/workflows | ||
| .github | ||
| assets | ||
| bin | ||
| config | ||
| docs | ||
| k8s | ||
| lib | ||
| lib_ml | ||
| notebooks | ||
| priv | ||
| rel | ||
| rust/prop_grid_rs | ||
| scripts | ||
| test | ||
| vendor | ||
| .credo.exs | ||
| .dockerignore | ||
| .formatter.exs | ||
| .gitignore | ||
| .tool-versions | ||
| AGENTS.md | ||
| algo.md | ||
| app.json | ||
| bugs.md | ||
| CLAUDE.md | ||
| Dockerfile | ||
| Dockerfile.base | ||
| elevation.md | ||
| LICENSE | ||
| mix.exs | ||
| mix.lock | ||
| prediction.md | ||
| README.md | ||
| tail_logs.sh | ||
| updates.md | ||
Microwaveprop
To start your Phoenix server:
- Run
mix setupto install and setup dependencies - Start Phoenix endpoint with
mix phx.serveror inside IEx withiex -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
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix