GitHub source

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:

Name Type Description Default
keys str

Optional list of attribute keys to include. If not provided, all attributes are included.

()
fb IFeedback

Optional feedback object to report download progress.

NoFeedback

Returns:

Type Description
DataFrame

A DataFrame with cell attribute columns.