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/8546d8be2c8b5091fcb561f195f592cc19ea4d60/39850/_images/pyvista-examples-downloads-download_usa-1_00_00.png