terrakio-core 0.4.98.1b10__py3-none-any.whl → 0.4.98.1b12__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",
@@ -1021,7 +1021,7 @@ class MassStats:
1021
1021
  CollectionNotFoundError: If the collection is not found
1022
1022
  GetTaskError: If the API request fails due to unknown reasons
1023
1023
  """
1024
- await self.create_collection(collection=collection)
1024
+ await self.get_collection(collection = collection)
1025
1025
 
1026
1026
  upload_urls = await self._upload_requests(collection=collection)
1027
1027
  url = upload_urls['url']
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: terrakio-core
3
- Version: 0.4.98.1b10
3
+ Version: 0.4.98.1b12
4
4
  Summary: Core package for the terrakio-python-api
5
5
  Requires-Python: >=3.11
6
6
  Requires-Dist: aiofiles>=24.1.0
@@ -10,7 +10,7 @@ Requires-Dist: h5netcdf>=1.6.3
10
10
  Requires-Dist: h5py>=3.14.0
11
11
  Requires-Dist: nest-asyncio>=1.6.0
12
12
  Requires-Dist: netcdf4>=1.7.2
13
- Requires-Dist: onnxruntime>=1.22.1
13
+ Requires-Dist: onnxruntime>=1.23.1
14
14
  Requires-Dist: psutil>=7.0.0
15
15
  Requires-Dist: scipy>=1.16.1
16
16
  Requires-Dist: shapely>=2.1.1
@@ -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
@@ -11,13 +11,13 @@ terrakio_core/convenience_functions/zonal_stats.py,sha256=7PI--RI0hiF1pzZ7_7hqty
11
11
  terrakio_core/endpoints/auth.py,sha256=5WvAO39aLsbJAVtxISwiOZseKr3B9I5tHjamPRehDBQ,8327
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
- terrakio_core/endpoints/mass_stats.py,sha256=6RFKR2qjz8uawA1Hb10yIX6bbr-D5dnhSN6uW8Ak8gI,42032
14
+ terrakio_core/endpoints/mass_stats.py,sha256=dr_vcrdIGLb5XyfKLP8Gc6c-uaEh7AqnExGIQBnA6gQ,42031
15
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.1b10.dist-info/METADATA,sha256=7zjH5uEQELi5jz24pC6Mdo_j7wzLwv60WqtJDDK8hG0,1185
22
- terrakio_core-0.4.98.1b10.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
23
- terrakio_core-0.4.98.1b10.dist-info/RECORD,,
21
+ terrakio_core-0.4.98.1b12.dist-info/METADATA,sha256=VL5LTdkZY4mCb2hES0_jyIcvOFdVI2EDmAJrLigJmz4,1185
22
+ terrakio_core-0.4.98.1b12.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
23
+ terrakio_core-0.4.98.1b12.dist-info/RECORD,,