Version 1.2.1
Changelog:
- Corrected the default for
no_data_value
inImportFromTiffTask
andExportToTiffTask
toNone
. The previous default of0
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.