hdf5-udf icon indicating copy to clipboard operation
hdf5-udf copied to clipboard

User-Defined Functions for HDF5

Results 3 hdf5-udf issues
Sort by recently updated
recently updated
newest added

HDF5-UDF is only supported on Linux. The two modifications that currently depend on Linux are (1) scanning of `/proc` to get a file handle to the underlying HDF5 file and...

Use case: a log file in CSV that keeps appending new data and growing or a netCDF file that has unlimited dimension in time dimension

I think this is a super cool library. I was wondering if it would be possible, instead of writing a function with no arguments, whether this library could be extended...