ERT.petro_Archie.CATHY_2_pg

Contents

ERT.petro_Archie.CATHY_2_pg#

ERT.petro_Archie.CATHY_2_pg(mesh_CATHY, ERT_meta_dict, scalar='saturation', show=False, **kwargs)[source]#

Interpolate CATHY mesh attribute to pygimli mesh. Add a new [scalar] attribute to the pygimli mesh (create a new mesh)

Parameters:
  • mesh_CATHY (pvmesh) – CATHY mesh to transform to pygimli.

  • ERT_meta_dict (dict) – Dictionnary containing ERT metadata (mesh, format, ..).

  • scalar (str, optional) – scalar attribute to interpolate. The default is ‘saturation’.

  • show (bool, optional) – show the result of the interpolation using pyvista. The default is False.

  • **kwargs (TYPE) – path : path of the mesh to overwrite

Returns:

  • mesh_new_attr (TYPE) – DESCRIPTION.

  • scalar_new (TYPE) – DESCRIPTION.