gempy.core.data.Grid

class gempy.core.data.Grid(extent=None, resolution=None)[source]

Examples using gempy.core.data.Grid

Video Tutorial “code-along”: Modeling step by step

Video Tutorial "code-along": Modeling step by step

Video Tutorial “code-along”: Onlap relations

Video Tutorial "code-along": Onlap relations

Basics: Data Classes and Modeling API

Basics: Data Classes and Modeling API

Building a Model from Scratch

Building a Model from Scratch

Grids: Regular, Octree, and Custom

Grids: Regular, Octree, and Custom

2D Visualization: Sections and Custom Plots

2D Visualization: Sections and Custom Plots

3D Visualization: Interactive Model and Custom Plots

3D Visualization: Interactive Model and Custom Plots

Forward Gravity Modeling

Forward Gravity Modeling

Alès Basin, France

Alès Basin, France

Hecho, Spanish Pyrenees

Hecho, Spanish Pyrenees

Perth Basin, Western Australia

Perth Basin, Western Australia

Methods

__init__([extent, resolution])

deserialize_properties(data, constructor)

get_section_args(section_name)

init_dense_grid(extent, resolution)

init_octree_grid(extent, octree_levels[, ...])

set_octree_grid(regular_grid)

set_octree_grid_by_levels(octree_levels, ...)

Attributes

active_grids

binary_meta_data

bounding_box

centered_grid

corner_max

corner_min

custom_grid

dense_grid

extent

grid_binary

octree_grid

octree_levels

regular_grid

sections

topography

transform

values

length

class GridTypes(*values)[source]
__init__(extent=None, resolution=None)[source]