Version 3.8.2
Changelog:
- Generalized the
CRS
class to acceptfiona.crs.CRS
as input. - Added warning to
SentinelHubBatch.reprocess_tile
, because the service endpoint will be removed. - Deprecation warning is triggered for single request input to
DownloadClient.download
. In future versions only sequences of requests will be supported. A single request will need to be passed as a singleton list or tuple. - Deprecated
PackageProps
class, will be removed in future version. - Various improvements to code and tests.