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

Difference api #237

Closed yngve793 closed 7 months ago

yngve793 commented 8 months ago

Current endpoints are generalised to accept a list of blob URL´s and corresponding SAS keys and a binary_operator. If two blobs are provided the binary_operator defines how these are combined into a single data source. Typical example here is to take the difference between two blobs. With the exception of providing blob URL´s and SAS keys in a list the existing functionality is identical.

G-tests and e2e tests are added to test the new functionality using the binary_operator.

yngve793 commented 7 months ago

Replaced by #240