Wind is a vector quantity, so it has a magnitude ws (wind_speed) and a direction (wind_direction). Alternatively, the wind vector can be split into two orthogonal components: the zonal wind u (eastward_wind) and the meridional wind v (northward_wind).
Wind speed is instead calculated from the wind components through ws = sqrt(u^2 + v^2).