Skip to main content

Utilities to support the nh5 file format

Project description

nh5

nh5 is a Python package to support a new file format, .nh5, which stands for "not hdf5". This project aims to simplify and improve the loading of data in web applications, particularly for visualization purposes.

This package has an very small codebase. Feel free to explore!

See the accompanying JavaScript library.

Motivation behind nh5

The creation of this format was driven by specific challenges encountered with the hdf5 format, particularly in the context of web-based applications. While hdf5 is efficient for packaging large volumes of data, including data arrays, it falls short in terms of efficiency and ease when it comes to reading data from a web browser or from remote files. This inefficiency is primarily due to the scattered nature of metadata within the hdf5 file, necessitating multiple HTTP requests for access.

Simplified Data Access: Unlike hdf5, where metadata can be dispersed throughout the file, nh5 starts with a straightforward JSON text header. This header contains all the necessary attributes and metadata about the data arrays and can be loaded in one shot by the browser.

Predefined Data Structure: While hdf5 allows appending to an existing file, nh5 assumes that data is known in advance and needs to be packaged for visualization in web applications.

Installation

You can install nh5 using pip

pip install nh5

Usage

To convert an hdf5 file to an nh5 file, use the h5_to_nh5 function:

from nh5 import h5_to_nh5

h5_to_nh5("path_to_your_hdf5_file.h5", "path_for_the_output_nh5_file.nh5")

Limitations

  • Limited data types: Does not support all hdf5 data types.
  • No compression support: Currently, the nh5 format does not support data compression.

Contributing

Contributions are welcome! If you'd like to contribute, please fork the repository and use a feature branch. Pull requests are warmly welcome.

Licensing

The code in this project is licensed under Apache License 2.0.

Author

The package and format were created by Jeremy Magland

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

nh5-0.1.2.tar.gz (7.5 kB view details)

Uploaded Source

Built Distribution

nh5-0.1.2-py3-none-any.whl (8.2 kB view details)

Uploaded Python 3

File details

Details for the file nh5-0.1.2.tar.gz.

File metadata

  • Download URL: nh5-0.1.2.tar.gz
  • Upload date:
  • Size: 7.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.9.18 Linux/6.5.6-76060506-generic

File hashes

Hashes for nh5-0.1.2.tar.gz
Algorithm Hash digest
SHA256 869e61c2557a6ab47298ccdbaa078ec7b241839ff858ead6c9e80905995b75d9
MD5 ac4f664f908bcd2edee0675627c86a41
BLAKE2b-256 2d242720679cdfeeb6eb5d69b96f9ebaa009329c7672c50439737f8f3002218a

See more details on using hashes here.

File details

Details for the file nh5-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: nh5-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 8.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.7.1 CPython/3.9.18 Linux/6.5.6-76060506-generic

File hashes

Hashes for nh5-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 af8fadbb488bd2d59238a668afaec28a9cdd3d426cb7c9afcc87b8090b0d95d2
MD5 1559de16f8ecd0fa823729c7af839655
BLAKE2b-256 ff9d352b0c063626527a25415fd2f6ac89b7bb6b6299e8a0b272f5d0eca76cfc

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page