terrakio-core 0.3.3__py3-none-any.whl → 0.3.4__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 +1 -1
- terrakio_core/client.py +0 -4
- {terrakio_core-0.3.3.dist-info → terrakio_core-0.3.4.dist-info}/METADATA +1 -1
- {terrakio_core-0.3.3.dist-info → terrakio_core-0.3.4.dist-info}/RECORD +6 -6
- {terrakio_core-0.3.3.dist-info → terrakio_core-0.3.4.dist-info}/WHEEL +0 -0
- {terrakio_core-0.3.3.dist-info → terrakio_core-0.3.4.dist-info}/top_level.txt +0 -0
terrakio_core/__init__.py
CHANGED
terrakio_core/client.py
CHANGED
|
@@ -202,7 +202,6 @@ class BaseClient:
|
|
|
202
202
|
"resolution": resolution,
|
|
203
203
|
**kwargs
|
|
204
204
|
}
|
|
205
|
-
print("the payload is ", payload)
|
|
206
205
|
request_url = f"{self.url}/geoquery"
|
|
207
206
|
for attempt in range(retry + 1):
|
|
208
207
|
try:
|
|
@@ -447,8 +446,6 @@ class BaseClient:
|
|
|
447
446
|
}
|
|
448
447
|
request_url = f"{self.url}/geoquery"
|
|
449
448
|
try:
|
|
450
|
-
print("the request url is ", request_url)
|
|
451
|
-
print("the payload is ", payload)
|
|
452
449
|
response = self.session.post(request_url, json=payload, timeout=self.timeout, verify=self.verify)
|
|
453
450
|
print("the response is ", response.text)
|
|
454
451
|
if not response.ok:
|
|
@@ -1348,7 +1345,6 @@ class BaseClient:
|
|
|
1348
1345
|
"hyperparameters": hyperparameters
|
|
1349
1346
|
}
|
|
1350
1347
|
endpoint = f"{self.url.rstrip('/')}/train_model"
|
|
1351
|
-
print("the payload is ", payload)
|
|
1352
1348
|
try:
|
|
1353
1349
|
response = self.session.post(endpoint, json=payload, timeout=self.timeout, verify=self.verify)
|
|
1354
1350
|
if not response.ok:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
terrakio_core/__init__.py,sha256=
|
|
1
|
+
terrakio_core/__init__.py,sha256=Pn9_C8YL77990JgyJlSu_zCafX8L-zCDjnFiKl_SDUY,88
|
|
2
2
|
terrakio_core/auth.py,sha256=tqviZwtW7qWSo1TEjvv0dMDkegUtaEN_tfdrJ6cPJtc,7182
|
|
3
|
-
terrakio_core/client.py,sha256=
|
|
3
|
+
terrakio_core/client.py,sha256=YMbLyevSdxAKlX7K93aOhvfjnM7NCCb4ohetcYzigJM,73676
|
|
4
4
|
terrakio_core/config.py,sha256=MKTGSQRji8ty9dJlX8SOP7_3K2iR-3BXL-hUG7PsZQY,4324
|
|
5
5
|
terrakio_core/dataset_management.py,sha256=Hdk3nkwd70jw3lBNEaGixrqNVhUWOmsIYktzm_8vXdc,10913
|
|
6
6
|
terrakio_core/decorators.py,sha256=QeNOUX6WEAmdgBL5Igt5DXyYduh3jnmLbodttmwvXhE,785
|
|
@@ -10,7 +10,7 @@ terrakio_core/mass_stats.py,sha256=UGZo8BH4hzWe3k7pevsYAdRwnVZl-08lXjTlHD4nMgQ,1
|
|
|
10
10
|
terrakio_core/space_management.py,sha256=wlUUQrlj_4U_Lpjn9lbF5oj0Rv3NPvvnrd5mWej5kmA,4211
|
|
11
11
|
terrakio_core/user_management.py,sha256=MMNWkz0V_9X7ZYjjteuRU4H4W3F16iuQw1dpA2wVTGg,7400
|
|
12
12
|
terrakio_core/generation/tiles.py,sha256=eiiMNzqaga-c42kG_7zHXTF2o8ZInCPUj0Vu4Ye30Ts,2980
|
|
13
|
-
terrakio_core-0.3.
|
|
14
|
-
terrakio_core-0.3.
|
|
15
|
-
terrakio_core-0.3.
|
|
16
|
-
terrakio_core-0.3.
|
|
13
|
+
terrakio_core-0.3.4.dist-info/METADATA,sha256=yC1XxiHDyyzVvXsqgYP7T2mvXHuN_w6h7UYp4rO-fBY,1476
|
|
14
|
+
terrakio_core-0.3.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
15
|
+
terrakio_core-0.3.4.dist-info/top_level.txt,sha256=5cBj6O7rNWyn97ND4YuvvXm0Crv4RxttT4JZvNdOG6Q,14
|
|
16
|
+
terrakio_core-0.3.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|