Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
1 vote
0 answers
32 views

I am trying to use the HDFql C++ library to select groups that have attributes with specific values. There are an arbitrary number of groups in the root group, and each group has the same attribute ...
ajland's user avatar
  • 11
1 vote
1 answer
182 views

I have this code to write chunks of arrays to HDF5 and I want to add a timestamp attribute to each chunk or another field with a datetime using AS.HDFql; // declare variables float[,,] traindata = ...
Mario's user avatar
  • 15k
0 votes
1 answer
232 views

After reading the documentation, I still did not figure out how to write data from memory (variables) to datasets correctly. For example, with the construction CREATE TRUNCATE CHUNKED DATASET dsetint ...
OlegMart's user avatar
0 votes
1 answer
169 views

I am trying to write a simple structure in hdf5 But I still can't add records to the already created dataset. The task itself is to store a set of bytes of arbitrary length and its size void ...
OlegMart's user avatar
2 votes
0 answers
1k views

I want to use a library called HDFQL in a C++ project in VSCode. I am trying to use the extension CMake Tools as much as possible. HDFQL is a header library and usually I would write the following ...
0 votes
0 answers
216 views

I have to know how to use hdfql to import multiple csv files into one hdf5 file using hdfql method?
M-kh's user avatar
  • 29
1 vote
3 answers
345 views

I'm new in HDF5 and HDFql, I'm working in java and I have a .h5 file with several groups, inside each group I have different Datasets, some are floating arrays, which I get as follows. https://gyazo....
0 votes
0 answers
240 views

Consider the following code, which simply dumps one million 2-Byte integers into a HDF5 file using HDFql: std::string filepath = "/tmp/test.h5"; sprintf(script_, "CREATE TRUNCATE FILE %s", filepath....
Mr Squid's user avatar
  • 1,306
0 votes
2 answers
188 views

I have some code, which iteratively receives data which it dumps to a HDF5 file. Here is a toy example of what I am trying to achieve: #include <HDFql.hpp> void createHDF(const std::string &...
Mr Squid's user avatar
  • 1,306
0 votes
1 answer
306 views

I am wondering how to get the number of datasets within a group using C++ and HDFql. Currently I have tried something like this (inspired by the HDFql manual): char script[1024]; uint64_t group_size =...
Mr Squid's user avatar
  • 1,306
0 votes
3 answers
256 views

I am trying to fill a dataset in an HDF5 file iteratively using HDFql. What I mean by iteratively, is that my simulator occasionally comes along with an update and I wish to dump some more data (which ...
Mr Squid's user avatar
  • 1,306
1 vote
1 answer
285 views

I want to create a HDF5 file in C++ and dynamically add data to a dataset contained in that file. I have been having some trouble getting this work however, with this minimal example as my current ...
Mr Squid's user avatar
  • 1,306
0 votes
1 answer
389 views

I am using HDFql to create an HDF5 file. I am creating a group and putting some data into it and that works fine. I then add an attribute to the file (which also seems to work, since it shows up when ...
Mr Squid's user avatar
  • 1,306
1 vote
2 answers
380 views

I am trying to save images from OpenCV to HDF5 using HDFql. Here is a minimal example of what I am trying to achieve (assuming you have an image at /tmp/lena.jpg): #include <iostream> #include &...
Mr Squid's user avatar
  • 1,306
0 votes
1 answer
252 views

I have downloaded the HDFql library and put the whole lot in /usr/local/ in my linux system. I now wish to use this library in a ROS application, so I have tried to link it in my CMakeList, which ...
Mr Squid's user avatar
  • 1,306

15 30 50 per page
1
2

AltStyle によって変換されたページ (->オリジナル) /