Graphics.ImportDOVInPython - lordmundi/wikidoctest GitHub Wiki

Import DOV in Python

This is a python code fragment that will read in a .dov file recorded in EDGE (via the Simdata plugin) and parse it and place it into a "pandas" data analysis structure (which would make it easy to analyze, write out in different formats, etc.).

For reference, the pandas page is: http://pandas.pydata.org

Download