Skip to content

Version 0.4.2

Compare
Choose a tag to compare
@AleksMat AleksMat released this 04 Feb 11:17
· 1907 commits to master since this release

Change log:

  • Added tqdm progress bar to EOExecutor.
  • Switched from multiprocessing to concurrent.futures in EOExecutor.
  • ExportToTiff can now export multi-channel tiff images and works with time-dependet features. Contributed by @wouellette
  • Updated package to support sentinelhub-py version 2.5.0.
  • Fixed value overflow bug in InterpolationTask (could happend only on Windows machines).
  • Fixed problem with time interval parsing in eolearn.io.
  • Improvements in EOWorkflow, added get_tasks method.
  • Added instructions for contributions and code of conduct.