Releases: sentinel-hub/sentinelhub-py
Releases · sentinel-hub/sentinelhub-py
Version 2.4.6
Change log:
- Added module
test_utils
with utilities for writing unit tests and adjusted to work withsentinelhub-py
package. - Added a new parameter to
OgcRequest.create_request
andGeopadiaImageRequest.create_request
methods. By default this parameter will keep existing feature iterator class, if it exists, and therefore prevent re-running a request to services when re-callingcreate_request
method.
Version 2.4.4
Change log:
- Added support for retrieving data from Geopedia vector layers.
- Temporal fix for handling rate limiting of Sentinel Hub services (HTTP response 429).
Version 2.4.3
Change log:
- Added the following new methods to
sentinelhub.BBox
class:get_geojson
,get_geometry
,transform
. - Added
reset
method tosentinelhub.SHConfig
class and support for command line. - Changed parameters of function
sentinelhub.opensearch.search_iter
. sentinelhub.get_tile_info
now also accepts a time interval fortime
parameter.sentinelhub.DownloadFailedException
message update.- A few minor improvements.
Version 2.4.2
Change log:
- Fixed bug when reading locally stored 15-bit Jpeg 2000 images,
- Fixed issue when using
CustomUrlParam.GEOMETRY
in WGS84, - Fixed issue in
AwsTile.tile_id_to_tile
with S2B products, OgcRequest
classes can now also handle values oftime
parameter indatetime.date
anddatetime.datetime
formats,- More descriptive error message if Pillow fails to read Jpeg 2000 images,
- Minor other improvements
Version 2.4.1
Change log:
- Support for Python 3.7
- Updates regarding recent changes of access to Sentinel-2 data at AWS
- Those parameters from
config.json
, which are by default not specified, are now being preserved when package is reinstalled - Some improvements of code and documentation
Version 2.3.0
Change log:
- Changed package dependency from
opencv-python
toPillow
package. This package is now being used to read and write PNG, JPEG and JPEG2000 images. - Images with 3 or 4 channels in PNG, JPEG and JPEG2000 are now being read as RGB and not as BGR anymore. Comparing with previous package versions the values in 1st and 3rd channel are now swapped. There is no change in working with images in TIFF format.
- Minor fixes and improvements.
Version 2.2.0
Change log:
- Support for EOCloud data sources (Sentinel-1 GRD, Sentinel-3, Sentinel-5P, Landsat 5, Landsat 7, Landsat 8 L2A, Envisat MERIS, ...).
- If AWS credentials are not set in package config file they can be read from environmental variables.
- AWS files which will remain available through HTTP request will be always read from HTTP instead of S3. (e.g.
productInfo.json
,tileInfo.json
,metadata.xml
) - Using sentinelhub.config command will produce more informative messages.
Version 2.1.0
Change log:
- Parameter
data_filter
added toDataRequest.get_data
andDataRequest.save_data
methods. It allows user to filter which data to download. - Parameter
raise_download_errors
added toDataRequest.get_data
andDataRequest.save_data
methods. It is used to specify if errors in download process should raiseDownloadFailedException
or only a warning. - New custom URL parameters
CustomUrlParam.BGCOLOR
andCustomUrlParam.GEOMETRY
added.
Version 2.0.2
Change log:
opencv-python
version is now fixed to3.4.0.14
, because newer version cannot read 15-bit jp2 files.- Setup now contains a Python version requirement
>=3.5
Version 2.0.1
Change log:
- Option to download Sentinel-2 L1C data from AWS using s3 instead of http.
- Warnings about change of coordinate order in WGS84 removed.
- Splitter classes now have an option to return a list of geometries.
- Fixed problem of saving data obtained with CustomUrlParam.EVALSCRIPT - filename is shortened, specific characters are removed
- Some updates of documentation