pytroll / trollflow-sat

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

Collect areas and composites together for processing #29

Closed pnuu closed 6 years ago

pnuu commented 6 years ago

This PR collects all the areas and composites together so that they can processed in one go.

The downside is that the messages for the saved products need also to be sent after all the data are written. One option would be to process one area at a time, but that needs some more thought.

Closes #25

pnuu commented 6 years ago

Still need to add option to set the number of workers Dask spawns. And think about the one-area-at-a-time vs. all-areas-at-once problem.