enricofer / wind_forecast_routing

8 stars 1 forks source link

Small enhancement: Please add the angle relative to the wind to waypoint #20

Open pcav opened 2 years ago

pcav commented 2 years ago

It may be useful to have, in the attribute table for waypoints, the diff between heading and TWS, to quickly describe the sailing conditions.

enricofer commented 2 years ago

maybe an expression? abs( "twd" - "heading" ) % 180

pcav commented 2 years ago

Yes, exactly