resqpy.property.WellLog

class resqpy.property.WellLog(collection, uuid)

Bases: object

Thin wrapper class around RESQML properties for well logs.

Methods:

__init__(collection, uuid)

Create a well log from a part name.

values()

Return log data as numpy array.


__init__(collection, uuid)[source]

Create a well log from a part name.

values()[source]

Return log data as numpy array.

Note

may return 2D numpy array with shape (num_depths, num_columns).