###############################################################
# Supplementary Data						#
# ------------------						#
# 								#
# Authors: Lukas Merkle, Michael Pöthig and Florian Schmid	#
# Institute of Automotive Engineering				#
# Technical University of Munich				#
# 2021								#
#								#
##############################################################

The folder structure holds supplementary data for the paper "Estimate e-Golf Battery State Using Diagnostic Data and a Digital Twin"


Folder "charging"
-----------------
Holds one dataset which was recorded charging the e-Golf. All are queried and included.
Base for the estimate of the capacity.



Folder "driving"
----------------
Holds multiple files which were recorded during the work on this paper. Base for the estiamation od internal resistances.




Data Format
-----------
The data are stored in python pickle format using python3. Read data like so:
data = pickle.load(open(PATH/TO/FILE.p, "rb")

Python Version: Python 3.8.5
Pickle Version: 4.0



Contact
-------
lukas.merkle@tum.de
