Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 558 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 558 Bytes

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.