No description
hrrr-point-rs was marking fetch tasks 'done' with 0 profiles inserted for ~13,900 historical contacts. The wgrib2 subprocess resamples HRRR to the 0.125° CONUS prop grid, but the lookup keyed on the requested point (rounded to 0.01° by Weather.round_to_hrrr_grid/2) — those keys never match a 0.125° cell exactly, so every point fell through the `cell.is_empty()` skip. Snap to the nearest 0.125° cell for lookup, store at the original (lat, lon) so Weather.has_hrrr_profile?/3's 0.07° search window finds it on the next backfill tick. TDD: added snap_key unit tests. |
||
|---|---|---|
| .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 | ||
| CLAUDE.md | ||
| Dockerfile | ||
| elevation.md | ||
| 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