geost.models.VoxelModel#
- class geost.models.VoxelModel(ds: Dataset)[source]#
-
Methods
__init__
(ds)select
(**xr_kwargs)Use Xarray selection functionality to select indices along specified dimensions.
select_index
(**xr_kwargs)Use Xarray selection functionality to select indices along specified dimensions.
select_with_points
(points)Select voxel columns at the locations of point geometries.
Attributes
Return a tuple (dy, dx, dz) of the VoxelModel resolution.