avwx-rest / avwx-engine

Aviation Weather parsing engine. METAR & TAF
MIT License
89 stars 30 forks source link

Add support for NOAA NBM NBX files #57

Closed marchuffnagle closed 11 months ago

marchuffnagle commented 11 months ago

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

devdupont commented 11 months ago

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.