Reading and writing HDF5 files

Hierarchical Data Format (HDF) is a common file format for storing, organizing, and retrieving large amounts of data. It was developed by the National Center for Supercomputing Applications and remains a popular file format for storing large amounts of scientific data in a semi-structured format. The website of the group responsible for maintaining the HDF5 standard and the previous HDF4 standard, as well as the library for accessing these files and wrappers for many programming languages, is as follows: https://www.hdfgroup.org/.

Right now, there isn't a convenient way of accessing HDF5 files in a way that would use Scala's programming style and idioms. The reader is encouraged to use the Java libraries for HDF5 ...

Get Scientific Computing with Scala now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.