pyvista.examples.downloads.download_topo_land#
- download_topo_land(load=True)[source]#
Download topo land dataset.
- Parameters:
- Returns:
pyvista.PolyData
|str
DataSet or filename depending on
load
.
Examples
>>> from pyvista import examples >>> dataset = examples.download_topo_land() >>> dataset.plot( ... clim=[-2000, 3000], cmap="gist_earth", show_scalar_bar=False ... )
See also
- Topo Land Dataset
See this dataset in the Dataset Gallery for more info.
This dataset is used in the following examples: