terrakio-core 0.4.98.1b9__py3-none-any.whl → 0.4.98.1b11__py3-none-any.whl

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.

Potentially problematic release.


This version of terrakio-core might be problematic. Click here for more details.

terrakio_core/__init__.py CHANGED
@@ -11,6 +11,9 @@ from .async_client import AsyncClient
11
11
  from .sync_client import SyncClient as Client
12
12
  from . import accessors
13
13
 
14
+ # Suppress ONNX Runtime GPU device discovery warnings
15
+ import os
16
+ os.environ['ORT_LOGGING_LEVEL'] = '3'
14
17
 
15
18
  __all__ = [
16
19
  "AsyncClient",
@@ -4,9 +4,11 @@ import textwrap
4
4
  from io import BytesIO
5
5
  from typing import Optional, Tuple
6
6
 
7
- import onnxruntime as ort
7
+ import os
8
+
9
+ os.environ['ORT_LOGGING_LEVEL'] = '3'
8
10
 
9
- ort.set_default_logger_severity(3) # Only log errors and above
11
+ import onnxruntime as ort
10
12
 
11
13
  from ..helper.decorators import require_api_key
12
14
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: terrakio-core
3
- Version: 0.4.98.1b9
3
+ Version: 0.4.98.1b11
4
4
  Summary: Core package for the terrakio-python-api
5
5
  Requires-Python: >=3.11
6
6
  Requires-Dist: aiofiles>=24.1.0
@@ -1,4 +1,4 @@
1
- terrakio_core/__init__.py,sha256=hkasb_FxE6X1_xNNarBjYhIsniejs1HACh87DwzzNrg,274
1
+ terrakio_core/__init__.py,sha256=cjkAsbAhFkB8I5NnbtiIR9Zxzs22oGNRKgy_4Z7jmlc,376
2
2
  terrakio_core/accessors.py,sha256=UZIi9y4RpBxouSmKuwuNYLIYqDxD8BH-GnUzwJuc1JI,47570
3
3
  terrakio_core/async_client.py,sha256=aCLjiAmhRS20efrA11hhGUbtwsxapIBp4hBAwG79K6Y,9766
4
4
  terrakio_core/client.py,sha256=VXP7BtJWIfpPPZR7_yNdSTcGwNgTwhb7KorusqkQrzk,5603
@@ -12,12 +12,12 @@ terrakio_core/endpoints/auth.py,sha256=5WvAO39aLsbJAVtxISwiOZseKr3B9I5tHjamPRehD
12
12
  terrakio_core/endpoints/dataset_management.py,sha256=jpwftiKOI59NhXXypqm6wtILIkfyjy9NfYifRIvhZS0,16791
13
13
  terrakio_core/endpoints/group_management.py,sha256=V0KOGTXwmePBFeym55G_m3ONR-jVj2IU4OVLiL5UKz4,15869
14
14
  terrakio_core/endpoints/mass_stats.py,sha256=6RFKR2qjz8uawA1Hb10yIX6bbr-D5dnhSN6uW8Ak8gI,42032
15
- terrakio_core/endpoints/model_management.py,sha256=N4O4ZvBJ6UpqdUMWEKDd9OQkqv2XQ7XILbvO0cntTQs,51406
15
+ terrakio_core/endpoints/model_management.py,sha256=iy9rfLU9_wkRhca2d1DU-jzSScCAYXHuKEMvbwP7FgY,51391
16
16
  terrakio_core/endpoints/space_management.py,sha256=YWb55nkJnFJGlALJ520DvurxDqVqwYtsvqQPWzxzhDs,2266
17
17
  terrakio_core/endpoints/user_management.py,sha256=L_g4ysrh2xyz_JbObUU_tCxgHxisrDUPntWgQOs15GE,7709
18
18
  terrakio_core/helper/bounded_taskgroup.py,sha256=wiTH10jhKZgrsgrFUNG6gig8bFkUEPHkGRT2XY7Rgmo,677
19
19
  terrakio_core/helper/decorators.py,sha256=L6om7wmWNgCei3Wy5U0aZ-70OzsCwclkjIf7SfQuhCg,2289
20
20
  terrakio_core/helper/tiles.py,sha256=lcLCO6KiP05lCI9vngo3zCZJ6Z9C0pUxHSQS4H58EHc,2699
21
- terrakio_core-0.4.98.1b9.dist-info/METADATA,sha256=u7h-24cCSde3zXMPLXmsBGeCopRpNAVOpfId2bj1oSs,1184
22
- terrakio_core-0.4.98.1b9.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
23
- terrakio_core-0.4.98.1b9.dist-info/RECORD,,
21
+ terrakio_core-0.4.98.1b11.dist-info/METADATA,sha256=qe2r1Uol-d5296aNYqGpOJzc6FdJK1PmCUw7JtmoAzY,1185
22
+ terrakio_core-0.4.98.1b11.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
23
+ terrakio_core-0.4.98.1b11.dist-info/RECORD,,