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
bd11bae2
Commit
bd11bae2
authored
Oct 15, 2021
by
Gregory Harris
Browse files
Correcting some of the doc strings
parent
8eb61789
Pipeline
#72064
passed with stage
in 52 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/lasloader/commands/download.py
View file @
bd11bae2
...
...
@@ -16,11 +16,12 @@ def download_las(url: str,
outfile
:
str
,
curves
:
list
[
str
]
=
None
):
"""
Retrieve
and print
welllog data from an OSDU instance
Retrieve welllog data from an OSDU instance
and save to a LAS format file
:param str url: The base URL of the OSDU instance
:param str token: a valid bearer token that is used to authenticate against the OSDU instance
:param str config_path: Path to the las metadata file
:param str wellbore_id: The well bore id of the record to retrieve
:param str welllog_id: The well bore id of the record to retrieve
:param str outfile: The path of the output file
:param list[str] curves: The curves to retrieve, use None to get all curves
"""
config
=
Configuration
(
LocalFileLoader
(),
config_path
)
...
...
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