Version 3.0.0
Change log:
- Large changes in Sentinel Hub rate-limiting object that improve download performance.
- Added
SentinelHubRequest
class as an interface class for Sentinel Hub API. - Changed the filename convention of downloaded data.
- Improvements in download procedure and
DownloadRequest
class. - Added support for Python 3.8, dropped support for Python 3.5.
DataRequest
classes now work with an optional parameterconfig
instead ofinstance_id
.sentinelhub.CRS
now enables using any custom CRS.- Resolved
pyproj
warnings. - Removed deprecated methods of
BBox
andGeometry
classes andtransform_bbox
function. - Various other improvements and fixes.