A project for handling HDF5 data models
Project description
Presentation
This project creates a data model based on HDF5 architecture and simplify writing and reading data from a standardized HDF5 file format. The data model has the following structure:
/ (File group)
/Dataset (group)
/Acquisition (group)
/Acquisition Signal (group)
/Traces (dataset)
/Generation Signal (group)
/Signal (dataset)
Each level has its own default attributes extendable by the user.
Each File can contain multiple Datasets. A Dataset is a collection of Acquisitions of the same nature. For example, a measurement campaign of various samples. An Acquisition is a set of one Generation Signal and multiple Acquisition Signals. Each time the acquisition or generation parameters are modified a new Acquisition is created. An Acquisition Signal (2D) is a set of Traces (1D) that are acquired at the same time. A Generation Signal (1D) contains only one generation signal.
Note : to build the wheel file from this repo, use
pip -wheel . --no-deps -w dist
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hdf5datamodel-0.3.2-py3-none-any.whl.
File metadata
- Download URL: hdf5datamodel-0.3.2-py3-none-any.whl
- Upload date:
- Size: 24.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f99b42f67f136a66bafd5497de25ee2f5a45dabbf44eb8cad01a78e68bc80ffa
|
|
| MD5 |
059cfc865e8f37446546c4ac2aeae6e5
|
|
| BLAKE2b-256 |
60133b7ab4c999474716c23f2e8f27c089b7574f00816846b0a22d9f7600369c
|