wmo-abbrev-headings

Crates.iowmo-abbrev-headings
lib.rswmo-abbrev-headings
version0.1.0
sourcesrc
created_at2022-05-22 03:42:19.708607
updated_at2022-05-22 03:42:19.708607
descriptionParser for WMO abbreviated headings
homepage
repositoryhttps://github.com/eminence/nws-data-parsing
max_upload_size
id591027
size71,505
Andrew Chin (eminence)

documentation

README

WMO Abbreviated Headings

This crate has parsers for the data designators in WMO Abbreviated Headings, specifcally for Attachment II-5 in WMO manual 386.

These abbreviated headings are often referenced by their fields TTAAii, and can be seen in NWS bulletings and EMWIN filenames. For example, consider the first two lines of an NWS forecast:

FPUS51 KBOX 211708
ZFPBOX

The FPUS51 part is the WMO abbreviated heading and can be decoded using tables A through D of WMO manual 386. In this particular example, the F indicates a Forecast, the P indicates a public forecast, the US part indicates "United States", and the 51 part is an NWS specific code that indicates it was issues from the Northeast US.

License

The wmo-abbrev-headings library is licensed under the MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)

Note

This crate uses data published by the World Meteorological Organization, but is otherwise unaffiliated with the WMO, and is not an offical WMO library.

Commit count: 16

cargo fmt