Skip to main content

RegularMasked3DGrid

GitHub source

RegularMasked3DGrid

evo.objects.typed.regular_masked_grid.RegularMasked3DGrid

A GeoscienceObject representing a regular masked 3D grid.

The object contains a dataset for the cells of the grid, where only active cells (as defined by the mask) have attribute values.

attributes

attributes: Attributes

The cell attributes of this grid (alias for cells.attributes).

to_dataframe

to_dataframe(*keys: str, fb: IFeedback = NoFeedback) -> pd.DataFrame

Get a dataframe containing the cell attributes.

Parameters:

NameTypeDescriptionDefault
keysstrOptional list of attribute keys to include. If not provided, all attributes are included.()
fbIFeedbackOptional feedback object to report download progress.NoFeedback

Returns:

TypeDescription
DataFrameA DataFrame with cell attribute columns.

What is the reason for your feedback?