Version 0.9.0
Changelog:
- Changes in
eo-learn-iotasks that interact with Sentinel Hub services:- Added
SentinelHubEvalscriptTaskthat downloads data given a user-defined evalscript. - Removed all tasks that interact with Sentinel Hub OGC services. They are fully replaced by
SentinelHubInputTaskandSentinelHubEvalscriptTaskwhich use Sentinel Hub Process API. - Renamed
AddSen2CorClassificationFeaturetoSentinelHubSen2corTask. Now it uses Process API instead of OGC.
- Added
- Changes in Sentinel-2 cloud-masking tasks:
- Renamed
AddMultiCloudMaskTasktoCloudMaskTask. - Removed
AddCloudMaskTaskas it is superseded byCloudMaskTask. - Fixed problems with incompatibility with the latest
scikit-learnversion.
- Renamed
- Updated all notebooks in
eo-learnrepository. - Minor fixes and improvements:
- better handling of
KeyboardInterruptinEOExecutor, - fixed plotting of raster features with binary dtype,
- documentation fixes.
- better handling of