Skip to content

Python module and command line tool for reading and converting Neware nda and ndax battery cycling data files.

License

Notifications You must be signed in to change notification settings

ml-evs/NewareNDA

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

release

NewareNDA

© 2024 Copyright SES AI
Author: Daniel Cogswell
Email: [email protected]

Python module and command line tool for reading and converting Neware nda and ndax battery cycling files. Auxiliary temperature fields are currently supported in nda format, with support for ndax auxiliary fields in development.

Installation

To install from the PyPi package repository:

pip install NewareNDA

To install the development branch directly from Github:

pip install git+https://github.com/Solid-Energy-Systems/NewareNDA.git@development

To install from source, clone this repository and run:

cd NewareNDA
pip install .

Usage

import NewareNDA
df = NewareNDA.read('filename.nda')

Command-line interface:

NewareNDA-cli.py in_file.nda --format feather out_file.ftr

The following --format options are supported: csv, excel, feather, hdf, json, parquet, pickle, stata

Troubleshooting

If you encounter a key error, it is often the case that your file has a hardware setting that we have not seen before. Usually it is a quick fix that requires comparing output from BTSDA with values extracted by NewareNDA. Please start a new Github Issue and we will help debug.

About

Python module and command line tool for reading and converting Neware nda and ndax battery cycling data files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%