PyVista is leveraged to quickly visualize 3D models of Damavand Volcano, Alborz, Iran.
Find this notebook on GitHub.
Creator of this notebook: Bane Sullivan
This is an adaption of Alexey Pechnikov and A.V.Durandin's ParaView-MoshaFault
See LinkedIn posts for more details:
Simply install PyVista (see installation for tips):
pip install -U pyvista panel
or
conda install -c conda-forge pyvista panel
The panel
installation is optional. panel
enables embeddable renderings within the notebook (it is an experimental feature).
import pyvista as pv
import numpy as np