No description
The /weather map now shows HRRR-derived data wherever HRRR has coverage and falls back to HRDPS-derived data for Canadian cells outside HRRR's bbox. North of the 49°N HRRR-coverage line the map stays populated instead of going blank. Rust: - weather_scalar_file::dir_for_hrdps + write_atomic_hrdps land HRDPS scalar chunks at `<vt>.hrdps/` so HRRR's `<vt>/` write isn't clobbered. The HRRR writer wipes its dir before each write — both sources need their own dir to coexist. - pipeline::run_chain_step_hrdps now derives a ScalarRow for each scored cell (same derive_row that HRRR uses; same wire format) and writes them via write_atomic_hrdps alongside the .hrdps.prop score files. Elixir: - ScalarFile.dir_for_hrdps + read_bounds + read_point + exists? all walk both `<vt>/` (HRRR) and `<vt>.hrdps/` (HRDPS). read_bounds concatenates with HRRR-precedence on overlap (defensive — Rust pipeline doesn't write HRRR-overlap cells, but cheap to enforce). - Weather.weather_grid_at unchanged: it routes through ScalarFile, which now transparently returns the union. GridCache stays per-valid_time so a single cache entry holds both regions. Tests cover four scenarios: HRRR-only, HRDPS-only, both-present union, and HRRR-precedence on the same cell. |
||
|---|---|---|
| .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 | ||
| 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