This project visualizes ocean currents using data from the MIT General Circulation Model (MITGCM). It leverages D3.js for rendering the visualization and is built with Vite (an arbitrary choice).
There is a dist branch, if you don't want to install the dependencies.
To start the development server (requires node.js):
npm install
npm run devTo build the project for production:
npm run buildThe build artifacts will be stored in the dist/ directory.
This largely was inspired by the much more comprehensive earth project by Cameron Beccario, and probably would not be possible without a peek at his source code. The main difference is the data used.

