plopm.utils.mapping module

Utiliy function for the grid and locations in the geological models.

plopm.utils.mapping.handle_slide_x(dic, n)

Processing the selected yz slide to obtain the grid properties

Args:

dic (dict): Global dictionary

Returns:

dic (dict): Modified global dictionary

plopm.utils.mapping.handle_slide_y(dic, n)

Processing the selected xz slide to obtain the grid properties

Args:

dic (dict): Global dictionary

Returns:

dic (dict): Modified global dictionary

plopm.utils.mapping.handle_slide_z(dic, n)

Processing the selected xy slide to obtain the grid properties

Args:

dic (dict): Global dictionary

Returns:

dic (dict): Modified global dictionary

plopm.utils.mapping.map_xycoords(dic, var, quan, n)

Map the properties from the simulations to the 2D slide

Args:

dic (dict): Global dictionary

Returns:

dic (dict): Modified global dictionary

plopm.utils.mapping.map_xzcoords(dic, var, quan, n)

Map the properties from the simulations to the 2D slide

Args:

dic (dict): Global dictionary

Returns:

dic (dict): Modified global dictionary

plopm.utils.mapping.map_yzcoords(dic, var, quan, n)

Map the properties from the simulations to the 2D slide

Args:

dic (dict): Global dictionary

Returns:

dic (dict): Modified global dictionary

plopm.utils.mapping.rotate_grid(dic, n)

Rotate the grid if requiered.

Args:

dic (dict): Global dictionary

Returns:

dic (dict): Modified global dictionary