You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: resolve WindIO rad/deg once per file from the larger rotor angle
The per-value magnitude rule misread a small schema-conforming degrees
angle: a WindIO v2 file with cone_angle 0.25 (deg) fell into the <=0.5
radians branch and became 0.25 rad = 14.3 deg. A file uses one angle
convention throughout, so decide it once for the (cone_angle, uptilt) pair
from the larger magnitude. A degrees file reliably carries a several-degree
shaft tilt whose magnitude dwarfs any radians precone/tilt (which stay
under ~0.3 rad), so the larger angle disambiguates reliably even when the
cone is a fraction of a degree. Larger magnitude over 0.5 => degrees, else
radians; over 90 rejected either way.
0 commit comments