The Wayback Machine - https://web.archive.org/web/20210731210907/https://github.com/topics/hdf5
Skip to content
#

hdf5

Here are 283 public repositories matching this topic...

eladmw
eladmw commented Aug 13, 2020

Hello,
Considering your amazing efficiency on pandas, numpy, and more, it would seem to make sense for your module to work with even bigger data, such as Audio (for example .mp3 and .wav). This is something that would help a lot considering the nature audio (ie. where one of the lowest and most common sampling rates is still 44,100 samples/sec). For a use case, I would consider vaex.open('Hu

oruebel
oruebel commented May 29, 2019

2) Feature Request

Currently the ordering of dimensions described in the schema is in many cases not listed in the documentation. E.g., for ElectricalSeries.data we should add to the docval that the dimensions are num_time | num_channels. This would help users avoid errors with ordering of dimensions.

This issue was motivated by #960

This issue is in part also related to #626

PrometheusPi
PrometheusPi commented Jul 16, 2021

Describe the bug
When setting a series' file name without the %T and switching the IterationEncoding to fileBased the code runs into an infinite loop.

To Reproduce
C++

#include <openPMD/openPMD.hpp>

void error_openPMD()
{
    ::openPMD::Series series = ::openPMD::Series("error.h5", ::openPMD::Access::CREATE);
    series.iterations[10];
    series.setIterationEnc

Improve this page

Add a description, image, and links to the hdf5 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the hdf5 topic, visit your repo's landing page and select "manage topics."

Learn more