terrakio-core 0.4.8__py3-none-any.whl → 0.4.94__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.

@@ -0,0 +1,31 @@
1
+ Metadata-Version: 2.4
2
+ Name: terrakio-core
3
+ Version: 0.4.94
4
+ Summary: Core package for the terrakio-python-api
5
+ Requires-Python: >=3.11
6
+ Requires-Dist: aiofiles>=24.1.0
7
+ Requires-Dist: aiohttp>=3.12.15
8
+ Requires-Dist: geopandas>=1.1.1
9
+ Requires-Dist: h5netcdf>=1.6.3
10
+ Requires-Dist: h5py>=3.14.0
11
+ Requires-Dist: netcdf4>=1.7.2
12
+ Requires-Dist: onnxruntime>=1.22.1
13
+ Requires-Dist: psutil>=7.0.0
14
+ Requires-Dist: scipy>=1.16.1
15
+ Requires-Dist: shapely>=2.1.1
16
+ Requires-Dist: xarray>=2025.7.1
17
+ Provides-Extra: ml
18
+ Requires-Dist: scikit-learn>=1.7.1; extra == 'ml'
19
+ Requires-Dist: skl2onnx>=1.19.1; extra == 'ml'
20
+ Requires-Dist: torch>=2.7.1; extra == 'ml'
21
+ Description-Content-Type: text/markdown
22
+
23
+ # Terrakio Core
24
+
25
+ Core components for Terrakio API clients. This package provides the foundational classes and utilities used by both the regular and admin API clients.
26
+
27
+ This package is typically not used directly but is a dependency for:
28
+ - `terrakio-api`: Regular user client
29
+ - `terrakio-admin-api`: Administrative client
30
+
31
+ For documentation and usage examples, see the [main repository](https://github.com/HaizeaAnalytics/terrakio-python-api).
@@ -1,22 +1,23 @@
1
- terrakio_core/__init__.py,sha256=6vkl93sRjS9MTeD9gOYF1xnmrExcy0bkZrGgE61naL0,273
2
- terrakio_core/accessors.py,sha256=qWLljU83YO7EUOefo_f6_P6ba6uiYMXwou0ihAHKBHQ,23706
3
- terrakio_core/async_client.py,sha256=FNl1K3g6UoB1aKPAG6gFc-25ukNLCmyI-m-UpLawzFI,14656
1
+ terrakio_core/__init__.py,sha256=3mNx2Z2Dx1PlbSuUdaIn7IgxE2XflcuBc0t0POO5-7Q,274
2
+ terrakio_core/accessors.py,sha256=pVZ7qqkkiZdUN5DwqDFwWNHRMfzT9pLnDehI8yiUNVw,43595
3
+ terrakio_core/async_client.py,sha256=txdSsX3IwqtHlcS86u6N6vjV0-PIiermxNOIjEMQ3Yg,14950
4
4
  terrakio_core/client.py,sha256=VXP7BtJWIfpPPZR7_yNdSTcGwNgTwhb7KorusqkQrzk,5603
5
5
  terrakio_core/config.py,sha256=r8NARVYOca4AuM88VP_j-8wQxOk1s7VcRdyEdseBlLE,4193
6
6
  terrakio_core/exceptions.py,sha256=4qnpOM1gOxsNIXDXY4qwY1d3I4Myhp7HBh7b2D0SVrU,529
7
- terrakio_core/sync_client.py,sha256=HCpbM3T-6cTzDm5rmKJJSY_nd_g1j-vaD6oFLKMT5ig,27516
8
- terrakio_core/convenience_functions/convenience_functions.py,sha256=tbzG7j6o0HojAEJqAxg2KPqCpSASJlLnayFQ_Cxfips,21700
7
+ terrakio_core/sync_client.py,sha256=jbG2sMnbR3QPvhAxQX2dBWeX_6f-Qx_MFSRLLpvfRh4,14604
8
+ terrakio_core/convenience_functions/create_dataset_file.py,sha256=RDTAQnKUigyczv3EKhKrs34VMDZDCgL4iz0bge1d9e4,4774
9
+ terrakio_core/convenience_functions/geoquries.py,sha256=zIgt4fDCBgOIUM_h7-a6brOG-Mi2C_bQdnqcSliTVDs,3766
10
+ terrakio_core/convenience_functions/zonal_stats.py,sha256=B0c95M5yqGE3uC2_Cad3FKXeaz97hVHdnaWSMdJdKsU,19496
9
11
  terrakio_core/endpoints/auth.py,sha256=FdLsPScPIBo-Gxl6ZnE-46cp2molggAJtL72LssN3fg,6049
10
12
  terrakio_core/endpoints/dataset_management.py,sha256=BUm8IIlW_Q45vDiQp16CiJGeSLheI8uWRVRQtMdhaNk,13161
11
13
  terrakio_core/endpoints/group_management.py,sha256=VFl3jakjQa9OPi351D3DZvLU9M7fHdfjCzGhmyJsx3U,6309
12
- terrakio_core/endpoints/mass_stats.py,sha256=Gz70eyRrmQykrr7zFC5Pd5RTNvVpHgyTTF3rr2lNuFE,30038
14
+ terrakio_core/endpoints/mass_stats.py,sha256=Vb6Tf8kKf5Hlch4ddsrQnfayfiK6z7NSjO8D0pop4p8,25699
13
15
  terrakio_core/endpoints/model_management.py,sha256=LH_gHPrqYA-_45KWpDBRcFbwHgm-Kg0zk1ealy7P_C0,52379
14
16
  terrakio_core/endpoints/space_management.py,sha256=YWb55nkJnFJGlALJ520DvurxDqVqwYtsvqQPWzxzhDs,2266
15
17
  terrakio_core/endpoints/user_management.py,sha256=WlFr3EfK8iI6DfkpMuYLHZUPk2n7_DHHO6z1hndmZB4,3816
16
18
  terrakio_core/helper/bounded_taskgroup.py,sha256=wiTH10jhKZgrsgrFUNG6gig8bFkUEPHkGRT2XY7Rgmo,677
17
19
  terrakio_core/helper/decorators.py,sha256=L6om7wmWNgCei3Wy5U0aZ-70OzsCwclkjIf7SfQuhCg,2289
18
20
  terrakio_core/helper/tiles.py,sha256=lcLCO6KiP05lCI9vngo3zCZJ6Z9C0pUxHSQS4H58EHc,2699
19
- terrakio_core-0.4.8.dist-info/METADATA,sha256=qNSYP_MhFspxCQyJ7UP-VA362prjj4HJkxiq3L7TY2s,1913
20
- terrakio_core-0.4.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
21
- terrakio_core-0.4.8.dist-info/top_level.txt,sha256=5cBj6O7rNWyn97ND4YuvvXm0Crv4RxttT4JZvNdOG6Q,14
22
- terrakio_core-0.4.8.dist-info/RECORD,,
21
+ terrakio_core-0.4.94.dist-info/METADATA,sha256=YFJOYF9P_3Hg6HwYFu1M_i9H94gZN9Ujmx9Lt1yWynU,1116
22
+ terrakio_core-0.4.94.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
23
+ terrakio_core-0.4.94.dist-info/RECORD,,
@@ -1,5 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.9.0)
2
+ Generator: hatchling 1.27.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
-
@@ -1,47 +0,0 @@
1
- Metadata-Version: 2.4
2
- Name: terrakio-core
3
- Version: 0.4.8
4
- Summary: Core components for Terrakio API clients
5
- Author-email: Yupeng Chao <yupeng@haizea.com.au>
6
- Project-URL: Homepage, https://github.com/HaizeaAnalytics/terrakio-python-api
7
- Project-URL: Bug Tracker, https://github.com/HaizeaAnalytics/terrakio-python-api/issues
8
- Classifier: Programming Language :: Python :: 3
9
- Classifier: Programming Language :: Python :: 3.7
10
- Classifier: Programming Language :: Python :: 3.8
11
- Classifier: Programming Language :: Python :: 3.9
12
- Classifier: Programming Language :: Python :: 3.10
13
- Classifier: License :: OSI Approved :: MIT License
14
- Classifier: Operating System :: OS Independent
15
- Classifier: Development Status :: 4 - Beta
16
- Requires-Python: >3.11
17
- Description-Content-Type: text/markdown
18
- Requires-Dist: requests>=2.25.0
19
- Requires-Dist: aiohttp>=3.8.0
20
- Requires-Dist: pyyaml>=5.1
21
- Requires-Dist: xarray>=2023.1.0
22
- Requires-Dist: shapely>=2.0.0
23
- Requires-Dist: geopandas>=0.13.0
24
- Requires-Dist: google-cloud-storage>=2.0.0
25
- Requires-Dist: scipy>=1.7.0
26
- Requires-Dist: nest_asyncio
27
- Requires-Dist: onnxruntime>=1.10.0
28
- Requires-Dist: psutil>=5.0.0
29
- Requires-Dist: h5netcdf>=1.0.0
30
- Requires-Dist: netcdf4>=1.5.0
31
- Requires-Dist: aiofiles>=24.1.0
32
- Provides-Extra: ml
33
- Requires-Dist: torch>=2.7.1; extra == "ml"
34
- Requires-Dist: scikit-learn>=1.7.0; extra == "ml"
35
- Requires-Dist: skl2onnx>=1.19.1; extra == "ml"
36
- Requires-Dist: onnx>=1.18.0; extra == "ml"
37
- Requires-Dist: onnxruntime>=1.10.0; extra == "ml"
38
-
39
- # Terrakio Core
40
-
41
- Core components for Terrakio API clients. This package provides the foundational classes and utilities used by both the regular and admin API clients.
42
-
43
- This package is typically not used directly but is a dependency for:
44
- - `terrakio-api`: Regular user client
45
- - `terrakio-admin-api`: Administrative client
46
-
47
- For documentation and usage examples, see the [main repository](https://github.com/HaizeaAnalytics/terrakio-python-api).
@@ -1 +0,0 @@
1
- terrakio_core