Researchers and interns at the Southern California Earthquake Center (SCEC) have built a seismic data visualization software tool called the SCEC Virtual Display of Objects (SCEC-VDO). Written in Java with the Swing GUI toolkit to create interactive menus and the Visualization Toolkit (VTK) to render 3D content, SCEC-VDO allows for the visualization of 3D earthquake and fault objects on maps and the creation of images and movies for analysis, presentation, and publication.
To download latest packaged version of SCEC-VDO visit: http://scecvdo.usc.edu/
- Launch Eclipse
Click on “Checkout Projects from Git” on start-up window
(Alternatively, you can go to File -> Import -> Git -> Projects from Git) - Select Clone URI and click next
- Enter URI as: https://github.com/SCECcode/scec-vdo
- Check the master branch
- Specify a local path for the project to be exported and specify a remote name.
- Check import an existing project and specify the local path.
- Click Finish
Please refer to the steps in the following link: Package on Windows
Please refer to the steps in the following link: Package on Mac