Version 2.5.0
Change log:
- Added support for Sentinel Hub Feature Info Service (FIS). It is available with
FisRequest
class. - Added notebook with examples how to use
FisRequest
- link - Module
sentinelhub.common
renamed tosentinelhub.geometry
, addedGeometry
andBBoxCollection
classes, introduced properties - Code breaking change:
sentinelhub.BBox.transform
method does not change the object itself anymore but instead returns a copy of the object in new CRS. - Deprecated
transform_bbox
utility function assentinelhub.BBox.transform
can be used instead - Added
bbox_to_dimensions
utility function togeo_utils
module. Contributed by @daviddemeij - Added
CustomGridSplitter
and new examples about it in Large area utilities notebook - Fixed problems with
numpy
version1.16.0
.