hongfaqiu / cesium-wind-layer

A Cesium plugin for GPU-accelerated visualization of wind field data with particle animation.
https://cesium-wind-layer.opendde.com/
MIT License
9 stars 2 forks source link

能不能渲染海浪? #3

Open AffiNiNy opened 2 weeks ago

AffiNiNy commented 2 weeks ago

如 windy 的海浪 wave image

如 earth.null 的波浪 波浪 image

cesium-wind-layer库功能能不能兼容显示海浪?

hongfaqiu commented 2 weeks ago

调整粒子宽度、长度、速度即可模拟海浪。 友情提醒,目前此库是实验性质的,后面还会多次迭代

AffiNiNy commented 2 weeks ago

@hongfaqiu Thanks for your advise👍 请问~ 大佬对海浪数据解析有没有经验?

比如说 NOMADS 提供的 GFS Wave 数据, 这些变量完全看不懂, 也没找到解释呢 GFS Wave image

mickae1 commented 1 day ago

@hongfaqiu great work, do you know how to convert a grib2 file to the json format that will work with your library ?

hongfaqiu commented 12 hours ago

@mickae1 Thank you for your recognition. This is an experimental warehouse. Currently, the display effect for data in other ranges is not ideal. I am trying to develop a new rendering scheme, which may include referring to the wave effect of Ventusky. Regarding the grib2 file. Maybe I can create some packages to convert this format.