VoxelModel#

Constructor#

VoxelModel(ds)

VoxelModel.from_netcdf(nc_path[, data_vars, ...])

Read data from a NetCDF file of a voxelmodel data into a VoxelModel instance.

Methods#

VoxelModel.isel(**xr_kwargs)

Use Xarray selection functionality to select indices along specified dimensions.

VoxelModel.sel(**xr_kwargs)

Use Xarray selection functionality to select indices along specified dimensions.

VoxelModel.select_bottom()

VoxelModel.select_by_values()

VoxelModel.select_surface_level()

VoxelModel.select_top()

VoxelModel.select_with_line()

VoxelModel.select_with_points(points)

Select voxel columns at the locations of point geometries.

VoxelModel.select_within_bbox()

VoxelModel.select_within_polygons()

VoxelModel.slice_depth_interval()

VoxelModel.zslice_to_tiff()

Attributes#