battery-data-toolkit

Utilities for reading and manipulating battery testing data


Keywords
batteries, science, data
License
Other
Install
pip install battery-data-toolkit==0.3.1

Documentation

Battery Data Toolkit

Python Package Coverage Status PyPI version

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).

This repository also contains example scripts for converting datasets to the HDF5 format.

Installation

The package can be installed with pip: pip install battery-data-toolkit

Project Organization

The scripts folder holds code that processes different datasets used by our collaboration.

Any logic that is general enough to warrant re-use is moved into the batdata Python package.

The Python package also holds the schemas, which are described in schemas.py.