Most voted "hdf5" questions
HDF5 is a data model, library and file format for storing and managing data. It supports an unlimited variety of data types and is designed for flexible and efficient I/O and for high-volume and complex data.
Learn more…6 questions
Sort by count of
-
2
votes1
answer31
viewsI need to create a Compound dataset using HDF in C#
My application contains a list of Basicvariables and within each of the BV’s, I have a list of objects of class OPC_UA, which have 3 attributes, a datetime (which I will convert to a timestamp), a…
-
1
votes0
answers27
viewsStructure and materials on HDF5 files
I wonder if anyone knows about books and materials on HDF5, in addition to those present on the site itself.
-
1
votes0
answers28
viewsI need an HDF5 Dataset Attribute to be a string
Good afternoon, I’m trying to create some attributes for my datasets, I was able to create the attributes but at the time of setting their values (strings) I’m not getting, I tried several different…
-
1
votes0
answers41
viewsHow to convert a CSV file to HDF5 without code required, is it possible?
I need to convert a file .csv in hdf5 to use on RapidMiner to create templates. However, I have been searching and only find solutions using Python and other programming languages. As I have no…
-
1
votes1
answer61
views"Dynamic" data type is not the same as native data type
I’m trying to create a struct that has one of its attributes having its type of dynamic or varied data, I need ( when running the struct constructor) to be defined the data type of it, and it should…
-
0
votes1
answer21
viewsHow to call a second key in a dictionary using Hdf5matrix?
I’m trying to upload a file .h5 using this documentation HDF5Matrix: test_images = HDF5Matrix(train_path+train_file,'images') but I’m getting this mistake: Keyerror: "Unable to open Object (Object…