Dataset

petropy.log_data(source)[source]

retrieves log data for a formation

Parameters:source (str {'WFMP'}) – source location for log data
Returns:Log object of data source
Return type:petropy.Log
Raises:ValueError – If source is not in dictionary key

Example

>>> import petropy as ptr
# reads sample Wolfcamp Log from las file
>>> log = ptr.log_data('WFMP')