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

Use the same grid check in all interfaces #79

Closed ajdawson closed 7 years ago

ajdawson commented 7 years ago

This PR removes the _gridtype() method from the cdms interface and instead calls the inspect_gridtype() function from the _common module. Doing so ensures the interfaces will behave the same way in this respect.