Skip to content

Version 3.5.1

Compare
Choose a tag to compare
@AleksMat AleksMat released this 21 Apr 13:02
· 344 commits to master since this release

Changelog:

  • New enums MosaickingOrder and ResamplingType with better parsing of parameters for mosaicking order, downsampling, and upsampling.
  • BBox.buffer method now has an option to apply an absolute buffer. Default is still a relative buffer.
  • Added monitor_batch_analysis utility function.
  • Added ByocCollectionBand dataclass for better deserialization of payloads from Sentinel Hub BYOC service.
  • Added SentinelHubSession.info method for obtaining session token information.
  • Increased cache size for CRS.projection, CRS.pyproj_crs, and CRS.get_transform_function methods.
  • Fixed an issue with a progress bar in download clients.
  • Added py.typed file.
  • Various minor improvements in code and documentation.