https://github.com/ROVI-org/battery-data-toolkit
Utilities for reading and manipulating battery testing data
https://github.com/ROVI-org/battery-data-toolkit
Last synced: 5 months ago
JSON representation
Utilities for reading and manipulating battery testing data
- Host: GitHub
- URL: https://github.com/ROVI-org/battery-data-toolkit
- Owner: ROVI-org
- License: apache-2.0
- Created: 2020-03-10T14:46:00.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T18:02:56.000Z (6 months ago)
- Last Synced: 2024-10-30T01:36:25.350Z (6 months ago)
- Language: Jupyter Notebook
- Homepage: https://rovi-org.github.io/battery-data-toolkit/
- Size: 1.73 MB
- Stars: 39
- Watchers: 4
- Forks: 8
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- open-sustainable-technology - Battery Data Toolkit - Converts battery testing data from native formats to a standardized HDF5 file. (Energy Storage / Battery)
README
# Battery Data Toolkit
[](https://github.com/rovi-org/battery-data-toolkit/actions/workflows/python-package.yml)
[](https://rovi-org.github.io/battery-data-toolkit/)
[](https://coveralls.io/github/ROVI-org/battery-data-toolkit?branch=main)
[](https://badge.fury.io/py/battery-data-toolkit)The battery-data-toolkit, `batdata`, converts battery testing data from native formats to a standardized HDF5 file.
These HDF5 files contain the metadata needed to understand the source of the data,
and can be easily manipulated by common analysis libraries (e.g., Pandas).## Installation
The package can be installed with pip: `pip install battery-data-toolkit`
## Documentation
Please find the documentation at: https://rovi-org.github.io/battery-data-toolkit/