pygmi.bholes.iodefs#
Import borehole data, currently supports Council for Geoscience data.
Classes#
Import borehole data. |
Functions#
|
Borehole Import. |
Module Contents#
- class pygmi.bholes.iodefs.ImportData(parent=None)#
Bases:
pygmi.misc.BasicModule
Import borehole data.
- Parameters:
parent (parent, optional) – Reference to the parent routine. The default is None.
- settings(nodialog=False)#
Entry point into item.
- Parameters:
nodialog (bool, optional) – Run settings without a dialog. The default is False.
- Returns:
True if successful, False otherwise.
- Return type:
bool
- saveproj()#
Save project data from class.
- Return type:
None.
- pygmi.bholes.iodefs.get_CGS(lithfile, headerfile)#
Borehole Import.
- Parameters:
lithfile (str) – Filename to import.
headerfile (str) – Filename to import.
- Returns:
dat – Dictionary of Pandas dataframes.
- Return type:
dictionary