geobox 1.2.2__tar.gz → 1.2.3__tar.gz
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.
- {geobox-1.2.2 → geobox-1.2.3}/PKG-INFO +1 -1
- {geobox-1.2.2 → geobox-1.2.3}/geobox/api.py +6 -4
- {geobox-1.2.2 → geobox-1.2.3}/geobox/enums.py +8 -20
- {geobox-1.2.2 → geobox-1.2.3}/geobox/field.py +2 -2
- {geobox-1.2.2 → geobox-1.2.3}/geobox/map.py +14 -13
- {geobox-1.2.2 → geobox-1.2.3}/geobox/raster.py +2 -5
- {geobox-1.2.2 → geobox-1.2.3}/geobox/task.py +14 -7
- {geobox-1.2.2 → geobox-1.2.3}/geobox/vectorlayer.py +95 -52
- {geobox-1.2.2 → geobox-1.2.3}/geobox/view.py +51 -20
- {geobox-1.2.2 → geobox-1.2.3}/geobox.egg-info/PKG-INFO +1 -1
- {geobox-1.2.2 → geobox-1.2.3}/pyproject.toml +1 -1
- {geobox-1.2.2 → geobox-1.2.3}/tests/test_feature.py +101 -102
- {geobox-1.2.2 → geobox-1.2.3}/tests/test_map.py +24 -92
- {geobox-1.2.2 → geobox-1.2.3}/tests/test_mosaic.py +49 -17
- {geobox-1.2.2 → geobox-1.2.3}/tests/test_raster.py +52 -16
- {geobox-1.2.2 → geobox-1.2.3}/tests/test_task.py +27 -18
- {geobox-1.2.2 → geobox-1.2.3}/tests/test_vectorlayer.py +156 -100
- {geobox-1.2.2 → geobox-1.2.3}/tests/test_view.py +99 -92
- {geobox-1.2.2 → geobox-1.2.3}/LICENSE +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/README.md +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/geobox/__init__.py +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/geobox/apikey.py +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/geobox/attachment.py +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/geobox/base.py +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/geobox/basemap.py +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/geobox/dashboard.py +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/geobox/exception.py +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/geobox/feature.py +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/geobox/file.py +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/geobox/log.py +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/geobox/model3d.py +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/geobox/mosaic.py +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/geobox/plan.py +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/geobox/query.py +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/geobox/route.py +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/geobox/scene.py +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/geobox/settings.py +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/geobox/tile3d.py +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/geobox/tileset.py +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/geobox/usage.py +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/geobox/user.py +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/geobox/utils.py +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/geobox/version.py +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/geobox/workflow.py +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/geobox.egg-info/SOURCES.txt +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/geobox.egg-info/dependency_links.txt +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/geobox.egg-info/requires.txt +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/geobox.egg-info/top_level.txt +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/setup.cfg +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/tests/test_api.py +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/tests/test_apikey.py +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/tests/test_attachment.py +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/tests/test_basemap.py +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/tests/test_dashboard.py +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/tests/test_field.py +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/tests/test_file.py +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/tests/test_log.py +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/tests/test_model3d.py +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/tests/test_plan.py +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/tests/test_query.py +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/tests/test_route.py +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/tests/test_scene.py +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/tests/test_settings.py +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/tests/test_tile3d.py +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/tests/test_tileset.py +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/tests/test_usage.py +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/tests/test_user.py +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/tests/test_version.py +0 -0
- {geobox-1.2.2 → geobox-1.2.3}/tests/test_workflow.py +0 -0
|
@@ -31,7 +31,7 @@ from .basemap import Basemap
|
|
|
31
31
|
from .attachment import Attachment, AttachmentResourceType
|
|
32
32
|
from .apikey import ApiKey
|
|
33
33
|
from .log import Log
|
|
34
|
-
from .usage import Usage
|
|
34
|
+
from .usage import Usage, UsageScale, UsageParam
|
|
35
35
|
|
|
36
36
|
logger = logging.getLogger(__name__)
|
|
37
37
|
|
|
@@ -500,6 +500,7 @@ class GeoboxClient:
|
|
|
500
500
|
display_name: str = None,
|
|
501
501
|
description: str = None,
|
|
502
502
|
has_z: bool = False,
|
|
503
|
+
temporary: bool = False,
|
|
503
504
|
fields: List = None) -> 'VectorLayer':
|
|
504
505
|
"""
|
|
505
506
|
Create a new vector layer.
|
|
@@ -510,6 +511,7 @@ class GeoboxClient:
|
|
|
510
511
|
display_name (str, optional): A human-readable name for the layer. default is None.
|
|
511
512
|
description (str, optional): A description of the layer. default is None.
|
|
512
513
|
has_z (bool, optional): Whether the layer includes Z coordinates. default is False.
|
|
514
|
+
temporary (bool, optional): Whether to create a temporary layer. temporary layers will be deleted after 24 hours. default is False.
|
|
513
515
|
fields (List, optional): List of field definitions for the layer. default is None.
|
|
514
516
|
|
|
515
517
|
Returns:
|
|
@@ -528,7 +530,7 @@ class GeoboxClient:
|
|
|
528
530
|
... has_z=False,
|
|
529
531
|
... fields=[{"name": "my_field", "datatype": "FieldTypeString"}])
|
|
530
532
|
"""
|
|
531
|
-
return VectorLayer.create_vector(self, name=name, layer_type=layer_type, display_name=display_name, description=description, has_z=has_z, fields=fields)
|
|
533
|
+
return VectorLayer.create_vector(self, name=name, layer_type=layer_type, display_name=display_name, description=description, has_z=has_z, temporary=temporary, fields=fields)
|
|
532
534
|
|
|
533
535
|
|
|
534
536
|
def get_vector_by_name(self, name: str, user_id: int = None) -> Union['VectorLayer', None]:
|
|
@@ -760,7 +762,7 @@ class GeoboxClient:
|
|
|
760
762
|
return VectorLayerView.get_view(self, uuid)
|
|
761
763
|
|
|
762
764
|
|
|
763
|
-
def get_view_by_name(self, name: str, user_id: int = None) -> Union['
|
|
765
|
+
def get_view_by_name(self, name: str, user_id: int = None) -> Union['VectorLayerView', None]:
|
|
764
766
|
"""
|
|
765
767
|
Get a view by name
|
|
766
768
|
|
|
@@ -769,7 +771,7 @@ class GeoboxClient:
|
|
|
769
771
|
user_id (int, optional): specific user. privileges required.
|
|
770
772
|
|
|
771
773
|
Returns:
|
|
772
|
-
|
|
774
|
+
VectorLayerView | None: returns the view if a view matches the given name, else None
|
|
773
775
|
|
|
774
776
|
Example:
|
|
775
777
|
>>> from geobox import GeoboxClient
|
|
@@ -134,20 +134,11 @@ class LayerType(Enum):
|
|
|
134
134
|
Point = "Point"
|
|
135
135
|
"""A single point in 2D space"""
|
|
136
136
|
|
|
137
|
-
LineString = "LineString"
|
|
138
|
-
"""A sequence of points forming a line"""
|
|
139
|
-
|
|
140
|
-
Polygon = "Polygon"
|
|
141
|
-
"""A closed shape defined by a sequence of points"""
|
|
142
|
-
|
|
143
137
|
MultiPoint = "MultiPoint"
|
|
144
138
|
"""A collection of points"""
|
|
145
139
|
|
|
146
|
-
|
|
147
|
-
"""A
|
|
148
|
-
|
|
149
|
-
MultiPolygon = "MultiPolygon"
|
|
150
|
-
"""A collection of polygons"""
|
|
140
|
+
Polygon = "Polygon"
|
|
141
|
+
"""A closed shape defined by a sequence of points"""
|
|
151
142
|
|
|
152
143
|
Polyline = "Polyline"
|
|
153
144
|
"""A polyline geometry"""
|
|
@@ -163,25 +154,22 @@ class FeatureType(Enum):
|
|
|
163
154
|
"""
|
|
164
155
|
Point = "Point"
|
|
165
156
|
"""A single point in 2D space"""
|
|
157
|
+
|
|
158
|
+
MultiPoint = "MultiPoint"
|
|
159
|
+
"""A collection of points"""
|
|
166
160
|
|
|
167
161
|
LineString = "LineString"
|
|
168
162
|
"""A sequence of points forming a line"""
|
|
163
|
+
|
|
164
|
+
MultiLineString = "MultiLineString"
|
|
165
|
+
"""A collection of lines"""
|
|
169
166
|
|
|
170
167
|
Polygon = "Polygon"
|
|
171
168
|
"""A closed shape defined by a sequence of points"""
|
|
172
169
|
|
|
173
|
-
MultiPoint = "MultiPoint"
|
|
174
|
-
"""A collection of points"""
|
|
175
|
-
|
|
176
|
-
MultiLineString = "MultiLineString"
|
|
177
|
-
"""A collection of lines"""
|
|
178
|
-
|
|
179
170
|
MultiPolygon = "MultiPolygon"
|
|
180
171
|
"""A collection of polygons"""
|
|
181
172
|
|
|
182
|
-
Polyline = "Polyline"
|
|
183
|
-
"""A polyline geometry"""
|
|
184
|
-
|
|
185
173
|
|
|
186
174
|
# Task Enums
|
|
187
175
|
class TaskStatus(Enum):
|
|
@@ -258,7 +258,7 @@ class Field(Base):
|
|
|
258
258
|
Get the statistic of the field.
|
|
259
259
|
|
|
260
260
|
Args:
|
|
261
|
-
func (str): The function to apply to the field.
|
|
261
|
+
func (str): The function to apply to the field. values are: min, max, avg
|
|
262
262
|
|
|
263
263
|
Returns:
|
|
264
264
|
Dict: The response data.
|
|
@@ -269,7 +269,7 @@ class Field(Base):
|
|
|
269
269
|
>>> client = GeoboxClient()
|
|
270
270
|
>>> layer = client.get_vector(uuid="12345678-1234-5678-1234-567812345678")
|
|
271
271
|
>>> field = layer.get_field(name='test')
|
|
272
|
-
>>> field.get_field_statistic()
|
|
272
|
+
>>> field.get_field_statistic(func='avg')
|
|
273
273
|
"""
|
|
274
274
|
endpoint = urljoin(self.endpoint, f'stats/?func_type={func}')
|
|
275
275
|
return self.layer.api.get(endpoint)
|
|
@@ -621,31 +621,32 @@ class Map(Base):
|
|
|
621
621
|
grid_settings = {'enable_grid', 'grid_unit', 'grid_width', 'grid_height', 'grid_minzoom', 'grid_maxzoom'}
|
|
622
622
|
view_settings = {'bearing', 'pitch', 'center', 'zoom'}
|
|
623
623
|
|
|
624
|
+
settings = self.settings
|
|
625
|
+
|
|
624
626
|
for key, value in kwargs.items():
|
|
625
627
|
if key in general_settings:
|
|
626
|
-
|
|
628
|
+
settings['general_settings'][key] = value
|
|
627
629
|
elif key in edit_settings:
|
|
628
|
-
|
|
630
|
+
settings['edit_settings'][key] = value
|
|
629
631
|
elif key in snap_settings:
|
|
630
|
-
|
|
632
|
+
settings['snap_settings'][key] = value
|
|
631
633
|
elif key == 'controls':
|
|
632
|
-
|
|
634
|
+
settings['controls'] = value
|
|
633
635
|
elif key in search_settings:
|
|
634
|
-
|
|
636
|
+
settings['search_settings'][key] = value
|
|
635
637
|
elif key in marker_settings:
|
|
636
|
-
|
|
638
|
+
settings['marker_settings'][key] = value
|
|
637
639
|
elif key in terrain_settings:
|
|
638
|
-
|
|
640
|
+
settings['terrain_settings'][key] = value
|
|
639
641
|
elif key in grid_settings:
|
|
640
|
-
|
|
642
|
+
settings['grid_settings'][key] = value
|
|
641
643
|
elif key in view_settings:
|
|
642
|
-
|
|
644
|
+
settings['view_settings'][key] = value
|
|
643
645
|
elif key == 'toc_settings':
|
|
644
|
-
|
|
646
|
+
settings['toc_settings'] = value
|
|
647
|
+
|
|
648
|
+
return super()._set_settings(self.endpoint, settings)
|
|
645
649
|
|
|
646
|
-
endpoint = urljoin(self.endpoint, 'settings/')
|
|
647
|
-
self.api.put(endpoint, self.settings)
|
|
648
|
-
|
|
649
650
|
|
|
650
651
|
def get_markers(self) -> Dict:
|
|
651
652
|
"""
|
|
@@ -608,10 +608,7 @@ class Raster(Base):
|
|
|
608
608
|
'min_zoom', 'max_zoom', 'use_cache', 'cache_until_zoom'
|
|
609
609
|
}
|
|
610
610
|
|
|
611
|
-
settings =
|
|
612
|
-
'visual_settings': {},
|
|
613
|
-
'tile_settings': {}
|
|
614
|
-
}
|
|
611
|
+
settings = self.settings
|
|
615
612
|
|
|
616
613
|
for key, value in kwargs.items():
|
|
617
614
|
if key in visual_settings:
|
|
@@ -620,7 +617,7 @@ class Raster(Base):
|
|
|
620
617
|
settings['tile_settings'][key] = value
|
|
621
618
|
|
|
622
619
|
|
|
623
|
-
super()._set_settings(self.endpoint, settings)
|
|
620
|
+
return super()._set_settings(self.endpoint, settings)
|
|
624
621
|
|
|
625
622
|
|
|
626
623
|
def share(self, users: List['User']) -> None:
|
|
@@ -10,6 +10,7 @@ if TYPE_CHECKING:
|
|
|
10
10
|
from .vectorlayer import VectorLayer
|
|
11
11
|
from .raster import Raster
|
|
12
12
|
from .model3d import Model
|
|
13
|
+
from .file import File
|
|
13
14
|
|
|
14
15
|
class Task(Base):
|
|
15
16
|
"""
|
|
@@ -45,9 +46,9 @@ class Task(Base):
|
|
|
45
46
|
|
|
46
47
|
|
|
47
48
|
@property
|
|
48
|
-
def
|
|
49
|
+
def output_asset(self) -> Union['VectorLayer', 'Raster', 'Model', 'File', None]:
|
|
49
50
|
"""
|
|
50
|
-
|
|
51
|
+
output asset property
|
|
51
52
|
|
|
52
53
|
Returns:
|
|
53
54
|
VectorLayer | Raster | Model | None: if task type is publish, it returns the published layer
|
|
@@ -57,14 +58,20 @@ class Task(Base):
|
|
|
57
58
|
>>> from geobox.task import Task
|
|
58
59
|
>>> client = GeoboxClient()
|
|
59
60
|
>>> task = Task.get_task(client, uuid="12345678-1234-5678-1234-567812345678")
|
|
60
|
-
>>> task.
|
|
61
|
+
>>> task.output_asset
|
|
61
62
|
"""
|
|
62
|
-
if self.
|
|
63
|
-
return self.api.get_raster(uuid=self.data['result']['raster_uuid'])
|
|
64
|
-
elif self.name == 'import:publish-file-to-vector-layer':
|
|
63
|
+
if self.data.get('result', {}).get('layer_uuid'):
|
|
65
64
|
return self.api.get_vector(uuid=self.data['result']['layer_uuid'])
|
|
66
|
-
|
|
65
|
+
|
|
66
|
+
elif self.data.get('result', {}).get('raster_uuid'):
|
|
67
|
+
return self.api.get_raster(uuid=self.data['result']['raster_uuid'])
|
|
68
|
+
|
|
69
|
+
elif self.data.get('result', {}).get('model_uuid'):
|
|
67
70
|
return self.api.get_model(uuid=self.data['result']['model_uuid'])
|
|
71
|
+
|
|
72
|
+
elif self.data.get('result', {}).get('file_uuid'):
|
|
73
|
+
return self.api.get_file(uuid=self.data['result']['file_uuid'])
|
|
74
|
+
|
|
68
75
|
else:
|
|
69
76
|
return None
|
|
70
77
|
|
|
@@ -16,6 +16,7 @@ if TYPE_CHECKING:
|
|
|
16
16
|
from .api import GeoboxClient
|
|
17
17
|
from .view import VectorLayerView
|
|
18
18
|
from .user import User
|
|
19
|
+
from .file import File
|
|
19
20
|
|
|
20
21
|
class VectorLayer(Base):
|
|
21
22
|
"""
|
|
@@ -226,6 +227,7 @@ class VectorLayer(Base):
|
|
|
226
227
|
display_name: str = None,
|
|
227
228
|
description: str = None,
|
|
228
229
|
has_z: bool = False,
|
|
230
|
+
temporary: bool = False,
|
|
229
231
|
fields: List = None) -> 'VectorLayer':
|
|
230
232
|
"""
|
|
231
233
|
Create a new vector layer.
|
|
@@ -237,6 +239,7 @@ class VectorLayer(Base):
|
|
|
237
239
|
display_name (str, optional): A human-readable name for the layer. default is None.
|
|
238
240
|
description (str, optional): A description of the layer. default is None.
|
|
239
241
|
has_z (bool, optional): Whether the layer includes Z coordinates. default is False.
|
|
242
|
+
temporary (bool, optional): Whether to create a temporary layer. temporary layers will be deleted after 24 hours. default is False.
|
|
240
243
|
fields (List, optional): List of field definitions for the layer. default is None.
|
|
241
244
|
|
|
242
245
|
Returns:
|
|
@@ -255,6 +258,7 @@ class VectorLayer(Base):
|
|
|
255
258
|
... display_name="My Layer",
|
|
256
259
|
... description="This is a description of my layer",
|
|
257
260
|
... has_z=False,
|
|
261
|
+
... temporary=True,
|
|
258
262
|
... fields=[{"name": "my_field", "datatype": "FieldTypeString"}])
|
|
259
263
|
or
|
|
260
264
|
>>> layer = client.create_vector(name="my_layer",
|
|
@@ -262,6 +266,7 @@ class VectorLayer(Base):
|
|
|
262
266
|
... display_name="My Layer",
|
|
263
267
|
... description="This is a description of my layer",
|
|
264
268
|
... has_z=False,
|
|
269
|
+
... temporary=True,
|
|
265
270
|
... fields=[{"name": "my_field", "datatype": "FieldTypeString"}])
|
|
266
271
|
"""
|
|
267
272
|
data = {
|
|
@@ -270,6 +275,7 @@ class VectorLayer(Base):
|
|
|
270
275
|
"display_name": display_name,
|
|
271
276
|
"description": description,
|
|
272
277
|
"has_z": has_z,
|
|
278
|
+
"temporary": temporary,
|
|
273
279
|
"fields": fields
|
|
274
280
|
}
|
|
275
281
|
return super()._create(api=api,
|
|
@@ -332,7 +338,8 @@ class VectorLayer(Base):
|
|
|
332
338
|
Make the layer permanent.
|
|
333
339
|
"""
|
|
334
340
|
endpoint = urljoin(self.endpoint, 'makePermanent/')
|
|
335
|
-
self.api.post(endpoint, is_json=False)
|
|
341
|
+
response = self.api.post(endpoint, is_json=False)
|
|
342
|
+
self._update_properties(response)
|
|
336
343
|
|
|
337
344
|
|
|
338
345
|
def share(self, users: List['User']) -> None:
|
|
@@ -470,41 +477,56 @@ class VectorLayer(Base):
|
|
|
470
477
|
factory_func=lambda api, item: Field(layer=self, data_type=FieldType(item['datatype']), field_id=item['id'], data=item))
|
|
471
478
|
|
|
472
479
|
|
|
473
|
-
def get_field(self, field_id:
|
|
480
|
+
def get_field(self, field_id: int) -> 'Field':
|
|
474
481
|
"""
|
|
475
482
|
Get a specific field by its ID.
|
|
476
483
|
|
|
477
484
|
Args:
|
|
478
|
-
field_id (
|
|
479
|
-
name (str, optional): The name of the field to retrieve.
|
|
485
|
+
field_id (int, optional): The ID of the field to retrieve.
|
|
480
486
|
|
|
481
487
|
Returns:
|
|
482
488
|
Field: The requested field instance.
|
|
483
489
|
|
|
484
490
|
Raises:
|
|
485
|
-
|
|
486
|
-
NotFoundError: If the field with the specified ID or name is not found.
|
|
491
|
+
NotFoundError: If the field with the specified ID is not found.
|
|
487
492
|
|
|
488
493
|
Example:
|
|
489
494
|
>>> from geobox import GeoboxClient
|
|
490
495
|
>>> from geobox.vectorlayer import VectorLayer
|
|
491
496
|
>>> client = GeoboxClient()
|
|
492
497
|
>>> layer = VectorLayer.get_vector(api=client, uuid="12345678-1234-5678-1234-567812345678")
|
|
493
|
-
>>> field = layer.get_field(field_id=
|
|
498
|
+
>>> field = layer.get_field(field_id=1)
|
|
499
|
+
"""
|
|
500
|
+
field = next((f for f in self.get_fields() if f.id == field_id), None)
|
|
501
|
+
if not field:
|
|
502
|
+
raise NotFoundError(f'Field with ID {field_id} not found in layer {self.name}')
|
|
503
|
+
|
|
504
|
+
return field
|
|
505
|
+
|
|
506
|
+
|
|
507
|
+
def get_field_by_name(self, name: str) -> 'Field':
|
|
494
508
|
"""
|
|
495
|
-
|
|
496
|
-
raise ValueError('Either "field_id" or "name" must be provided')
|
|
509
|
+
Get a specific field by its name.
|
|
497
510
|
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
elif name:
|
|
501
|
-
field = next((f for f in self.get_fields() if f.name == name), None)
|
|
511
|
+
Args:
|
|
512
|
+
name (str, optional): The name of the field to retrieve.
|
|
502
513
|
|
|
514
|
+
Returns:
|
|
515
|
+
Field: The requested field instance.
|
|
516
|
+
|
|
517
|
+
Raises:
|
|
518
|
+
NotFoundError: If the field with the specified name is not found.
|
|
519
|
+
|
|
520
|
+
Example:
|
|
521
|
+
>>> from geobox import GeoboxClient
|
|
522
|
+
>>> from geobox.vectorlayer import VectorLayer
|
|
523
|
+
>>> client = GeoboxClient()
|
|
524
|
+
>>> layer = VectorLayer.get_vector(api=client, uuid="12345678-1234-5678-1234-567812345678")
|
|
525
|
+
>>> field = layer.get_field_by_name(name='test')
|
|
526
|
+
"""
|
|
527
|
+
field = next((f for f in self.get_fields() if f.name == name), None)
|
|
503
528
|
if not field:
|
|
504
|
-
|
|
505
|
-
raise NotFoundError(f'Field with ID {field_id} not found in layer {self.name}')
|
|
506
|
-
elif name:
|
|
507
|
-
raise NotFoundError(f'Field with name "{name}" not found in layer {self.name}')
|
|
529
|
+
raise NotFoundError(f"Field with name '{name}' not found in layer {self.name}")
|
|
508
530
|
|
|
509
531
|
return field
|
|
510
532
|
|
|
@@ -542,7 +564,7 @@ class VectorLayer(Base):
|
|
|
542
564
|
bbox_srid: int = None,
|
|
543
565
|
feature_ids: List = None,
|
|
544
566
|
run_async: bool = True,
|
|
545
|
-
user_id: int = None) -> 'Task':
|
|
567
|
+
user_id: int = None) -> Union['Task', Dict]:
|
|
546
568
|
"""
|
|
547
569
|
Calculate values for a field based on an expression.
|
|
548
570
|
|
|
@@ -557,7 +579,7 @@ class VectorLayer(Base):
|
|
|
557
579
|
user_id (int, optional): Specific user. privileges required.
|
|
558
580
|
|
|
559
581
|
Returns:
|
|
560
|
-
Task: The task instance of the calculation operation.
|
|
582
|
+
Task | Dict: The task instance of the calculation operation or the api response if the run_async=False.
|
|
561
583
|
|
|
562
584
|
Example:
|
|
563
585
|
>>> from geobox import GeoboxClient
|
|
@@ -585,8 +607,11 @@ class VectorLayer(Base):
|
|
|
585
607
|
|
|
586
608
|
endpoint = urljoin(self.endpoint, 'calculateField/')
|
|
587
609
|
response = self.api.post(endpoint, data, is_json=False)
|
|
588
|
-
|
|
589
|
-
|
|
610
|
+
if run_async:
|
|
611
|
+
task = Task.get_task(self.api, response.get('task_id'))
|
|
612
|
+
return task
|
|
613
|
+
|
|
614
|
+
return response
|
|
590
615
|
|
|
591
616
|
|
|
592
617
|
def get_features(self, **kwargs) -> Union[List['Feature'], int]:
|
|
@@ -713,21 +738,21 @@ class VectorLayer(Base):
|
|
|
713
738
|
return Feature.create_feature(self, geojson)
|
|
714
739
|
|
|
715
740
|
|
|
716
|
-
def delete_features(self, q: str = None, bbox:
|
|
717
|
-
run_async: bool = True, user_id: int = None) -> 'Task':
|
|
741
|
+
def delete_features(self, q: str = None, bbox: str = None, bbox_srid: int = None, feature_ids: List[int] = None,
|
|
742
|
+
run_async: bool = True, user_id: int = None) -> Union['Task', Dict]:
|
|
718
743
|
"""
|
|
719
744
|
Delete features from the layer based on specified criteria.
|
|
720
745
|
|
|
721
746
|
Args:
|
|
722
|
-
q (
|
|
723
|
-
bbox (
|
|
724
|
-
bbox_srid (
|
|
725
|
-
feature_ids (
|
|
726
|
-
run_async (
|
|
727
|
-
user_id (
|
|
747
|
+
q (str, optional): Query to filter features to delete.
|
|
748
|
+
bbox (str, optional): Comma seprated bbox.
|
|
749
|
+
bbox_srid (int, optional): Spatial reference ID for the bounding box.
|
|
750
|
+
feature_ids (str, optional): Comma seprated feature ids.
|
|
751
|
+
run_async (bool, optional): Whether to run the deletion asynchronously. default is True.
|
|
752
|
+
user_id (int, optional): Specific user. privileges required.
|
|
728
753
|
|
|
729
754
|
Returns:
|
|
730
|
-
Task: The task instance of the deletion operation.
|
|
755
|
+
Task | Dict: The task instance of the deletion operation or the api response if run_async=False.
|
|
731
756
|
|
|
732
757
|
Raises:
|
|
733
758
|
ValidationError: If the deletion parameters are invalid.
|
|
@@ -738,9 +763,9 @@ class VectorLayer(Base):
|
|
|
738
763
|
>>> client = GeoboxClient()
|
|
739
764
|
>>> layer = VectorLayer.get_vector(api=client, uuid="12345678-1234-5678-1234-567812345678")
|
|
740
765
|
>>> layer.delete_features(q="name like 'my_layer'",
|
|
741
|
-
... bbox=
|
|
766
|
+
... bbox='10, 20, 30, 40',
|
|
742
767
|
... bbox_srid=3857,
|
|
743
|
-
... feature_ids=
|
|
768
|
+
... feature_ids='1, 2, 3',
|
|
744
769
|
... run_async=True)
|
|
745
770
|
"""
|
|
746
771
|
data = clean_data({
|
|
@@ -754,19 +779,29 @@ class VectorLayer(Base):
|
|
|
754
779
|
|
|
755
780
|
endpoint = urljoin(self.endpoint, 'deleteFeatures/')
|
|
756
781
|
response = self.api.post(endpoint, data, is_json=False)
|
|
757
|
-
|
|
758
|
-
|
|
782
|
+
if run_async:
|
|
783
|
+
task = Task.get_task(self.api, response.get('task_id'))
|
|
784
|
+
return task
|
|
759
785
|
|
|
786
|
+
return response
|
|
760
787
|
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
788
|
+
|
|
789
|
+
def import_features(self,
|
|
790
|
+
file: 'File',
|
|
791
|
+
input_geom_type: 'InputGeomType' = None,
|
|
792
|
+
input_layer_name: str = None,
|
|
793
|
+
input_dataset: str = None,
|
|
794
|
+
user_id: int = None,
|
|
795
|
+
input_srid: int = None,
|
|
796
|
+
file_encoding: str = "utf-8",
|
|
797
|
+
replace_domain_codes_by_values: bool = False,
|
|
798
|
+
report_errors: bool = True) -> 'Task':
|
|
764
799
|
"""
|
|
765
800
|
Import features from a file into the layer.
|
|
766
801
|
|
|
767
802
|
Args:
|
|
768
|
-
|
|
769
|
-
input_geom_type (InputGeomType): Type of geometry in the input file.
|
|
803
|
+
file (File): file object to import.
|
|
804
|
+
input_geom_type (InputGeomType, optional): Type of geometry in the input file.
|
|
770
805
|
input_layer_name (str, optional): Name of the layer in the input file.
|
|
771
806
|
input_dataset (str, optional): Name of the dataset in the input file.
|
|
772
807
|
user_id (int, optional): Specific user. privileges required.
|
|
@@ -786,7 +821,8 @@ class VectorLayer(Base):
|
|
|
786
821
|
>>> from geobox.vectorlayer import VectorLayer
|
|
787
822
|
>>> client = GeoboxClient()
|
|
788
823
|
>>> layer = VectorLayer.get_vector(api=client, uuid="12345678-1234-5678-1234-567812345678")
|
|
789
|
-
>>>
|
|
824
|
+
>>> file = client.get_file(uuid="12345678-1234-5678-1234-567812345678")
|
|
825
|
+
>>> task = layer.import_features(file=file,
|
|
790
826
|
... input_geom_type=InputGeomType.POINT,
|
|
791
827
|
... input_layer_name="my_layer",
|
|
792
828
|
... input_dataset="my_dataset",
|
|
@@ -796,7 +832,7 @@ class VectorLayer(Base):
|
|
|
796
832
|
... report_errors=True)
|
|
797
833
|
"""
|
|
798
834
|
data = clean_data({
|
|
799
|
-
"file_uuid":
|
|
835
|
+
"file_uuid": file.uuid,
|
|
800
836
|
"input_layer": input_layer_name,
|
|
801
837
|
"input_geom_type": input_geom_type.value if isinstance(input_geom_type, InputGeomType) else input_geom_type,
|
|
802
838
|
"replace_domain_codes_by_values": replace_domain_codes_by_values,
|
|
@@ -813,9 +849,17 @@ class VectorLayer(Base):
|
|
|
813
849
|
return task
|
|
814
850
|
|
|
815
851
|
|
|
816
|
-
def export_features(self,
|
|
817
|
-
|
|
818
|
-
|
|
852
|
+
def export_features(self,
|
|
853
|
+
out_filename: str,
|
|
854
|
+
out_format: 'FileOutputFormat',
|
|
855
|
+
replace_domain_codes_by_values: bool = False,
|
|
856
|
+
run_async: bool = True,
|
|
857
|
+
bbox: List[float] = None,
|
|
858
|
+
out_srid: int = None,
|
|
859
|
+
zipped: bool = True,
|
|
860
|
+
feature_ids: List[int] = None,
|
|
861
|
+
bbox_srid: int = None,
|
|
862
|
+
q: str = None, fields: List[str] = None) -> Union['Task', Dict]:
|
|
819
863
|
"""
|
|
820
864
|
Export features from the layer to a file.
|
|
821
865
|
|
|
@@ -833,7 +877,7 @@ class VectorLayer(Base):
|
|
|
833
877
|
fields (List[str], optional): List of fields to include in the export.
|
|
834
878
|
|
|
835
879
|
Returns:
|
|
836
|
-
Task: The task instance of the export operation.
|
|
880
|
+
Task | Dict: The task instance of the export operation or the api response if run_async=False.
|
|
837
881
|
|
|
838
882
|
Raises:
|
|
839
883
|
ValidationError: If the export parameters are invalid.
|
|
@@ -868,8 +912,11 @@ class VectorLayer(Base):
|
|
|
868
912
|
|
|
869
913
|
endpoint = urljoin(self.endpoint, 'export/')
|
|
870
914
|
response = self.api.post(endpoint, data, is_json=False)
|
|
871
|
-
|
|
872
|
-
|
|
915
|
+
if run_async:
|
|
916
|
+
task = Task.get_task(self.api, response.get('task_id'))
|
|
917
|
+
return task
|
|
918
|
+
|
|
919
|
+
return response
|
|
873
920
|
|
|
874
921
|
|
|
875
922
|
def create_view(self, name: str, display_name: str = None, description: str = None,
|
|
@@ -1031,11 +1078,7 @@ class VectorLayer(Base):
|
|
|
1031
1078
|
edit_settings = {'editable', 'edit_geometry', 'editable_attributes', 'allow_insert', 'allow_delete'}
|
|
1032
1079
|
tile_settings = {'min_zoom', 'max_zoom', 'max_features', 'filter_features', 'fields', 'use_cache', 'cache_until_zoom'}
|
|
1033
1080
|
|
|
1034
|
-
settings =
|
|
1035
|
-
'general_settings': {},
|
|
1036
|
-
'edit_settings': {},
|
|
1037
|
-
'tile_settings': {}
|
|
1038
|
-
}
|
|
1081
|
+
settings = self.settings
|
|
1039
1082
|
|
|
1040
1083
|
for key, value in kwargs.items():
|
|
1041
1084
|
if key in general_settings:
|