download_nefertiti

download_nefertiti#

download_nefertiti(load=True)[source]#

Download mesh of Queen Nefertiti.

Warning

Non-commercial license. This dataset is “The Other Nefertiti” (2016) by Nora Al-Badri and Jan Nikolai Nelles, released under CC BY-NC-SA 4.0. The license prohibits commercial use and imposes a ShareAlike requirement on derivative works. Do not use this dataset in commercial products or in any distribution that is incompatible with the NonCommercial or ShareAlike clauses.

The official Neues Museum / Staatliche Museen zu Berlin scan is also non-commercial (CC BY-NC-SA 3.0 DE). No permissively licensed Nefertiti scan is currently known to exist.

Required attribution: Nora Al-Badri and Jan Nikolai Nelles, The Other Nefertiti (2016), CC BY-NC-SA 4.0.

For a permissively licensed bust suitable for commercial use, see download_washington_bust() or download_lincoln_life_mask(), both released under CC0 by the Smithsonian.

Parameters:
loadbool, default: True

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

Returns:
outputpyvista.PolyData | str

DataSet or filename depending on load.

Examples

>>> from pyvista import examples
>>> dataset = examples.download_nefertiti()
>>> dataset.plot(cpos='xz')

See also

Nefertiti Dataset

See this dataset in the Dataset Gallery for more info.

This dataset is used in the following examples:

../../../_images/pyvista-examples-downloads-download_nefertiti-673e3096f374eab3_00_00.png