download_topo_land#
- download_topo_land(load: bool = True) PolyData | str[source]#
Download topo land dataset.
- Parameters:
- Returns:
- output
pyvista.PolyData|str DataSet or filename depending on
load.
- output
Examples#
Download Python source code | Download Jupyter notebook
>>> 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: