geost.models.VoxelModel#

class geost.models.VoxelModel(ds: Dataset)[source]#
__init__(ds: Dataset)[source]#

Methods

__init__(ds)

select(**xr_kwargs)

Use Xarray selection functionality to select indices along specified dimensions.

select_bottom()

select_by_values()

select_index(**xr_kwargs)

Use Xarray selection functionality to select indices along specified dimensions.

select_surface_level()

select_top()

select_with_line()

select_with_points(points)

Select voxel columns at the locations of point geometries.

select_within_bbox()

select_within_polygons()

slice_depth_interval()

zslice_to_tiff()

Attributes

crs

horizontal_bounds

resolution

Return a tuple (dy, dx, dz) of the VoxelModel resolution.

shape

sizes

variables

vertical_bounds

xmax

xmin

ymax

ymin

zmax

zmin