load_channels#
- load_channels() ImageData[source]#
Load a uniform grid of fluvial channels in the subsurface.
- Returns:
pyvista.ImageDataDataset.
Examples#
Download Python source code | Download Jupyter notebook
>>> from pyvista import examples
>>> dataset = examples.load_channels()
>>> dataset.plot()
See also
- Channels Dataset
See this dataset in the Dataset Gallery for more info.