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
c83121a2
Commit
c83121a2
authored
Oct 26, 2021
by
Niall McDaid
Browse files
Make corrections to docstrings
parent
e1ea7cb0
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/lasloader/commands/file_load.py
View file @
c83121a2
...
...
@@ -12,7 +12,7 @@ logger = get_logger(__name__)
def
printlas
(
input_path
):
"""
Print a LAS file header
:param str input_path: Path and filename of a LAS file or folder
or
LAS files
:param str input_path: Path and filename of a LAS file or folder
containing
LAS files
"""
las_parser
=
LasParser
(
LocalFileLoader
())
...
...
src/lasloader/well_service.py
View file @
c83121a2
...
...
@@ -262,7 +262,7 @@ class WellBoreService:
def
_get_wellbore_by_name
(
self
,
wellbore_name
:
str
)
->
str
:
"""
Search for existing wellbores by name and return appropriate value for
the three cases - 1 result, >1 result
s
, 0 results.
the three cases - 1 result, >1 result, 0 results.
:param str wellbore_name: The wellbore name to search for
:return: The id of the matching wellbore
:rtype: str
...
...
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