WebGL Wind
Demo
A WebGL-powered visualization of wind power.
Capable of rendering up to 1 million wind particles at 60fps.
This project is heavily inspired by the work of:
This fork of webgl-wind adds type definitions and disables distortion towards the poles.
Running the demo locally
npm install
npm run build
npm start
Downloading weather data
- Install ecCodes (e.g.
brew install eccodes
). - Edit constants in
data/download.sh
for desired date, time and resolution. - Run
./data/download.sh <dir>
to generate wind data files (png
and json
) for use with the library.