mmb-carb / GATE

Gridded Aircraft Trajectory Emissions model
GNU General Public License v3.0
5 stars 3 forks source link

Migrate GATE to Python 3 #25

Closed john-science closed 6 years ago

john-science commented 6 years ago

Right now, GATE is designed for Python 2.7.x, but it would be better if we brought it up to the modern ear, say Python 3.6.x.

The bulk of the code should be easy to convert. But what about the third-party libraries we are using? Will any of those be problematic?

It is probably easiest to just try the conversion to find out.