Skip to content

Tools for dealing with IML-Resi PowerDrill data using python

License

Notifications You must be signed in to change notification settings

hammockman/imlresi-pypi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imlresi

Tools for dealing with IML-Resi PowerDrill data using python.

THIS PACKAGE IS UNOFFICAL AND HAS BEEN DEVELOPED INDEPENDENT OF IML

Current limitations:

  1. Focus is on actual measurements made by the tool rather than meta-info.
  2. Poor support for data generated in PD-Tools (e.g. "assessments").

Install

https://pypi.org/project/imlresi/

pip install imlresi

Use

from imlresi.trace import Trace

tr = Trace()
tr.read('trace.rgp')
tr.to_json()

About

Tools for dealing with IML-Resi PowerDrill data using python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published