pytroll / pytroll-collectors

Collector modules for Pytroll
GNU General Public License v3.0
3 stars 18 forks source link

Add Python 3 support #13

Closed pnuu closed 6 years ago

pnuu commented 6 years ago

This PR adds Python 3 support to pytroll-collector scripts/modules.

Fixes #12

pnuu commented 6 years ago

Now everything should work with both Python 2 and Python 3.

I had to remove blending between the images in the global mosaic creator, as it didn't work. And when it worked with Py2, it created suboptimal results. I'll have another PR for it at a later time (I already started something for it).