Deprecated api_url parameter in favour of instance_url, that specifies
the URL of the SentinelHub service instance. It defaults to
https://services.sentinel-hub.com. For example, to use the SentinelHub
instance on CDSE set
instance_url="https://sh.dataspace.copernicus.eu". (#107)
Updated or introduced other parameters that override specific
Sentinel Hub API
endpoints:
oauth2_url
process_url
catalog_url
configuration_url
collection_url
Removed deprecated instance_id parameter.
Error messages now contain error details from Sentinel Hub API. (#100)
Migrated to Sentinel Hub Catalog API 1.0. (#108)
Thanks to @chorng for PR.
Deprecated
api_url
parameter in favour ofinstance_url
, that specifies the URL of the SentinelHub service instance. It defaults tohttps://services.sentinel-hub.com
. For example, to use the SentinelHub instance on CDSE setinstance_url="https://sh.dataspace.copernicus.eu"
. (#107)Updated or introduced other parameters that override specific Sentinel Hub API endpoints:
oauth2_url
process_url
catalog_url
configuration_url
collection_url
Removed deprecated
instance_id
parameter.Error messages now contain error details from Sentinel Hub API. (#100)
Closes #108 Closes #107 Closes #100