Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.64 KB

File metadata and controls

33 lines (25 loc) · 1.64 KB

VisualizationFinal

@Author: Su Ming Yi
@Date: 02/06/2019
@Library: Python, vtk
@Data Source: https://sciviscontest2018.org

In this project, we will introduce the data information we use and focus on answering four tasks:

  1. When does the airburst happen?
  2. When does the size of the region with abnormal temperature caused by the asteroid reach its maximum and start to shrink?
  3. When does the asteroid hit the water surface?
  4. When is the tsunami (wave rim) generated and start to propagate?

Due to huge size of data, we accomplish four tasks by the following steps. First, we plot the time series plots of attributes for summary statistics ["median", "mean", std", "size", "max", "min", "range"]. According to these plots, we determine which timesteps we visualize. Second, we answer the time range of four tasks by plotting Volume Rendering and iso-surface.

There are some screenshots for demonstration.

ScreenShot1 - Time Series plot of "tev" mean

"ScreenShot1"

ScreenShot2 - Volume Rendering

"ScreenShot2"

DemoVideo1 - Volume Rendering

"DemoVideo1"

ScreenShot3 - Iso-surface

"ScreenShot3"

DemoVideo2 - Iso-surface

"DemoVideo2"