Skip to content

s2cloudless v1.4.0

Compare
Choose a tag to compare
@AleksMat AleksMat released this 29 Nov 09:36
· 106 commits to master since this release

Change log:

  • The cloud detection model now loads lazily when first needed instead of right away at class instance initialization.
  • The cloud detection model is now being loaded natively with lightgbm.Booster instead of sklearn.external.joblib.
  • Removed scikit-learn dependency.