sertit / eoreader

Remote-sensing opensource python library reading optical and SAR sensors, loading and stacking bands, clouds, DEM and spectral indices in a sensor-agnostic way.
https://eoreader.readthedocs.io/en/latest/
Apache License 2.0
271 stars 22 forks source link

ENH: Write cloud band on disk (such as other bands) #17

Closed remi-braun closed 2 years ago

remi-braun commented 2 years ago

Write cloud band on disk in order to speed up the computation of the following calls to load or stack. Use exactly the same mechanism than for other bands

remi-braun commented 2 years ago

Done