Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.1 KB

README.md

File metadata and controls

20 lines (16 loc) · 1.1 KB

Crome datalog converter to Megalogviewer

This Python script converts Crome datalog files (csv) to Megalogviewer csv-friendly datalog files It replaces double quotes, as well as the file header. It also convert imperial to metric units

Crome datalog example using Megalogviewer

Steps

  • Open a .dlf datalog with Crome
  • Save it as .csv datalog
  • Run converter.py my-datalog.csv
  • Open the newly created edited-my-datalog.csv with Megalogviewer

Make a Windows executable package

Windows context menu example