Python script to parse VEDA4 outputs to a simple Excel spreadsheet
Change the variables "dd2_file_path" and "vdf_file_path" to the full path to your VEDA outpputs and the script should work, generating a comprehensive Excel file for you.
- Python >= 3.6
- pandas, re, xlsxwriter, itertools