hdf5
hdf5 copied to clipboard
hdf5 is a wrapper for the HDF5 library
### What are you trying to do? I am trying to read HDF5 database (version 1.12.1). The datatabase was populated using Python's h5py library. The data is pandas dataframe but...
I’m not sure this is really an issue, but given the previous discussions on hdf5 version functionality > 1.8 I figured I would just create one. I’ve added support for...
Hi, When I try to run this code: ``` package main import ( "fmt" "gonum.org/v1/hdf5" ) func main() { hf, err := hdf5.CreateFile("my_string.h5", hdf5.F_ACC_TRUNC) if err != nil { fmt.Println("Failed...
### What are you trying to do? I'm trying to write an array in a dataset, what I do is reading it, applying some operations to the data and then...
### What are you trying to do? I'm examining the test-go-cpxcmpd code and the generated SDScompound.h5 file so to understand how things work. ### What did you do? I run...
The current travis script and testing builds executable in a user-global space rather than locally to the package being tested and the tests then depend on this. This is sort...
right now we have this API for `Attribute`: ```go type Attribute struct { Identifier } // Read reads raw data from a attribute into a buffer. func (s *Attribute) Read(data...
This change modifies Gonum to support Slice in Struct
Please take a look. I recreated this pull request for hdf5 image dataset. This one should have a better history and easier for review. I closed the previous one because...