wesleybowman/UTide

Pythonic naming: remove all the 'ut_' prefixes

Closed this issue · 3 comments

@wesleybowman Would you support a PR to simplify the naming by removing all use of "ut_"? The module would then be used as

import utide as ut
...
coefs = ut.solve(...)

This is how we are handling the TEOS-10 gsw module.

👍

This sounds great. Looks more pythonic as well.

#15 addresses enough of this that I think we can close the issue.