A Python package to read ODIM HDF5 files
Project description
# odimh5
[](https://github.com/enram/odimh5/actions/workflows/run-tests.yaml) [](https://github.com/psf/black)
A simple Python package to access data in [ODIM HDF5](https://www.eumetnet.eu/wp-content/uploads/2019/01/ODIM_H5_v23.pdf) format.
Limitations:
(currently) read-only
Python 3.7+
# Tutorial
## Install from PyPI
$ pip install odimh5
# Development instructions
## Install the local package
$ pip install -e .
## Install dev dependencies
$ pip install -r requirements.txt
## Run tests
$ pytest $ mypy odimh5
## Format code
$ black .
## Generate and upload a new version
Update version number in setup.py
Make sure everything is commited
Build the package:
` $ python3 -m build `
Upload it to PyPI:
` $ python3 -m twine upload dist/* `
Tag it:
` $ git tag v0.1.0 $ git push origin --tags `
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 Distribution
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 odimh5-0.1.0.tar.gz.
File metadata
- Download URL: odimh5-0.1.0.tar.gz
- Upload date:
- Size: 3.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6fb193664219b47bc140d263703b83b2a46b2fa7a3831507e50614da321f0a20
|
|
| MD5 |
9ecd9212305a753d9da72631980a0a68
|
|
| BLAKE2b-256 |
ca65a4c3a21312c3b32178aa911756ec0ebbfba7dcb4fa13a78840ec12001147
|
File details
Details for the file odimh5-0.1.0-py3-none-any.whl.
File metadata
- Download URL: odimh5-0.1.0-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.1 importlib_metadata/4.5.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.61.0 CPython/3.7.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d9238729ed04282f381a8084acbb25315f6ccc5cae18a8fbcd5632d6d12cefe3
|
|
| MD5 |
8f9009aabc04448be409b17125ee4313
|
|
| BLAKE2b-256 |
e2f2afb829ed8b05342995c0c5afa7d97b6b856668eb7e43bcfd9e2d544fefd3
|