Version 3.5.1
Changelog:
- New enums
MosaickingOrder
andResamplingType
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
, andCRS.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.