Crates.io | wmo-abbrev-headings |
lib.rs | wmo-abbrev-headings |
version | 0.1.0 |
source | src |
created_at | 2022-05-22 03:42:19.708607 |
updated_at | 2022-05-22 03:42:19.708607 |
description | Parser for WMO abbreviated headings |
homepage | |
repository | https://github.com/eminence/nws-data-parsing |
max_upload_size | |
id | 591027 |
size | 71,505 |
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.
The wmo-abbrev-headings library is licensed under the MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
This crate uses data published by the World Meteorological Organization, but is otherwise unaffiliated with the WMO, and is not an offical WMO library.