Skip to content

Version 0.7.0

Compare
Choose a tag to compare
@AleksMat AleksMat released this 10 Jan 16:40
· 1232 commits to master since this release

Changelog:

  • Added tasks eolearn.io.SentinelHubInputTask and eolearn.io.SentinelHubDemTask that implement satellite data download from Sentinel Hub Processing API.

  • Extended EOPatch saving and loading with PyFilesystem2 package:

    • saving and loading can now be done with any custom filesystem supported by PyFilesystem2,
    • special support for AWS s3 bucket filesystem,
    • new tasks eolearn.core.SaveTask and eolearn.core.LoadTask.
  • Added eolearn.mask.AddMultiCloudMaskTask for multi-temporal cloud detection.

  • Added official support for Python 3.8.

  • Added multiple use case examples, contributed by @drewbo:

    • poverty detection,
    • social media example,
    • super-resolution with FastAI.
  • eolearn.io.ExportToTiff task can now export into a custom CRS, contributed by @wouellette.

  • Improved Contributions guidelines, contributed by @PeterFogh.