load_channels

load_channels#

load_channels() ImageData[source]#

Load a uniform grid of fluvial channels in the subsurface.

Returns:
pyvista.ImageData

Dataset.

Examples#

Download Python source code | Download Jupyter notebook

>>> from pyvista import examples
>>> dataset = examples.load_channels()
>>> dataset.plot()
../../../_images/pyvista-examples-examples-load_channels-c4326f9356d48a6e_00_00.png

See Also#

Channels Dataset

See this dataset in the Dataset Gallery for more info.