earthkit.meteo.wind =================== .. py:module:: earthkit.meteo.wind .. autoapi-nested-parse:: Wind related functions. The API is split into two levels. The low level functions are in the ``array`` submodule and they can be used to operate on numpy arrays. The high level functions are still to be developed and planned to work with objects like *earthkit.data FieldLists* or *xarray DataSets*. Submodules ---------- .. toctree:: :maxdepth: 1 /autoapi/earthkit/meteo/wind/array/index Functions --------- .. toctree:: :hidden: /autoapi/earthkit/meteo/wind/coriolis /autoapi/earthkit/meteo/wind/direction /autoapi/earthkit/meteo/wind/polar_to_xy /autoapi/earthkit/meteo/wind/speed /autoapi/earthkit/meteo/wind/w_from_omega /autoapi/earthkit/meteo/wind/windrose /autoapi/earthkit/meteo/wind/xy_to_polar .. autoapisummary:: earthkit.meteo.wind.coriolis earthkit.meteo.wind.direction earthkit.meteo.wind.polar_to_xy earthkit.meteo.wind.speed earthkit.meteo.wind.w_from_omega earthkit.meteo.wind.windrose earthkit.meteo.wind.xy_to_polar