Skip to content

Commit

Permalink
change to json section format
Browse files Browse the repository at this point in the history
  • Loading branch information
Zabamund committed Aug 18, 2019
1 parent 2a3896a commit 4cae60c
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions wellpathpy/header.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,18 @@ def read_header_json(fname):
Parameters
----------
fname: str,
fname: str
path to a json file
the json file should have the following format:
{"datum": "kb",
{
"datum": "kb",
"elevation_units": "m",
"elevation": 100.0,
"surface_coordinates_units": "m",
"surface_easting": 1000.0,
"surface_northing": 2000.0}
"surface_northing": 2000.0
}
datum: str
usually one of kb, dfe, rt
Expand Down

0 comments on commit 4cae60c

Please sign in to comment.