Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ywangd/gobufrkit

WMO BUFR decoder in Go
https://github.com/ywangd/gobufrkit

bufr decoder fm-94 go wmo

Last synced: about 1 month ago
JSON representation

WMO BUFR decoder in Go

Awesome Lists containing this project

README

        

# GoBufrKit

An unfinished project for implementing WMO [BUFR](https://en.wikipedia.org/wiki/BUFR)
decoder in [Go](https://golang.org/). 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](https://github.com/ywangd/pybufrkit).
But I cannot see myself working on this project anytime soon. Adoptions are welcome.