Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
Open VDS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OSDU
OSDU Data Platform
Domain Data Management Services
Seismic
Open VDS
Merge requests
!446
WaveletAdaptiveRatio and WaveletAdaptiveTolerance in connection string
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
WaveletAdaptiveRatio and WaveletAdaptiveTolerance in connection string
feature/jorgen.lind/waveletadaptiveconnectionstring
into
master
Overview
0
Commits
1
Pipelines
2
Changes
7
Merged
Jørgen Lind
requested to merge
feature/jorgen.lind/waveletadaptiveconnectionstring
into
master
3 years ago
Overview
0
Commits
1
Pipelines
2
Changes
7
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
fcd747bc
1 commit,
3 years ago
7 files
+
365
−
75
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
docs/connection.rst
+
14
−
2
Options
@@ -25,8 +25,20 @@ of the SAS url and prepend ``https``.
The ``connection`` string will provide ``protocol`` or backend specific data for
the connection to the VDS. The string is a key/value string where the key and
value is separated with a ``=``. Each key/value pair is separated with a ``;``. It
is allowed for the value to contain extra ``=``, but the key can not.
value is separated with a ``=``. Each key/value pair is separated with a ``;``.
It is allowed for the value to contain extra ``=``, but the key can not. Having
duplicate keys is allowed, and the value of the latter specified key that will
be used.
There are some globally recognized keys for the connection string. They are:
- WaveletAdaptiveTolerance
- WaveletAdaptiveRatio
- WaveletAdaptiveMode
``WaveletAdaptiveMode`` should normally not be used since specifying either
``WaveletAdaptiveTolerance`` or ``WaveletAdaptiveRatio`` will set the correct
``WaveletAdaptiveMode``. However, it is possible to set ``WaveletAdaptiveMode`` to
``BestQuality`` to get the default behavior for a ``connection`` string.
The recognised keys for ``s3`` connection string are
Loading