Skip to content

Version 0.3.2

Compare
Choose a tag to compare
@AleksMat AleksMat released this 08 Oct 17:17
· 2154 commits to master since this release

Change log:

  • Improved saving functionalities of EOPatch:
    • overwrite parameter replaced by overwrite_permission which can be either OverwritePermission.ADD_ONLY or OverwritePermission.OVERWRITE_FEATURES or OverwritePermission.OVERWRITE_PATCH.
    • compress parameter removed, uncompressed data can be saved by compress_level=0.
  • Added BlobTask, HOGTask and LocalBinaryPatternTask tasks to eolearn.features - contributed by @HugoFRN
  • Improvements of eolearn.features.InterpolationTask. Parameter resample_range can now also receive a list of new dates.
  • Fixed issue with EOExecutor missing a report.html file.
  • Various minor improvements and docs updates.