Ionworks Data Processing
This is a read-only mirror. The source of truth is a private repo.
A library for processing experimental battery data into the common format used across Ionworks software. ionworksdata reads files from common battery cyclers (BaSyTec, BioLogic, Maccor, Neware, Novonix, Repower, generic CSV, BDF), normalizes units and sign conventions, and summarizes cycling data into step- and cycle-level tables.
Installation
pip install ionworksdata
Quick example
import ionworksdata as iwd
# Reader is auto-detected from the file
data = iwd.read.time_series("path/to/file.mpt")
Documentation
- Preparing data for Ionworks Studio: docs.ionworks.com/data/preparing-data — supported cyclers, custom column mappings, BDF, and troubleshooting.
- API reference: data.docs.ionworks.com — complete reference for
read,write,transform,steps, andload. - Changelog:
CHANGELOG.mdfor this package; docs.ionworks.com/changelog for the full Ionworks platform changelog.
Reporting issues
If a cycler file doesn't process correctly, please open an issue with a minimal working example:
- The data file that reproduces the problem (anonymize it first if it contains anything sensitive — trimming to the smallest excerpt that still reproduces is ideal).
- What you tried — the exact
ionworksdatacall and any options you used. - The full error or incorrect output you got.
By attaching a data file you grant us permission to use it in our regression test suite so the fix stays fixed. If you can't share the file under those terms, please include the smallest possible synthetic reproducer instead.
Release files for ionworksdata 0.18.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| ionworksdata-0.18.0.tar.gz | 145.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| ionworksdata-0.18.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 317.6 kB
Release files / ionworksdata-0.18.0.tar.gz
| Download URL | ionworksdata-0.18.0.tar.gz |
|---|---|
| Size | 145.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
ca4ad3c49408d2da37a4765c95da330430a344af1165bd5234f1e154251419ab
|
|
BLAKE2b-256 checksum How to use checksums |
bcf1a37978e1e244703982548dd0ddf6ca3fe02d00362300389bf7d3597799cd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Release files / ionworksdata-0.18.0-py3-none-any.whl
| Download URL | ionworksdata-0.18.0-py3-none-any.whl |
|---|---|
| Size | 171.8 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
71e59851e5c9af38efc94f2ef2714ea59b17eb72156e573a8855de3e067082e4
|
|
BLAKE2b-256 checksum How to use checksums |
f82462020a259dfec85bad59097adffe2319a6f8580108f797afab1eadd6bfcd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|