ajdawson / windspharm

A Python library for spherical harmonic computations on vector winds.
http://ajdawson.github.io/windspharm
MIT License
82 stars 36 forks source link

Typo in windspharm.xarray docs #117

Closed AndrewILWilliams closed 1 year ago

AndrewILWilliams commented 3 years ago
from windspharm.xray import VectorWind
w = VectorWind(u, v)

should be

from windspharm.xarray import VectorWind
w = VectorWind(u, v)