Tools for dealing with IML-Resi PowerDrill data using python.
THIS PACKAGE IS UNOFFICAL AND HAS BEEN DEVELOPED INDEPENDENT OF IML
Current limitations:
- Focus is on actual measurements made by the tool rather than meta-info.
- Poor support for data generated in PD-Tools (e.g. "assessments").
https://pypi.org/project/imlresi/
pip install imlresi
from imlresi.trace import Trace
tr = Trace()
tr.read('trace.rgp')
tr.to_json()