Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 876 Bytes

ags.rst

File metadata and controls

30 lines (19 loc) · 876 Bytes

Athabasca well logs

.. autofunction:: petrodc.ags.get_las

.. autofunction:: petrodc.ags.plot_log

Example

>>> import petrodc.ags as ags
>>> las_files = ags.get_las(2)      # fetch the first 2 well logs from the Special Report 006 Athabasca Oil Sands Data
>>> my_las = list(las_files.values())[1]        # get its respective df from dict
>>> ags.plot_log(my_las).show()     # plotting logs

well-log

Web Application

There is also the web-app based on petrodc: