ywangd / gobufrkit

WMO BUFR decoder in Go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GoBufrKit

An unfinished project for implementing WMO BUFR decoder in Go. Build the binary with go build or directly run with go run main.go.

The current code is able to decode most BUFR messages. The output format is plain text only. JSON output is almost there, as well as binary output, i.e. encoder. The intention was to make a faster alternative to PyBufrKit. But I cannot see myself working on this project anytime soon. Adoptions are welcome.

About

WMO BUFR decoder in Go

License:Apache License 2.0


Languages

Language:Go 95.5%Language:Lua 4.3%Language:Shell 0.3%