Code: Three.js Experiment (data-driven)

https://scottandrecampbell.com/static/destruct/

This is a visualization of some data a friend gave me. The data represents the water temperature on the coast near Marseille, France for a few months in 1999. The process involved taking several megabytes of netCDF data, breaking its tables up into individual CSV files, using python to restructure the data in a lightly serialized way (json), and finally loading that data into a three.js modelspace to render it in 3d dynamically.

Leave a Reply

Your email address will not be published. Required fields are marked *