CSU-Radarmet / CSU_RadarTools

A module of independent functions to do precipitation retrievals from polarimetric radar data
GNU General Public License v2.0
89 stars 43 forks source link

Update to Python 3 support #9

Closed tjlang closed 9 years ago

tjlang commented 9 years ago

I've recently learned how to update packages to support both Python 2 and Python 3, and csu_radartools is a good candidate for this. This is especially true now that Py-ART is Python 3 compatible. The modifications should not be very significant. However, they may be likely to break or make more difficult supporting Python 2.6 (2.7 should be OK). Is CSU amenable to this?

tjlang commented 9 years ago

Code is Python 3 compatible.