How to interpret rawinsonde data product? #560
-
Was unable to find any other NWS resource for this or details in the API, but [https://api.weather.gov/products/locations/{office}/types] sometimes reveals Rawinsonde flights that can be accessed via the API, productCodes are MAN and SGL their output looks like this UMUS44 KLIX 040000 PPBB 54008 72233 90023 00000 21013 20511 90467 20006 29003 how does one make sense of this data? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The format of the rawinsonde messages is defined in WMO Code Form FM 35 in the Manual on Codes Volume I.1, Part A, Section A. The Manual can be found here: (https://library.wmo.int/doc_num.php?explnum_id=10235) A practical example of coding for these messages can be found in NWS Manual 10-1401, Appendix F, found here: (https://www.nws.noaa.gov/directives/sym/pd01014001curr.pdf) |
Beta Was this translation helpful? Give feedback.
The format of the rawinsonde messages is defined in WMO Code Form FM 35 in the Manual on Codes Volume I.1, Part A, Section A. The Manual can be found here:
(https://library.wmo.int/doc_num.php?explnum_id=10235)
A practical example of coding for these messages can be found in NWS Manual 10-1401, Appendix F, found here:
(https://www.nws.noaa.gov/directives/sym/pd01014001curr.pdf)