Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 1.64 KB

File metadata and controls

35 lines (30 loc) · 1.64 KB

[Version 0.7.6] - 2020-07-06

  • Added eo-learn dockerfiles and deployed official eo-learn docker images to Docker Hub
  • Added compress parameter to ExportToTiff, contributed by @atedstone
  • Minor fixes

[Version 0.7.5] - 2020-06-24

  • 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 SentinelHubInputTask and AddCloudMaskTask

[Version 0.7.4] - 2020-05-14

  • Updates of SentinelHubInputTask:
    • Support for new s2cloudless precomputed cloud mask (more info)
    • Support for config parameter
  • Updated SI_LULC_pipeline notebook.

[Version 0.7.3] - 2020-03-16

  • Added support for geopandas version 0.7.0.
  • Fixed a bug in eolearn.core.eodata_io.save_eopatch function.
  • Improvement in eolearn.mask.MaskFeature task - it now works also works with time independent feature types.
  • A minor improvement in eolearn.io.SentinelHubInputTask task.

[Version 0.7.2] - 2020-02-17

  • Support additional data in the Processing API input task (such as sunAzimuthAngles, sunZenithAngles, viewAzimuthMean, viewZenithMean)
  • Compatibility with the sentinelhub-py 3.0
  • Removed support for python 3.5
  • Multiprocessing Log filtering

[Version 0.7.1] - 2020-02-05

Fixed

  • eolearn.io.SentinelHubInputTask: evalscript version was not passed to the sentinel-hub service.
  • eolearn.core.EOWorkflow: fixed generating task dependencies.

Added

  • Processing API docs generation.
  • Introduced CHANGELOG.md.