pytroll / trollflow-sat

Satellite processing plugins for Trollflow
GNU General Public License v3.0
1 stars 8 forks source link

Add Python 3 compatibility, drop mpop support #30

Closed pnuu closed 6 years ago

pnuu commented 6 years ago

This PR adds Python 3 support, and at the same time removes the support for processing chains using mpop.

pnuu commented 6 years ago

Seems that the same areas are saved multiple times at least when save_by_area=True is set in config. On the first round area1 is saved, on the second round area1 and area2 are saved, on the third round area1, area2 and area3, and so on. Didn't have time to test with save_by_area=False. Will continue on this next week.

pnuu commented 6 years ago

I think this is now ready for merging. But as I'm not at work for the next week, I'll let this sit and hopefully also someone else has time to test.