pyvista.examples.downloads.download_usa#

download_usa(load=True)[source]#

Download usa dataset.

Parameters:
loadbool, default: True

Load the dataset after downloading it when True. Set this to False and only the filename will be returned.

Returns:
pyvista.DataSet | str

DataSet or filename depending on load.

Examples

>>> from pyvista import examples
>>> dataset = examples.download_usa()
>>> dataset.plot(style="wireframe", cpos="xy")
https://d33wubrfki0l68.cloudfront.net/695097f2a3ad078405b9b28dfc0f6a448132ebce/5fde9/_images/pyvista-examples-downloads-download_usa-1_00_00.png