Skip to content

Version 2.5.0

Compare
Choose a tag to compare
@AleksMat AleksMat released this 01 Feb 00:37
· 1081 commits to master since this release

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 to sentinelhub.geometry, added Geometry and BBoxCollection 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 as sentinelhub.BBox.transform can be used instead
  • Added bbox_to_dimensions utility function to geo_utils module. Contributed by @daviddemeij
  • Added CustomGridSplitter and new examples about it in Large area utilities notebook
  • Fixed problems with numpy version 1.16.0.