Go to start of metadata
Skip to end of metadata
Go to start of metadata
- Created by Mike McGreevy, last modified on Nov 30, 2017
HDF5
-
Are there compile scripts for building HDF5 applications?
-
Are there tools available to remotely access parts (subsets) of an HDF5 file on-line?
-
How to improve performance when accessing a file that has many groups and many attributes
-
Building Fortran application with Intel Fortran, get "/lib/libimf.so : warning feupdateenv is not implemented"
-
Can I access an HDF5 file without using the HDF5 library?
-
Can you build shared Fortran libraries in HDF5?
-
Can you store a binary object (for example, a Word document ) in an HDF5 file
-
Can you work with an HDF5 file in memory?
-
Does C++ support stream operators?
-
Does HDF5 support cross-compiling?
-
Does HDF5 support data manipulation routines?
-
Does it do IO via standard library containers?
-
Does The HDF Group provide tools to use with HDF?
-
How can I build the tests and ignore any errors
-
How can I detect the SZIP encoder at runtime?
-
How can I determine the version of an HDF5 library?
-
Excessive memory usage and file issues due to objects being left open
-
How can I turn off error messages?
-
How does closing a file affect open objects
-
How does HDF5 compare with Hadoop?
-
How do I build HDF5 from source
-
How do I find out what compression has been used to write a dataset?
-
How do I report a bug
-
How do I resolve the error "Can't open shared library : ../lib...s3.0"?
-
How do I store images in HDF5?
-
How do you add CF (Climate and Forecast) attributes to a file?
-
How do you build HDF5 using gcc and either Intel or Lahey Fortran?
-
How do you create a dataset with a 16-bit datatype in F90?
-
How do you define a fill value for a dataset?
-
How do you work with a file created with the file family feature?
-
How is HDF5 different than HDF4
-
If I use h5repack to repack a file with the latest file format, will the new file have the creation order recorded?
-
If you run an application twice on the same machine will it produce identical HDF5 files?
-
Questions about thread-safety and concurrent access
-
Should new products be developed in HDF (HDF4)?
-
What kind of compression methods does HDF5 support?
-
What kind of palettes are supported in HDFView?
-
What limits are there in HDF5?
-
When will the next release of HDF5 be?
-
When writing chunks and using Fletcher checksums are there any situations where the HDF5 API will do a read of a "chunk" under the covers when an application is writing a file?
-
When you specify memspace and filespace for H5Dwrite and H5Dread does it mean allocating memory for both the dataset and memory space (i.e. twice the size of dataset)?
-
Where can I find the latest HDF5 release? What are the new features in this release and what platforms does it support?
-
Why are my data values reversed/swapped/transposed in HDFView?
-
Why are my files sizes different, if I open an HDF5 file more than once rather than writing the data out in one call?
-
Why does re-opening an HDF5 file that is already open with an external link fail, when the file was originally opened with H5F_CLOSE_STRONG?
-
H5T_ARRAY Datatype
-
How to convert an HDF4 or HDF5 file to ASCII (text) or Excel