pyvista.examples.planets.download_saturn_rings

pyvista.examples.planets.download_saturn_rings#

download_saturn_rings(texture=False, load=True)[ソース]#

土星の輪のテクスチャをダウンロードできます.

テクスチャは Solar Textures から取得したものです.

パラメータ:
texturebool, default: False

サーフェスをテクスチャとしてロードする際に True に設定します.

loadbool, default: True

データセットを読み込みます. False の場合,ファイルへのパスを返します.

戻り値:
pyvista.ImageData | pyvista.Texture | str

土星の輪のデータセット,テクスチャ,またはファイル名.

>>> from pyvista import examples
>>> texture = examples.planets.download_saturn_rings(texture=True)
>>> texture.plot(cpos='xy')
../../../_images/pyvista-examples-planets-download_saturn_rings-1_00_00.png

参考

Saturn Rings Dataset

詳細はデータセットギャラリーのこのデータセットをご覧ください。

load_saturn_rings()

Load Saturn's rings as a textured disc.

load_saturn()

惑星土星をテクスチャ付きの球体として読み込みます.

download_saturn_surface()

Download the surface of Saturn.

3D地球と天体

Example plot of the solar system.