hdf5
H5F.flush() removed from HDF5DotNet 1.8.7?
I recently upgraded my Hdf5DotNet wrapper library from 1.8.6 to 1.8.7 and noticed that the H5F.flush() method wa开发者_开发百科s removed.Anyone know the reasoning behind this?I don\'t see any indicati[详细]
2023-03-08 23:46 分类:问答"PInvokeStackImbalance was detected" from HDFDotNet 1.8.7
I have been attempting to update to the latest HDF5DotNet wrappers (1.8.7) and am getting the following warnings (when running in DEBUG mode from VS2010):[详细]
2023-03-08 20:53 分类:问答spreadsheet program that supports reading HDF5 files
Is there any spreadsh开发者_JAVA技巧eet program that supports reading HDF5 files ?; have you already tried HDFview?[详细]
2023-03-08 08:02 分类:问答What is the most elegant way of selecting a subset of columns using pytables?
I have a dataset with 300+ columns in pytables, and I want to be able to choose different subsets easily.There doesn\'t seem to be a very elegant solution to this, or is there something I\'m missing?[详细]
2023-03-06 10:20 分类:问答Setting Attributes on Datasets using HDF5 C++ api
I\'m using HDF5 C++ API in HDF5 1.8.7 and would like to use an H5::Attribute instance to set a couple of scalar attributes in an H5::DataSet instance, but cannot find any examples. It\'s pretty cut an[详细]
2023-03-05 09:10 分类:问答Invoke R on a server to extract data, from within R session on host?
Background I have an R script that runs on a host, and starts jobs on a server. The jobs output large hdf5 files.[详细]
2023-02-19 16:19 分类:问答How to do queries on hdf5 time series
i store (non equidistant) time series as tables in hdf5 files using the H5TB API. The format is like this:[详细]
2023-02-18 12:03 分类:问答hdf5 and ndarray append / time-efficient approach for large data-sets
Background I have a k n-dimensional time-series, each represented as m x (n+1) array holding float values (n col开发者_如何学编程umns plus one that represents the date).[详细]
2023-02-17 15:21 分类:问答How do I remove hex values in a python string with regular expressions?
I have a cell array in matlab columns = {\'MagX\', \'MagY\', \'MagZ\', ... \'AccelerationX\',\'AccelerationX\',\'AccelerationX\', ...[详细]
2023-02-15 01:34 分类:问答OS X runtime linker finding wrong version of lib
I have a C++ shared library being called from my Python program. The C++ lib is compiled with HDF5 which I installed using homebrew on OS X, so it resides in /usr/local/lib. Now the problem is that I[详细]
2023-02-14 02:25 分类:问答