pyvista.examples.planets.load_earth#
- load_earth(radius=1.0, lat_resolution=50, lon_resolution=100)[source]#
- Load the planet Earth as a textured sphere. - Parameters:
- Returns:
- pyvista.PolyData
- Earth dataset. 
 
 - Examples - >>> import pyvista as pv >>> from pyvista import examples >>> mesh = examples.planets.load_earth() >>> texture = examples.load_globe_texture() >>> image_path = examples.planets.download_stars_sky_background(load=False) >>> mesh.plot(texture=texture, background=image_path)   - See also - load_globe_texture()
- Download the surface of the Earth. 
- 3D Earth and Celestial Bodies
- Example plot of the solar system.