avwx-rest/avwx-engine

Add support for NOAA NBM NBX files

Closed this issue · 1 comments

Currently only "NBH", "NBS", and "NBE" are supported. These three support forecasts out to 192 hours. Adding support for "NBX" would support forecasts out to 264 hours.

The NBX format is documented here: https://vlab.noaa.gov/web/mdl/nbm-textcard-v4.1

1.8.22 added an Nbx class to support this. All of the parsers were there, but it mostly needed some supporting files for e2e testing.