Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.54 KB

File metadata and controls

22 lines (14 loc) · 1.54 KB

Oceanography Final Project

This was my final project for EARS 3: Oceanography.

The task was anything that encapsulated what we had learned throughout the term. I'd been messing around with some visualization software in JS, so I decided on a dynamic visualization of the oceans and currents using Three.js.

The five visualizations included are 'currents', 'surfaceflow', 'velocity', 'salinity', and 'tectonics'. All data is courtesy of NASA, though it was post-processed for the display.

Setup

Some of the visualization files could not be hosted on GitHub, as they are too large. To allow all visualizations, download the video files from the mega.nz links, name them according to their paranthesized name, and save them in the "assets/videos/" folder.

Alternatively, if you want to download the entire project complete with videos, you can get it from this link.

To run it, open the index.html file in a browser that allows local file access. I used Chrome with the file access flag by running open -a Google\ Chrome --args --allow-file-access-from-files.