I\'m trying to use HDF5 in a C# .NET application on a 32 bit Win XP machine. I am a total newbie to this HDF5 stuff.
I have a rather large HDF5 file generated by PyTables that I a开发者_运维问答m attempting to read on a cluster. I am running into a problem with NumPy as I read in an individual chunk. Let\'s go with
Whenever HDFView opens an hdf file which is created by a user or by an application, it shows the following error (I am using Red Hat linux).
I am using the HDF5 C++ API to write 2D array dataset files. The HDF Group has an example to create a HDF5 file from a statically defined array size, which I\'ve modified to suite my needs below. Howe
I am trying to append a large dataset (>30Gb) to an existing pytables table.The table is N columns, and the dataset is N-1 columns; one column is calculated after I know the other N-1 columns.
I have a very simple compound dataset, about 1 million rows of a compound data开发者_如何学Gotype:
I play with HDF5DotNet (see http://hdf5.net/). There is a class H5Array which has a lot of constructors of this kind:
I created an HDF5 file open function like the following: int OpenHDF5(string sFileName) { // Check for valid HDF5 file
I need to install the h5py Python module, and all its absent dependencies, on a Debian Linux system.This task is complicated by the following:
I\'m currently learning the HDF5 API and I\'m trying to insert a set of C++ std::string into a HDF5 dataset (1 column).