GIS4WRF / gis4wrf

QGIS toolkit 🧰 for pre- and post-processing 🔨, visualizing 🔍, and running simulations 💻 in the Weather Research and Forecasting (WRF) model 🌀
https://gis4wrf.github.io
MIT License
160 stars 36 forks source link

WRF output: display wind vectors on canvas #107

Open dmey opened 5 years ago

dmey commented 5 years ago

wrf-python has recently added the capability of extracting Wspd and wdir [as separate 2D variables instead of a single 3D variable; letmaik] and other diagnostic variables from WRF output files (see: NCAR/wrf-python#73). When this feature is added to the next release we should add the option to display wind vectors on canvas. I will assign it to the Future for now.

letmaik commented 5 years ago

Duplicate of #47.

dmey commented 5 years ago

@letmaik this is not a duplicate of #47 as it was specific to using the mesh layer API in QGIS. The purpose of #107 issue is to allow the representation of wind speed and direction only for example as it is described here and which we can implement in the future now that the 2D diagnostics have been implemented in wrf-python. I will reopen this for now