terrakio-core 0.3.7__py3-none-any.whl → 0.3.8__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
@@ -5,7 +5,7 @@ Terrakio Core
5
5
  Core components for Terrakio API clients.
6
6
  """
7
7
 
8
- __version__ = "0.3.7"
8
+ __version__ = "0.3.8"
9
9
 
10
10
  from .async_client import AsyncClient
11
11
  from .sync_client import SyncClient
@@ -134,6 +134,7 @@ class AsyncClient(BaseClient):
134
134
  output: str = "csv",
135
135
  resolution: int = -1,
136
136
  geom_fix: bool = False,
137
+ validated: bool = True,
137
138
  **kwargs
138
139
  ):
139
140
  """
@@ -147,6 +148,7 @@ class AsyncClient(BaseClient):
147
148
  output (str): Output format ('csv' or 'netcdf')
148
149
  resolution (int): Resolution parameter
149
150
  geom_fix (bool): Whether to fix the geometry (default False)
151
+ validated (bool): Whether to use validated data (default True)
150
152
  **kwargs: Additional parameters to pass to the WCS request
151
153
 
152
154
  Returns:
@@ -169,6 +171,7 @@ class AsyncClient(BaseClient):
169
171
  "resolution": resolution,
170
172
  "expr": expr,
171
173
  "buffer": geom_fix,
174
+ "validated": validated,
172
175
  **kwargs
173
176
  }
174
177
  return await self._terrakio_request("POST", "geoquery", json=payload)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: terrakio-core
3
- Version: 0.3.7
3
+ Version: 0.3.8
4
4
  Summary: Core components for Terrakio API clients
5
5
  Author-email: Yupeng Chao <yupeng@haizea.com.au>
6
6
  Project-URL: Homepage, https://github.com/HaizeaAnalytics/terrakio-python-api
@@ -1,5 +1,5 @@
1
- terrakio_core/__init__.py,sha256=AhgqIBhUwFipuLFRbhkgYJ_LmAUEmDDsSjSXSagn2aE,242
2
- terrakio_core/async_client.py,sha256=Lcj_PjhefyWuqUfJkJwgJyP-LmSWCOdv1t3QvnYnefg,12587
1
+ terrakio_core/__init__.py,sha256=nUk_Q29ij_1R32AjR8Ygwy0_ID4-zdVkQexvBz7reM4,242
2
+ terrakio_core/async_client.py,sha256=wyuIJGMAzfFwfM5BYgCTMuY0YAKNYJqRNB3IF5NpVow,12730
3
3
  terrakio_core/client.py,sha256=h8GW88g6RlGwNFW6MW48c_3BnaeT9nSd19LI1jCn1GU,1008
4
4
  terrakio_core/config.py,sha256=r8NARVYOca4AuM88VP_j-8wQxOk1s7VcRdyEdseBlLE,4193
5
5
  terrakio_core/exceptions.py,sha256=4qnpOM1gOxsNIXDXY4qwY1d3I4Myhp7HBh7b2D0SVrU,529
@@ -15,7 +15,7 @@ terrakio_core/endpoints/user_management.py,sha256=x0JW6VET7eokngmkhZPukegxoJNR1X
15
15
  terrakio_core/helper/bounded_taskgroup.py,sha256=wiTH10jhKZgrsgrFUNG6gig8bFkUEPHkGRT2XY7Rgmo,677
16
16
  terrakio_core/helper/decorators.py,sha256=L6om7wmWNgCei3Wy5U0aZ-70OzsCwclkjIf7SfQuhCg,2289
17
17
  terrakio_core/helper/tiles.py,sha256=xNtp3oDD912PN_FQV5fb6uQYhwfHANuXyIcxoVCCfZU,2632
18
- terrakio_core-0.3.7.dist-info/METADATA,sha256=duExFAn2EiG-5A4UMkaz_M5Piofh3vSLhuFVqoo7Nfk,1728
19
- terrakio_core-0.3.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
20
- terrakio_core-0.3.7.dist-info/top_level.txt,sha256=5cBj6O7rNWyn97ND4YuvvXm0Crv4RxttT4JZvNdOG6Q,14
21
- terrakio_core-0.3.7.dist-info/RECORD,,
18
+ terrakio_core-0.3.8.dist-info/METADATA,sha256=oZlZhEda5qq8myogGbxvlV0ZJExcEf5kMaYWEVES0BE,1728
19
+ terrakio_core-0.3.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
20
+ terrakio_core-0.3.8.dist-info/top_level.txt,sha256=5cBj6O7rNWyn97ND4YuvvXm0Crv4RxttT4JZvNdOG6Q,14
21
+ terrakio_core-0.3.8.dist-info/RECORD,,