Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ywangd/gobufrkit
- Owner: ywangd
- License: apache-2.0
- Created: 2018-03-13T10:18:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-04-12T14:05:10.000Z (over 4 years ago)
- Last Synced: 2024-06-20T00:36:34.383Z (6 months 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.