Fig 1.1: Globe with event density visualization
After wrapping up event density mapping, I wanted to start trying to visualize events as they occurred over time. The visualization itself doesn't communicate time as much as it displays the erratic nature of seismic activity happening around the world over an extended period (currently, over seven days). To create lines that seemingly wrap themselves around the curvature of the globe - I decided to write a small bezier curve generator which had end points at the 3D coordinates of selected events. The distance of those events is calculated using the Euclidean distance formula of:
Where the distance value is used to apply weight (w) to midpoints in rational bezier curves, such that:
Fig 1.2: Bezier curves mapped across globe based on time of occurrence
No comments:
Post a Comment