akalenda / PyFmask

Implements in Python Fmask algorithm for classifying clouds in remote sensing (satellite imagery)
MIT License
2 stars 3 forks source link

Batch download of multiple Landsat8 scenes #3

Open akalenda opened 7 years ago

akalenda commented 7 years ago

Fairly straightforward. This is already easy enough to do, but currently a new HTTP pool manager is created and destroyed for each Landsat8Scene's download. It would be better to share one across the whole batch, which might involve some refactoring.