mrayson / sfoda

Stuff for Ocean Data Analysis (time-series, ocean model IO, mapping, etc)
Other
4 stars 1 forks source link

Made changes to myproj to work with newer and older pyproj versions #5

Closed iosonobert closed 2 years ago

iosonobert commented 2 years ago

Changes to make sfoda more easily installed cross platform.

Split the MyProj class into 2 for (1) new and (2) old pyproj versions. MyProj is now just a map to the appropriate class, depending on your installed version of returns the one that is appropriate version (looks for your installed version). Tested on unix and windows.

Removed the pyproj version requirement in setup.py.

Added sfoda.mycurrents to the installed packages list.