terrakio-core 0.4.98.1b9__py3-none-any.whl → 0.4.98.1b10__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/endpoints/model_management.py +4 -2
- {terrakio_core-0.4.98.1b9.dist-info → terrakio_core-0.4.98.1b10.dist-info}/METADATA +1 -1
- {terrakio_core-0.4.98.1b9.dist-info → terrakio_core-0.4.98.1b10.dist-info}/RECORD +4 -4
- {terrakio_core-0.4.98.1b9.dist-info → terrakio_core-0.4.98.1b10.dist-info}/WHEEL +0 -0
|
@@ -4,9 +4,11 @@ import textwrap
|
|
|
4
4
|
from io import BytesIO
|
|
5
5
|
from typing import Optional, Tuple
|
|
6
6
|
|
|
7
|
-
import
|
|
7
|
+
import os
|
|
8
|
+
|
|
9
|
+
os.environ['ORT_LOGGING_LEVEL'] = '3'
|
|
8
10
|
|
|
9
|
-
|
|
11
|
+
import onnxruntime as ort
|
|
10
12
|
|
|
11
13
|
from ..helper.decorators import require_api_key
|
|
12
14
|
|
|
@@ -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=
|
|
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.
|
|
22
|
-
terrakio_core-0.4.98.
|
|
23
|
-
terrakio_core-0.4.98.
|
|
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,,
|
|
File without changes
|