pyvista.examples.planets.download_moon_surface#
- download_moon_surface(texture=False, load=True)[source]#
Download the surface of the Earth’s Moon.
Textures obtained from Solar Textures.
- Parameters:
- Returns:
pyvista.DataSet
|pyvista.Texture
|str
Texture, Dataset, or path to the file depending on the
load
andtexture
parameters.
Examples
>>> from pyvista import examples >>> texture = examples.planets.download_moon_surface(texture=True) >>> texture.plot(zoom='tight', show_axes=False)
See also
- Moon Surface Dataset
See this dataset in the Dataset Gallery for more info.
load_moon()
Load the Moon as a textured sphere.
- 3D Earth and Celestial Bodies
Example plot of the solar system.