snuids / grafana-radar-panel

A radar graph panel for Grafana
MIT License
24 stars 12 forks source link

question regarding radar panel and wind direction plot (windrose) #2

Closed peters77 closed 6 years ago

peters77 commented 6 years ago

Hi,

I'm only a amateur user of grafana and access data from an InfluxDB containing my weather data.

Would it be possible to visualize wind direction and speed of a time period with your radar panel plugin like a windrose plot?

Here is an example.

Regards,

Christian

dvn_yearly

snuids commented 6 years ago

Hi,

Unfortunately, your graph is more a bar graph displayed as a circle and not really a radar graph. The only thing you could try is to use an aggregation for the wind direction (0,10,20,...,360°) This way the axes coming from the center will become 0,10, e.t.c. and you will get a single shape that shows the max amplitude of the wind.

If you define then one serie per wind speed threshold (2-5,5,7,...) you will get something that represents the same data, but it will not be as polished and clear as the graph you pasted there. (One radar shape per wind category)

Hope it helps,

Keep me informed if you achieve some results.

Cheers,

Sineos commented 4 years ago

For what its worth, here is how I did it:

grafik

grafik

Of course it does not have the "bar graph" style with the wind speed ranges, but my goal was to display the predominant wind directions over time.

An option to completely hide the radar graph's axis values would be nice, since in this example they do not have any real meaning.