I recently found your nice parser for mdf data files. Thanks therefore. It works like charme :)
Is it still developed? I´m looking forward to the following features:
Data interpolation
Merging several files
Furthermore, reading big data files ist very slow and uses a large amount of my RAM.
Using the mdfreader module from https://code.google.com/p/mdfreader/ is faster by a factor of 2 and uses half RAM.
Do you know pandas? Maybe you can think of a function to export the data to pandas DataFrames (if interpolated) or Series.
Regards,
Legout
Last edit: Volker L. 2014-02-11
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I recently found your nice parser for mdf data files. Thanks therefore. It works like charme :)
Is it still developed? I´m looking forward to the following features:
Furthermore, reading big data files ist very slow and uses a large amount of my RAM.
Using the mdfreader module from https://code.google.com/p/mdfreader/ is faster by a factor of 2 and uses half RAM.
Do you know pandas? Maybe you can think of a function to export the data to pandas DataFrames (if interpolated) or Series.
Regards,
Legout
Last edit: Volker L. 2014-02-11