Supporting arrays in Dataset
@gduscher is already working on this.
Since Aug 28, 2020.
- Dominant language
- Jupyter Notebook
- Stars
- 12
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
We want the ability to add small supporting arrays that accompany the main array in a Dataset. I'm not sure how we would convey to someone unaware of the contents of a Dataset that this Dataset has other supporting information.
Band Excitation would be one example where the dataset comes with multiple supporting information such as the frequency bins, excitation waveform, etc. We won't need to access this information as Dataset objects themselves. However, it would be good to track this provenance / metadata at the Reader level. Once these are written to disk and read back, we can keep just the core information if need be or continue to read all these ancillary datasets as well into memory if it makes sense.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.