Skip to main content

Module wind

Module wind 

Source

Structs§

WindSock
Wind condition handler for trajectory calculations

Functions§

parse_wind_segment_str
Parse a "SPEED:ANGLE:UNTIL_DISTANCE" string into a WindSegment (speed_kmh, angle_deg, until_distance_m).

Type Aliases§

WindSegment
Wind segment: (speed_kmh, angle_deg, until_distance_m) This matches the Python WindSock interface