Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 2 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 (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T18:02:56.000Z (2 months ago)
- Last Synced: 2024-10-30T01:36:25.350Z (2 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
[![Python Package](https://github.com/rovi-org/battery-data-toolkit/actions/workflows/python-package.yml/badge.svg)](https://github.com/rovi-org/battery-data-toolkit/actions/workflows/python-package.yml)
[![Deploy Docs](https://github.com/ROVI-org/battery-data-toolkit/actions/workflows/gh-pages.yml/badge.svg?branch=main)](https://rovi-org.github.io/battery-data-toolkit/)
[![Coverage Status](https://coveralls.io/repos/github/ROVI-org/battery-data-toolkit/badge.svg?branch=main)](https://coveralls.io/github/ROVI-org/battery-data-toolkit?branch=main)
[![PyPI version](https://badge.fury.io/py/battery-data-toolkit.svg)](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/