https://github.com/src-d/go-asdf
Advanced Scientific Data Format reader library in pure Go.
https://github.com/src-d/go-asdf
asdf
Last synced: 6 months ago
JSON representation
Advanced Scientific Data Format reader library in pure Go.
- Host: GitHub
- URL: https://github.com/src-d/go-asdf
- Owner: src-d
- License: other
- Created: 2019-10-08T14:33:27.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-21T21:43:35.000Z (about 6 years ago)
- Last Synced: 2025-05-05T05:05:39.361Z (6 months ago)
- Topics: asdf
- Language: Go
- Homepage:
- Size: 58.6 KB
- Stars: 3
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# go-asdf [](http://godoc.org/github.com/src-d/go-asdf) [](https://travis-ci.com/src-d/go-asdf) [](https://codecov.io/gh/src-d/go-asdf) [](https://goreportcard.com/report/github.com/src-d/go-asdf) [](https://opensource.org/licenses/Apache-2.0)
[Advanced Scientific Data Format](https://github.com/spacetelescope/asdf-standard) reader library in pure Go.
The blocks are eagerly read and uncompressed. The tree is mapped with [gabs](https://github.com/Jeffail/gabs).
### Usage
```go
import "github.com/src-d/go-asdf"
fmt.Println(asdf.OpenFile("path/to/file.asdf", nil).Tree)
```
### Contributions
...are welcome, see [CONTRIBUTING](CONTRIBUTING.md) and [code of conduct](CODE_OF_CONDUCT.md).
### License
Apache 2.0, see [LICENSE](LICENSE).