Skip to content

Version 1.2.1

Compare
Choose a tag to compare
@zigaLuksic zigaLuksic released this 12 Sep 10:51
· 348 commits to master since this release
872686d

Changelog:

  • Corrected the default for no_data_value in ImportFromTiffTask and ExportToTiffTask to None. The previous default of 0 was a poor choice in many scenarios. The switch might alter behavior in existing code.
  • Changed the way SpatialResizeTask accepts parameters for the final image size. Now supports resizing by using resolution.
  • Added ExplodeBandsTask that explodes a multi-band feature into multiple features.
  • Exposed resampling parameters in Sentinel Hub tasks and included a geometry execution parameter.
  • Reworked internal classes FeatureIO and _FeatureDict to improve types and maintainability.
  • Fixed y-axis orientation of MeteoblueRasterTask.
  • FilterTimeSeriesTask adjusted to work with multiprocessing.
  • EOPatch plotting no longer anti-aliases by default (removes issues with phantom values in mask plots)
  • Improved documentation building, fixing a few broken links.