equinor / xtgeo

XTGeo Python class library for subsurface Surfaces, Cubes, Wells, Grids, Points, etc
https://xtgeo.readthedocs.io/en/latest/
GNU Lesser General Public License v3.0
110 stars 58 forks source link

Improve surface from 3D grid function #1248

Closed jcrivenaes closed 1 month ago

jcrivenaes commented 1 month ago

The current xtgeo.surface_from_grid3d() needs improvement, related to a an issue in fmu.tools: https://github.com/equinor/fmu-tools/issues/223

When doing this, a rewriting C side code should be done using C++/pybind11, see #1247