diff --git a/wellpathpy/header.py b/wellpathpy/header.py index 3a05baf..bfdeadc 100644 --- a/wellpathpy/header.py +++ b/wellpathpy/header.py @@ -22,6 +22,10 @@ def read_header_json(fname): "surface_northing": 2000.0 } + Notes + ----- + json file keys are: + datum: str usually one of kb, dfe, rt elevation_units: str @@ -35,9 +39,9 @@ def read_header_json(fname): surface_northing: float, optional wellhead surface location in north of reference - Notes - ----- - Datum is not used in calculation + + datum is not used in calculation + Abbreviations used: kb (kelly bushing) dfe (drill floor elevation) @@ -45,7 +49,6 @@ def read_header_json(fname): m (metres) ft (feet) - Returns ------- dict