MetPX / sarracenia

https://MetPX.github.io/sarracenia
GNU General Public License v2.0
46 stars 22 forks source link

WMO00 support #1029

Open petersilva opened 5 months ago

petersilva commented 5 months ago

to exchange files with some GTS nodes there is a data grouping standard, sometimes called WMO-00.

https://library.wmo.int/viewer/35800?medianame=386_en_1_#page=157&viewer=picture&o=bookmark&n=0&q=

basically there is an 8 digit ASCII data length prefix, then an ascii SOH, then the payload, and an ETX to end it.

there is also a naming convention.

petersilva commented 5 months ago

https://github.com/MetPX/sarracenia/pull/1030