3D-Wind-Field Demo
Visualize the wind on earth, powered by Cesium JS.
More detail is in this blog post: GPU Powered Wind Visualization With Cesium
Just create a HTTP server for the "index.html" file in the "Cesium-3D-Wind" folder.
If you have VSCode installed, I recommend to intall the "liveserver" extension.
Besides, remember to modify the "runtimeExecutable" option in ".vscode\launch.json" file before starting debug in VSCode.
You might want to modify the default parameters for a better visualization result, parameters can be changed in the left panel.
I find a good tutorial about doing custom render in Cesium https://github.com/cesiumlab/cesium-custom-primitive.