This program is used to open Log files generated by Ross-Tech's VCDS Software Application for the purpose of data analysis. The goal of this project is to have a fully functional analyzer that can synchronize block timestamps and provide alerts, as well as useful information about what the sensors reported during the Log. This should be handy to the layman who wants an in depth picture of their car's performance.
Stars
2
Forks
0
Watchers
2
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
9
commits
Merge branch 'file_parser' of https://github.com/8ValveLabs/VCDS-Analyst into file_parser
34fc4e3View on GitHubprocess.py now imports the CSV into 3 lists, Headings, Units, and Rows. The rows are organized by its corrosponding timestamp (3D Arrays). Next thing to do is to get the row timestamps synchronized between the sensors, which will open up tons of options.
fbfddf7View on GitHubMerge branch 'master' of https://github.com/8ValveLabs/VCDS-Analyst
fd860d3View on GitHubBegan building function too open VCDS-Formatted csv Logs, instead of manual entry. So far this function successfully opens and strips unnecessary info from the header of the log file, than reads in the columns, units, and rows of the log file into list arrays.
2f935cdView on GitHubFirst commit. Created core file process.py which currently is a command line script that looks for files actual.csv, timing.csv, and specified.csv. It than displays some useful information about the log.
0f9327bView on GitHub