A simplified library for interpolating winds vectors and speeds across a grid. Creates a location aware animated surface.
- mostly all of this is taken from:
- Load data
- create canvas
- build an interpolation grid
- animate randomized particles on the canvas
- aging particles moves them according to a vector (x, y, magnitude)
- color is defined by magnitude (the distance which each particle moves each step)