Skip to content

Releases: sentinel-hub/sentinelhub-py

Version 2.0.0

16 Apr 16:37
Compare
Choose a tag to compare

Change log:

  • For coordinate reference system WGS 84 the order of coordinates has changed from lat, lng to lng, lat.
  • Added functionality for splitting large area polygons into smaller bounding boxes
  • Package configuration file can now be accessed and modified via command line
  • Added support for download from Requestor Pays AWS buckets
  • Added functionality for downloading Sentinel-2 L2A data from AWS into .SAFE format
  • Many minor code improvements

Version 1.1.1

21 Mar 09:52
Compare
Choose a tag to compare

A stable version of sentinelhub package. Main improvements:

  • added support for data sources Sentinel-2 L2A, Sentinel-1, Landsat 8, DEM and MODIS,
  • added custom url parameters functionality,
  • improved error handling,
  • many improvements in user interaction,
  • added support for Geopedia requests.

Note: this is the last version before 2.0.0.

Version 1.0.0

21 Mar 10:03
Compare
Choose a tag to compare

Version 1.0 allows users to use Sentinel-Hub OGC (WMS and WCS) web requests to download and process Sentinel-2 images within their Python scripts. It is backwards compatible with previous release, and therefore allows users to also download raw data from AWS to .SAFE format.

Version 0.1

15 Jan 09:57
Compare
Choose a tag to compare

This version only supports downloading Sentinel-2 tiles from AWS. It works with both Python2 (>=2.7) and Python 3. Sentinel-Hub account is not needed.