equinor / vds-slice

Web API for fast access of arbitrary seismic slices from VDS data
GNU Affero General Public License v3.0
3 stars 8 forks source link

Remove OpenVDS safe-guard once OpenVDS is patched #83

Open ErlendHaa opened 1 year ago

ErlendHaa commented 1 year ago

https://github.com/equinor/vds-slice/blob/14a4d95263616783eea810a099ecfedc273230f8/internal/vds/connection.go#L168-L178

Upstream issue tracker: https://community.opengroup.org/osdu/platform/domain-data-mgmt-services/seismic/open-vds/-/issues/167

ErlendHaa commented 1 year ago

This turns out to only be a problem with clang, and is likely related to the azure sdk. In production we compile with gcc so this is a none-issue, but it's still nice to have it for development (where many of us use clang by default)