https://github.com/ywangd/gobufrkit
WMO BUFR decoder in Go
https://github.com/ywangd/gobufrkit
bufr decoder fm-94 go wmo
Last synced: over 1 year ago
JSON representation
WMO BUFR decoder in Go
- Host: GitHub
- URL: https://github.com/ywangd/gobufrkit
- Owner: ywangd
- License: apache-2.0
- Created: 2018-03-13T10:18:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2020-04-12T14:05:10.000Z (about 6 years ago)
- Last Synced: 2025-01-13T17:27:26.602Z (over 1 year ago)
- Topics: bufr, decoder, fm-94, go, wmo
- Language: Go
- Homepage:
- Size: 3.41 MB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.