New method get_waveform_attributes() that returns a dictionary with all HDF5 attributes for each waveform in a station. Makes it simpler to write things requiring fast access to the attributes of waveforms without parsing them or directly accessing the h5py objects.
Includes tests and an example in the documentation for how to use it.
New method
get_waveform_attributes()
that returns a dictionary with all HDF5 attributes for each waveform in a station. Makes it simpler to write things requiring fast access to the attributes of waveforms without parsing them or directly accessing the h5py objects.Includes tests and an example in the documentation for how to use it.
Fixes #38.