pytroll / trollflow-sat

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

Evaluate scenes lazily #25

Closed pnuu closed 6 years ago

pnuu commented 6 years ago

Current SatPy uses xarray and dask for creating products lazily. Implementation of at least _satpyresampler.py and _satpywriter.py needs to be updated/converted so that all the products are computed in one go for optimal performance.

pnuu commented 6 years ago

Closed by #29