{"id":24796443,"url":"https://github.com/umerghafoor/battery-degradation-trajectory-prediction","last_synced_at":"2025-09-09T11:06:34.042Z","repository":{"id":199118921,"uuid":"702103821","full_name":"umerghafoor/battery-degradation-trajectory-prediction","owner":"umerghafoor","description":"This repository contains Python scripts for reading, analyzing, and visualizing time-series data, specifically related to a battery or energy storage system. ","archived":false,"fork":false,"pushed_at":"2024-02-26T05:37:39.000Z","size":258305,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-05T21:04:57.703Z","etag":null,"topics":["data-visualization","jupyter-notebook","machine-learning","python"],"latest_commit_sha":null,"homepage":"","language":"Jupyter Notebook","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/umerghafoor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-10-08T14:04:20.000Z","updated_at":"2024-11-16T21:02:59.000Z","dependencies_parsed_at":"2023-12-24T19:53:13.028Z","dependency_job_id":"7341ebfd-a9e5-4b90-94d5-093997f7d594","html_url":"https://github.com/umerghafoor/battery-degradation-trajectory-prediction","commit_stats":null,"previous_names":["umerghafoor/xyz"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/umerghafoor/battery-degradation-trajectory-prediction","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umerghafoor%2Fbattery-degradation-trajectory-prediction","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umerghafoor%2Fbattery-degradation-trajectory-prediction/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umerghafoor%2Fbattery-degradation-trajectory-prediction/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umerghafoor%2Fbattery-degradation-trajectory-prediction/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/umerghafoor","download_url":"https://codeload.github.com/umerghafoor/battery-degradation-trajectory-prediction/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umerghafoor%2Fbattery-degradation-trajectory-prediction/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274287591,"owners_count":25257472,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-09T02:00:10.223Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["data-visualization","jupyter-notebook","machine-learning","python"],"created_at":"2025-01-30T00:36:28.368Z","updated_at":"2025-09-09T11:06:33.989Z","avatar_url":"https://github.com/umerghafoor.png","language":"Jupyter Notebook","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Time-Series Data Analysis with Python\n\nThis repository contains Python scripts for reading, analyzing, and visualizing time-series data, specifically related to a battery or energy storage system. The code uses pandas for data manipulation, matplotlib for plotting, and includes various functions for data processing.\n\n## Table of Contents\n\n1. [Prerequisites](#prerequisites)\n2. [Getting Started](#getting-started)\n3. [Variables](#variables)\n4. [Contributing](#contributing)\n\n## Prerequisites\n\nBefore running the scripts, ensure you have the following installed:\n\n- Python (3.x recommended)\n- Pandas\n- Matplotlib\n\nYou can install the required dependencies using:\n\n```\npip install pandas matplotlib pandas numpy\n```\n# Getting Started\n1. Clone this repository:\n```\ngit clone hhttps://github.com/umerghafoor/battery-degradation-trajectory-prediction\n```\n2. Install dependencies:\n```\npip install pandas matplotlib pandas numpy\n```\n3. Download and palce data in data folder\n    https://publications.rwth-aachen.de/record/818642\n4. place in `data` folder\n5. run `extract data.ipynb`\n\n# Variables\n- AhAkku: Total ampere-hours. With predominant discharge this value becomes negative [Ah]\n- AhEla: Ampere-hours of all executed discharge steps until now [Ah]\n- AhLad: Ampere-hours of all executed charge steps until now [Ah]\n- AhStep: Ampere-hours of the current program step [Ah]\n- Energie: Total energy. With predominant discharge this value becomes negative [Wh]\n- Programmdauer: Time [ms]\n- Prozedur: (secondary importance) Subprogram currently running.\n- Prozedurebene: (secondary importance) Level of the subprogram depth currently running.\n- Schritt: The program step that was executed when creating the registry entry [/]\n- Schrittdauer: Time since the beginning of the step performed when creating the registry entry [ms]\n- Spannung: Voltage [V]\n- Strom: Current [A]\n- TempX: cell surface temperature [°C]. Number X can be neglected and is cell specific.\n- WhStep: Energy of the current program step [Wh]\n- Zeit: Unix timestamp\n- Zustand: State of the battery tester.\n- Zyklus: In programs with loop constructions the Zyklus is an information about how many repetitions of the loop the registration entry was created.\n- Zyklusebene: Can be neglected. (only non-zero when the test there is a loop within a loop)\n\n# Contributing\nContributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or create a pull request.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumerghafoor%2Fbattery-degradation-trajectory-prediction","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fumerghafoor%2Fbattery-degradation-trajectory-prediction","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumerghafoor%2Fbattery-degradation-trajectory-prediction/lists"}