Questions tagged as 'hdf5'

1
answer

I 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 float and an int64, I need write this list of OP...
asked by 11.06.2018 / 18:41
0
answers

How to convert a CSV file to HDF5 without code, is it possible? [closed]

I need to convert a file .csv to hdf5 to use in RapidMiner to create templates. However, I've been looking for and only find solutions using Python and other programming languages. As I have no knowledge in any of the lan...
asked by 16.10.2018 / 20:12
0
answers

I need the Attribute of a Dataset HDF5 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 I'm not getting it, I've already tried it in several different ways, and currently the string that...
asked by 04.06.2018 / 21:29
0
answers

Structure and materials on HDF5 files

I would like to know if anyone knows about books and materials on HDF5, other than those on the site itself.     
asked by 15.05.2017 / 04:42
1
answer

"Dynamic" data type is not of the same type as the native

I'm trying to create a struct that has one of its attributes having its dynamic or varied data type, I need (when running the struct constructor) to define its data type, and it should be the same as the native one because when I I'm trying to d...
asked by 20.06.2018 / 20:46
0
answers

As the pandas reads timestamp data and converts to HDF5 (HDF5)

I am creating a C # application that generates a hdf5 document in which one of the columns in the dataset is a timestamp (using unix), and I would like this file to be read by the pandas so that it reads the timestamp as a datetime64 (which is t...
asked by 14.06.2018 / 20:07
1
answer

How to call a second key in a dictionary using HDF5Matrix?

I'm trying to load a .h5 file using this documentation HDF5Matrix : test_images = HDF5Matrix(train_path+train_file,'images') But I'm getting this error:    KeyError: "Unable to open object (object 'images' does not exist)"...
asked by 13.04.2018 / 16:32