- Added eo-learn dockerfiles and deployed official eo-learn docker images to Docker Hub
- Added
compressparameter toExportToTiff, contributed by @atedstone - Minor fixes
- Updated example notebooks - replaced OGC service tasks with Processing API service tasks
- Deprecated tasks that download data from Sentinel Hub OGC service
- Minor fixes in
SentinelHubInputTaskandAddCloudMaskTask
- Updates of
SentinelHubInputTask:- Support for new s2cloudless precomputed cloud mask (more info)
- Support for
configparameter
- Updated
SI_LULC_pipelinenotebook.
- Added support for
geopandasversion0.7.0. - Fixed a bug in
eolearn.core.eodata_io.save_eopatchfunction. - Improvement in
eolearn.mask.MaskFeaturetask - it now works also works with time independent feature types. - A minor improvement in
eolearn.io.SentinelHubInputTasktask.
- Support additional data in the Processing API input task (such as sunAzimuthAngles, sunZenithAngles, viewAzimuthMean, viewZenithMean)
- Compatibility with the
sentinelhub-py3.0 - Removed support for python 3.5
- Multiprocessing Log filtering
eolearn.io.SentinelHubInputTask: evalscript version was not passed to the sentinel-hub service.eolearn.core.EOWorkflow: fixed generating task dependencies.
- Processing API docs generation.
- Introduced CHANGELOG.md.