Hi there,
I have a number of HDF5 files and would like to extract information from them and then dump it into a format that I can then query. I was wondering if a CSV file would be suitable. Would I be able to select rows 1 to 10000 and analyse variable number x from each row in this format?
Questions
1) What is the best way in
Java to extract information from a HDF5 file and dump it into another format.
2) Which format would allow me to easily select variables from a number of rows.
I found the HDF5 website very unhelpful for Java and the code I am currently using to work with the HDF5 files is extremely inefficient.
Thanks to all who reply,
TS