🌪️ Wind Analysis Dashboard
Convert wind direction and speed to U/V components with interactive visualizations by Claudio Iturra
Wind Data Input
Wind Direction (degrees, 0-360)
Wind Speed (knots)
Load Sample Data
Process & Visualize
Clear All
Converted Data
Index
Direction (°)
Speed (knots)
Speed (m/s)
U (m/s)
V (m/s)
U & V Wind Components
Wind Speed Time Series
Wind Rose - Direction & Magnitude
📊 About the Conversions
Unit Conversions:
• 1 knot = 0.514444 m/s
• Wind direction: meteorological convention (from direction)
U/V Components:
• U = -speed × sin(direction × π/180)
• V = -speed × cos(direction × π/180)
• U: East-West component (positive = eastward)
• V: North-South component (positive = northward)