Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
S
Segy to ZGY Conversion DAG
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 Software
OSDU Data Platform
Data Flow
Data Ingestion
Segy to ZGY Conversion DAG
Commits
794e6d1e
Commit
794e6d1e
authored
9 months ago
by
Erik Dahl
Browse files
Options
Downloads
Patches
Plain Diff
Check the correct environment variable!
parent
e4df8fd5
No related branches found
No related tags found
1 merge request
!416
Histogram and statistics support
Pipeline
#257413
failed
9 months ago
Stage: build
Stage: test
Stage: containerize
Stage: bootstrap_dag
Stage: publish_dag
Stage: deploy
Stage: bootstrap
Stage: end_to_end_postman_tests
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+8
-3
8 additions, 3 deletions
.gitignore
segysdk/src/tools/SegyIndexerService/SegyIndexing/SegyIndexerService.cpp
+1
-1
1 addition, 1 deletion
...ls/SegyIndexerService/SegyIndexing/SegyIndexerService.cpp
with
9 additions
and
4 deletions
.gitignore
+
8
−
3
View file @
794e6d1e
...
...
@@ -52,6 +52,11 @@ buildNumber.properties
.env
.env_*
build
/segysdk/build
/build
/ed
/ed2
/segysdk/src/AuthPlugin/build
/segysdk/src/tests/OsduMetadataTests/OsduMetadataTests/edSave
/segysdk/src/tests/OsduMetadataTests/edSave
/segysdk/src/OsduMetaDataUtilities/edSave
/segysdk/src/tests/OsduMetadataTests/OsduMetadataTests
This diff is collapsed.
Click to expand it.
segysdk/src/tools/SegyIndexerService/SegyIndexing/SegyIndexerService.cpp
+
1
−
1
View file @
794e6d1e
...
...
@@ -297,7 +297,7 @@ GenerateStatisticsAndHistogram(const std::shared_ptr<segysdk::segyindex::SegyInd
auto
libraryLoader
=
std
::
make_unique
<
segysdk
::
library_loader
::
DynamicLibraryLoader
>
(
pluginPath_
);
segysdk
::
statistics_generator
::
StatisticsGeneratorPlugin
statisticsPlugin
(
std
::
move
(
libraryLoader
));
const
bool
forceOverwrite
=
segysdk
::
utilities
::
Environment
::
instance
().
overwrite
Extracted2DNavigation
();
const
bool
forceOverwrite
=
segysdk
::
utilities
::
Environment
::
instance
().
overwrite
Statistics
();
constexpr
bool
verbose
=
true
;
const
auto
fileCollectionSegyId
=
!
fileCollectionId
.
empty
()
?
fileCollectionId
:
fileCollectionName
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment