No description
Adds a compact seven-card horizontal strip to both mobile and desktop map sidebars showing the per-day peak score at the viewport center for the selected band. Cards are color-coded (emerald for 80+, rose for bad) so the weekend verdict reads at a glance. - Propagation.daily_outlook_at/3: groups point_forecast entries by UTC date, picks each day's peak, returns ascending order - MapLive mounts with today's outlook for the initial center; the select_band handler refreshes it from the viewport midpoint so the strip tracks the user's current band and rough location - Empty-state message covers the case where no extended-horizon scores have landed yet (fresh deploy, or before the first GEFS run completes) This is the consumer of the GEFS pipeline — once the cron starts running and f024-f168 scores accumulate, days 2-7 of the strip populate automatically. |
||
|---|---|---|
| .forgejo/workflows | ||
| .github | ||
| assets | ||
| bin | ||
| config | ||
| docs | ||
| k8s | ||
| lib | ||
| lib_ml | ||
| notebooks | ||
| priv | ||
| rel | ||
| 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