Skip to main content

RegularBlockModelData

GitHub source

RegularBlockModelData

evo.objects.typed.block_model_ref.RegularBlockModelData

Data for creating a regular block model.

This creates a new block model in the Block Model Service and a corresponding Geoscience Object reference.

Parameters:

NameTypeDescriptionDefault
namestrThe name of the block model.required
originPoint3The origin point (x, y, z) of the block model.required
n_blocksSize3iThe number of blocks in each dimension (nx, ny, nz).required
block_sizeSize3dThe size of each block (dx, dy, dz).required
cell_dataDataFrame | NoneDataFrame with block data. Must contain (x, y, z) or (i, j, k) columns.None
descriptionstr | NoneOptional description.None
coordinate_reference_systemstr | NoneCoordinate reference system (e.g., "EPSG:28354").None
size_unit_idstr | NoneUnit for block sizes (e.g., "m").None
unitsdict[str, str]Dictionary mapping column names to unit IDs.dict()

What is the reason for your feedback?