No description
16 characterization tests against real wgrib2 binary + checked-in HRRR fixtures: extract_grid/3 (bbox + physical sanity on TMP/DPT + longitude convention), extract_grid_from_file/3, extract_grid_from_file_mapped/4 reducer plumbing, extract_grid_messages/3 metadata, extract_points_from_file/3 nearest-neighbor snap, undefined-value sentinel filtering, empty-match and error shapes. Tagged @describetag :slow so they run on 'mix test --include slow' (project default excludes slow, matches existing HRRR/NARR tests). Surfaces one real bug (not fixed): extract_grid_messages variants don't account for the 8-byte Fortran record overhead between messages in wgrib2 -lola output, so per-message values after the first are shifted. The correct offset math exists in parse_lola_binary/3. Tests characterize current behavior (metadata-only); worth a follow-up fix + value-range assertions. |
||
|---|---|---|
| .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