This repo is for my class note in 3D visualization for geoscience data. The main page of this class is https://yufengwa.github.io/3Dvis4Geodata/
(This demo gif is credited by PyVista )
- 主讲老师: 汪宇锋 - 答疑方式: 地学数据三维可视化课程微信群 (可提前预约当面答疑 - 珠宝楼518)
- 助教: 甘宁、张全浩、钟旺
Lecture | Date | Topic | Exercise |
---|---|---|---|
1 | 2023.11.28 | 地学数据三维可视化简介 | Linux(Ubuntu20.04)安装和使用 |
2 | 2023.11.30 | 基于Python的开源可视化工具 | Anaconda安装和conda的基本使用 |
3 | 2023.12.05 | 基于Madagascar的地学数据三维可视化 | Madagascar安装和使用 |
4 | 2023.12.07 | 基于VisPy的地学数据三维可视化 | VisPy Jupyter Notebook Examples |
5 | 2023.12.12 | 基于PyVista的地学数据三维可视化 | Transform 2021: Guide to PyVista |
6 | 2023.12.14 | 基于vedo的地学数据三维可视化 | vedo geological model |
7 | 2023.12.19 | 基于ParaView和Mayavi的地学数据三维可视化 | Mayavi tutorial 和 Paraview教程视频 |
8 | 2023.12.21 | 大作业成果展示 | Presentation with Jupyter Notebook and RISE |
- Madagascar is an open-source software package for multidimensional data analysis and reproducible computational experiments.
- VisPy is a high-performance interactive 2D/3D data visualization library leveraging the computational power of modern Graphics Processing Units (GPUs) through the OpenGL library to display very large datasets.
- PyVista is a helper module for the Visualization Toolkit (VTK) that takes a different approach on interfacing with VTK through NumPy and direct array access.
- vedo is a fast and lightweight python module for scientific analysis and visualization of 3d objects.
- Mayavi is a application and library for interactive scientific data visualization and 3D plotting in Python.
- ParaView is an open-source, multi-platform data analysis and visualization application.