SignalK / freeboard-sk

Chartplotter implementation for Signal K servers
Apache License 2.0
35 stars 27 forks source link

Improvement ideas for meteo display #160

Closed tkurki closed 1 month ago

tkurki commented 2 months ago
image
KEGustafsson commented 2 months ago

Could meteo pop-up include e.g. wind speed and direction similar as AIS target showing target vessel direction and speed. If temperature is available then that could be also on pop-up too. image

Reference AIS target image

panaaj commented 2 months ago

With regards the display of values and their formatting.... The properties screen shows all the properties returned (including geoid if it's there). The values should be formatted based on the available metas. image

I don't believe that by default there are any for these paths. As a workaround, enabling the weather option in Freeboard-SK plugin will send the relevant metas. Possibly a PR for the nmea0183-signalk plugin?

KEGustafsson commented 2 months ago

To avoid any complicated workarounds, should relevant meteo paths included to SK specification?

panaaj commented 2 months ago

I neglected to mention https://github.com/SignalK/specification/pull/662 in my previous post.

panaaj commented 2 months ago

Could meteo pop-up include e.g. wind speed and direction similar as AIS target showing target vessel direction and speed. If temperature is available then that could be also on pop-up too.

Did you want the wind display to be the compass rose or just text?

KEGustafsson commented 2 months ago

Did you want the wind display to be the compass rose or just text?

I think compass rose would be nicer, but text is OK too.

panaaj commented 2 months ago

How about... image

panaaj commented 2 months ago

Included in v2.8.3 release

panaaj commented 1 month ago

Can this issue be closed?