Version 0.7.0
Changelog:
-
Added tasks
eolearn.io.SentinelHubInputTaskandeolearn.io.SentinelHubDemTaskthat implement satellite data download from Sentinel Hub Processing API. -
Extended EOPatch saving and loading with
PyFilesystem2package:- 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.SaveTaskandeolearn.core.LoadTask.
- saving and loading can now be done with any custom filesystem supported by
-
Added
eolearn.mask.AddMultiCloudMaskTaskfor 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.ExportToTifftask can now export into a custom CRS, contributed by @wouellette. -
Improved Contributions guidelines, contributed by @PeterFogh.