Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Data Flow
Data Loading
Wellbore DDMS Data Loader
Commits
b2d80d17
Commit
b2d80d17
authored
Feb 28, 2022
by
Niall McDaid
Browse files
small updates
parent
1f7d1293
Pipeline
#96370
passed with stages
in 1 minute and 12 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitignore
View file @
b2d80d17
...
...
@@ -3,4 +3,5 @@ env/
__pycache__/
.vs/
.vscode/
lasloader.egg-info/
\ No newline at end of file
wbdutil.egg-info/
build/
\ No newline at end of file
src/wbdutil/commands/parse.py
View file @
b2d80d17
...
...
@@ -26,7 +26,7 @@ def printlas(input_path):
def
convert
(
input_path
:
str
,
wellbore_id
:
str
,
config_path
:
str
=
None
):
"""
Convert a LAS file to Wellbore and Well Log and write to
json
files.
Convert a LAS file to Wellbore and Well Log and write to
JSON
files.
:param str input_path: Path and filename of a LAS file or folder containing LAS files
:param str wellbore_id: The wellbore id
:param str config_path: Path to the configuration file
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment