GithubHelp home page GithubHelp logo

python-repository-hub / data-driven-prediction-of-battery-cycle-life-before-capacity-degradation Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rdbraatz/data-driven-prediction-of-battery-cycle-life-before-capacity-degradation

0.0 0.0 0.0 116 KB

Code for Nature energy manuscript

MATLAB 10.13% Jupyter Notebook 89.87%

data-driven-prediction-of-battery-cycle-life-before-capacity-degradation's Introduction

data-driven-prediction-of-battery-cycle-life-before-capacity-degradation

NOTE: For access to the modeling code, please contact Richard Braatz at [email protected] for the academic license. Only the data processing code is available without agreeing to a license.

The code in this repository shows how to load the data associated with the paper 'Data driven prediciton of battery cycle life before capacity degradation' by K.A. Severson, P.M. Attia, et al. The data is available at https://data.matr.io/1/. There you can also find more details about the data.

This analysis was originally performed in MATLAB, but here we also provide access information in python. In the MATLAB files (.mat), this data is stored in a struct. In the python files (.pkl), this data is stored in nested dictionaries.

To execute the python code, we recommended setting up a new python environment with packages matching the requirements.txt file. You can do this with conda: conda create --name --file requirements.txt

The data associated with each battery (cell) can be grouped into one of three categories: descriptors, summary, and cycle.

  • Descriptors for each battery include charging policy, cycle life, barcode and channel. Note that barcode and channel are currently not available in the pkl files).
  • Summary data include information on a per cycle basis, including cycle number, discharge capacity, charge capacity, internal resistance, maximum temperature, average temperature, minimum temperature, and chargetime.
  • Cycle data include information within a cycle, including time, charge capacity, current, voltage, temperature, discharge capacity. We also include derived vectors of discharge dQ/dV, linearly interpolated discharge capacity (i.e. Qdlin) and linearly interpolated temperature (i.e. Tdlin).

The LoadData files show how the data can be loaded and which cells were used for analysis in the paper.

data-driven-prediction-of-battery-cycle-life-before-capacity-degradation's People

Contributors

hwaxxer avatar kseverso avatar patrickherring-tri avatar petermattia avatar rdbraatz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.