Skip to content

Resampling a seismic cube into a 3D grid property. #1550

@jcrivenaes

Description

@jcrivenaes

There is an Orion request that xtgeo should resample a seismic cube into a 3D grid property. There are differerent ways of doing this, but starting with a "nearest node" should be a simple approach. Other approaches may be cubic or linear.

Possible code outline:

grd = xtgeo.grid_from...(...)
cube = xtgeo.cube_from_...(...)

grid_property = grd.sample_from_cube(cube, interpolation="nearest")

EDIT:

grid_property = xtgeo.gridproperty_from_cube(grd, cube, ...)

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions