Skip to content

Merge slb-master feature branch with master branch

Erik Dahl requested to merge slb-master into master

Type of change

  • Bug Fix
  • Feature

Does this introduce a change in the core logic?

  • [Yes]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Updates description?

Fixes: Integrate cumulative updates from slb-master integrated over the past 4 months: Fixes:

  • preserve context when creating SegySession
  • Avoid loading index during session creation.
  • Streamline GSM progress reporting
  • Build and publish python wrapper for Ubuntu
  • Erase File Manager cache when session is destroyed
  • Set reasonable tolerance threshold for sample range comparisons
  • update expected result for target filename
  • Restore ReadCache functionality: do not drop freshly read file data blocks. Refactor ReadCache to improve code readability
  • unlock dataset before write
  • cache and return actual number of bytes read by file reader
  • SeismicTraceData updated with inline, crossline and sample range if missing during indexing
  • Removed obsolete fields from SeismicTraceData after ZGY conversion
  • Make getIndex() also load the index if it exists

Features:

  • Upgraded to version 0.2.970 of OpenZGY API
  • allow index overwrite on SegyToZgy
  • OSDU Metadata handling utilities work
  • API Test Framework work

Merge request reports