sentinelhub 3.9.5__tar.gz → 3.10.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/PKG-INFO +2 -2
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/pyproject.toml +1 -1
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/_version.py +1 -1
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/config.py +1 -1
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/download/sentinelhub_client.py +1 -1
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/.gitignore +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/LICENSE.md +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/README.md +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/.utmzones.geojson +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/__init__.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/api/__init__.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/api/base.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/api/base_request.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/api/batch/__init__.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/api/batch/base.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/api/batch/process.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/api/batch/statistical.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/api/batch/utils.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/api/byoc.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/api/catalog.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/api/fis.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/api/ogc.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/api/opensearch.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/api/process.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/api/statistical.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/api/utils.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/api/wfs.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/areas.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/aws/__init__.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/aws/batch.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/aws/client.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/aws/commands.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/aws/constants.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/aws/data.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/aws/data_safe.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/aws/request.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/base.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/commands.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/constants.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/data_collections.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/data_collections_bands.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/data_utils.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/decoding.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/download/__init__.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/download/client.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/download/handlers.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/download/models.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/download/rate_limit.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/download/sentinelhub_statistical_client.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/download/session.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/evalscript.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/exceptions.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/geo_utils.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/geometry.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/geopedia/__init__.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/geopedia/core.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/geopedia/request.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/io_utils.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/py.typed +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/testing_utils.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/time_utils.py +0 -0
- {sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/types.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: sentinelhub
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.10.1
|
|
4
4
|
Summary: Python API for Sentinel Hub
|
|
5
5
|
Project-URL: Homepage, https://github.com/sentinel-hub/sentinelhub-py
|
|
6
6
|
Project-URL: Documentation, https://sentinelhub-py.readthedocs.io
|
|
@@ -50,7 +50,7 @@ Requires-Python: >=3.8
|
|
|
50
50
|
Requires-Dist: aenum>=2.1.4
|
|
51
51
|
Requires-Dist: click
|
|
52
52
|
Requires-Dist: dataclasses-json
|
|
53
|
-
Requires-Dist: numpy
|
|
53
|
+
Requires-Dist: numpy<2
|
|
54
54
|
Requires-Dist: oauthlib
|
|
55
55
|
Requires-Dist: pillow>=9.2.0
|
|
56
56
|
Requires-Dist: pyproj>=2.2.0
|
|
@@ -30,7 +30,7 @@ class _SHConfig:
|
|
|
30
30
|
sh_client_secret: str = ""
|
|
31
31
|
sh_base_url: str = "https://services.sentinel-hub.com"
|
|
32
32
|
sh_auth_base_url: str | None = None
|
|
33
|
-
sh_token_url: str = "https://services.sentinel-hub.com/
|
|
33
|
+
sh_token_url: str = "https://services.sentinel-hub.com/auth/realms/main/protocol/openid-connect/token"
|
|
34
34
|
geopedia_wms_url: str = "https://service.geopedia.world"
|
|
35
35
|
geopedia_rest_url: str = "https://www.geopedia.world/rest"
|
|
36
36
|
aws_access_key_id: str = ""
|
|
@@ -194,7 +194,7 @@ class SentinelHubDownloadClient(DownloadClient):
|
|
|
194
194
|
base_url = config_or_session.config.sh_base_url
|
|
195
195
|
|
|
196
196
|
# If session was generated from token then config_or_session.config.sh_client_id could have wrong client id.
|
|
197
|
-
sh_client_id = config_or_session.info().get("
|
|
197
|
+
sh_client_id = config_or_session.info().get("azp", "")
|
|
198
198
|
if not sh_client_id:
|
|
199
199
|
warnings.warn(
|
|
200
200
|
"Failed to read client ID from OAuth token. Session caching might not work correctly.",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{sentinelhub-3.9.5 → sentinelhub-3.10.1}/sentinelhub/download/sentinelhub_statistical_client.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|