No description
The previous commit that added -DUSE_PNG=ON -DUSE_AEC=ON to the wgrib2 cmake invocation broke the image build: wgrib2 3.6.0 turns find_package(g2c 1.9.0 REQUIRED) on when those flags are enabled, and NCEPLIBS-g2c isn't installed in the wgrib2-builder stage. Revert to the stock wgrib2 cmake config so CI is green again and pull MrmsFetchWorker out of the prod cron instead. Without the PNG decoder the worker can't read MRMS PrecipRate (GRIB2 DRT 5.41) and was logging "packing type 41 not supported" every two minutes. AsosAdjustmentWorker's MRMS path already handles an empty cache gracefully — the ASOS nudge still runs, it just drops the live radar overlay. Re-add MrmsFetchWorker once the Dockerfile installs NCEPLIBS-g2c and rebuilds wgrib2 with PNG/AEC support. |
||
|---|---|---|
| .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