hdf5
Getting Started with HDF5
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.[详细]
2023-04-10 05:13 分类:问答Floating Point Exception with Numpy and PyTables
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[详细]
2023-04-10 01:21 分类:问答java.lang.UnsatisfiedLinkError in HDFView
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).[详细]
2023-04-09 13:12 分类:问答HDF5 C++ interface: writing dynamic 2D arrays
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[详细]
2023-04-04 13:22 分类:问答Appending large amount of data to a tables (HDF5) database where database.numcols != newdata.numcols?
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.[详细]
2023-04-02 18:47 分类:问答Read HDF5 monodimensional compound dataset in C structure in parallel
I have a very simple compound dataset, about 1 million rows of a compound data开发者_如何学Gotype:[详细]
2023-03-29 10:28 分类:问答More than 4 dimensional arrays using F# - cannot initialize object
I play with HDF5DotNet (see http://hdf5.net/). There is a class H5Array which has a lot of constructors of this kind:[详细]
2023-03-27 23:21 分类:问答Open an HDF5 file error
I created an HDF5 file open function like the following: int OpenHDF5(string sFileName) { // Check for valid HDF5 file[详细]
2023-03-25 08:22 分类:问答How to install h5py (+numpy+libhdf5+...) as non-root on a Debian Linux system
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:[详细]
2023-03-14 13:36 分类:问答HDF5: inserting a set of strings in a dataset
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).[详细]
2023-03-09 04:31 分类:问答