geobox 2.2.4__tar.gz → 2.2.5__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.
Files changed (107) hide show
  1. {geobox-2.2.4 → geobox-2.2.5}/PKG-INFO +1 -1
  2. {geobox-2.2.4 → geobox-2.2.5}/geobox/aio/query.py +1 -1
  3. {geobox-2.2.4 → geobox-2.2.5}/geobox/enums.py +4 -4
  4. {geobox-2.2.4 → geobox-2.2.5}/geobox/query.py +1 -1
  5. {geobox-2.2.4 → geobox-2.2.5}/geobox.egg-info/PKG-INFO +1 -1
  6. {geobox-2.2.4 → geobox-2.2.5}/pyproject.toml +1 -1
  7. {geobox-2.2.4 → geobox-2.2.5}/LICENSE +0 -0
  8. {geobox-2.2.4 → geobox-2.2.5}/README.md +0 -0
  9. {geobox-2.2.4 → geobox-2.2.5}/geobox/__init__.py +0 -0
  10. {geobox-2.2.4 → geobox-2.2.5}/geobox/aio/__init__.py +0 -0
  11. {geobox-2.2.4 → geobox-2.2.5}/geobox/aio/api.py +0 -0
  12. {geobox-2.2.4 → geobox-2.2.5}/geobox/aio/apikey.py +0 -0
  13. {geobox-2.2.4 → geobox-2.2.5}/geobox/aio/attachment.py +0 -0
  14. {geobox-2.2.4 → geobox-2.2.5}/geobox/aio/base.py +0 -0
  15. {geobox-2.2.4 → geobox-2.2.5}/geobox/aio/basemap.py +0 -0
  16. {geobox-2.2.4 → geobox-2.2.5}/geobox/aio/dashboard.py +0 -0
  17. {geobox-2.2.4 → geobox-2.2.5}/geobox/aio/feature.py +0 -0
  18. {geobox-2.2.4 → geobox-2.2.5}/geobox/aio/field.py +0 -0
  19. {geobox-2.2.4 → geobox-2.2.5}/geobox/aio/file.py +0 -0
  20. {geobox-2.2.4 → geobox-2.2.5}/geobox/aio/layout.py +0 -0
  21. {geobox-2.2.4 → geobox-2.2.5}/geobox/aio/log.py +0 -0
  22. {geobox-2.2.4 → geobox-2.2.5}/geobox/aio/map.py +0 -0
  23. {geobox-2.2.4 → geobox-2.2.5}/geobox/aio/model3d.py +0 -0
  24. {geobox-2.2.4 → geobox-2.2.5}/geobox/aio/mosaic.py +0 -0
  25. {geobox-2.2.4 → geobox-2.2.5}/geobox/aio/plan.py +0 -0
  26. {geobox-2.2.4 → geobox-2.2.5}/geobox/aio/raster.py +0 -0
  27. {geobox-2.2.4 → geobox-2.2.5}/geobox/aio/raster_analysis.py +0 -0
  28. {geobox-2.2.4 → geobox-2.2.5}/geobox/aio/route.py +0 -0
  29. {geobox-2.2.4 → geobox-2.2.5}/geobox/aio/scene.py +0 -0
  30. {geobox-2.2.4 → geobox-2.2.5}/geobox/aio/settings.py +0 -0
  31. {geobox-2.2.4 → geobox-2.2.5}/geobox/aio/task.py +0 -0
  32. {geobox-2.2.4 → geobox-2.2.5}/geobox/aio/tile3d.py +0 -0
  33. {geobox-2.2.4 → geobox-2.2.5}/geobox/aio/tileset.py +0 -0
  34. {geobox-2.2.4 → geobox-2.2.5}/geobox/aio/usage.py +0 -0
  35. {geobox-2.2.4 → geobox-2.2.5}/geobox/aio/user.py +0 -0
  36. {geobox-2.2.4 → geobox-2.2.5}/geobox/aio/vector_tool.py +0 -0
  37. {geobox-2.2.4 → geobox-2.2.5}/geobox/aio/vectorlayer.py +0 -0
  38. {geobox-2.2.4 → geobox-2.2.5}/geobox/aio/version.py +0 -0
  39. {geobox-2.2.4 → geobox-2.2.5}/geobox/aio/view.py +0 -0
  40. {geobox-2.2.4 → geobox-2.2.5}/geobox/aio/workflow.py +0 -0
  41. {geobox-2.2.4 → geobox-2.2.5}/geobox/api.py +0 -0
  42. {geobox-2.2.4 → geobox-2.2.5}/geobox/apikey.py +0 -0
  43. {geobox-2.2.4 → geobox-2.2.5}/geobox/attachment.py +0 -0
  44. {geobox-2.2.4 → geobox-2.2.5}/geobox/base.py +0 -0
  45. {geobox-2.2.4 → geobox-2.2.5}/geobox/basemap.py +0 -0
  46. {geobox-2.2.4 → geobox-2.2.5}/geobox/dashboard.py +0 -0
  47. {geobox-2.2.4 → geobox-2.2.5}/geobox/exception.py +0 -0
  48. {geobox-2.2.4 → geobox-2.2.5}/geobox/feature.py +0 -0
  49. {geobox-2.2.4 → geobox-2.2.5}/geobox/field.py +0 -0
  50. {geobox-2.2.4 → geobox-2.2.5}/geobox/file.py +0 -0
  51. {geobox-2.2.4 → geobox-2.2.5}/geobox/layout.py +0 -0
  52. {geobox-2.2.4 → geobox-2.2.5}/geobox/log.py +0 -0
  53. {geobox-2.2.4 → geobox-2.2.5}/geobox/map.py +0 -0
  54. {geobox-2.2.4 → geobox-2.2.5}/geobox/model3d.py +0 -0
  55. {geobox-2.2.4 → geobox-2.2.5}/geobox/mosaic.py +0 -0
  56. {geobox-2.2.4 → geobox-2.2.5}/geobox/plan.py +0 -0
  57. {geobox-2.2.4 → geobox-2.2.5}/geobox/raster.py +0 -0
  58. {geobox-2.2.4 → geobox-2.2.5}/geobox/raster_analysis.py +0 -0
  59. {geobox-2.2.4 → geobox-2.2.5}/geobox/route.py +0 -0
  60. {geobox-2.2.4 → geobox-2.2.5}/geobox/scene.py +0 -0
  61. {geobox-2.2.4 → geobox-2.2.5}/geobox/settings.py +0 -0
  62. {geobox-2.2.4 → geobox-2.2.5}/geobox/task.py +0 -0
  63. {geobox-2.2.4 → geobox-2.2.5}/geobox/tile3d.py +0 -0
  64. {geobox-2.2.4 → geobox-2.2.5}/geobox/tileset.py +0 -0
  65. {geobox-2.2.4 → geobox-2.2.5}/geobox/usage.py +0 -0
  66. {geobox-2.2.4 → geobox-2.2.5}/geobox/user.py +0 -0
  67. {geobox-2.2.4 → geobox-2.2.5}/geobox/utils.py +0 -0
  68. {geobox-2.2.4 → geobox-2.2.5}/geobox/vector_tool.py +0 -0
  69. {geobox-2.2.4 → geobox-2.2.5}/geobox/vectorlayer.py +0 -0
  70. {geobox-2.2.4 → geobox-2.2.5}/geobox/version.py +0 -0
  71. {geobox-2.2.4 → geobox-2.2.5}/geobox/view.py +0 -0
  72. {geobox-2.2.4 → geobox-2.2.5}/geobox/workflow.py +0 -0
  73. {geobox-2.2.4 → geobox-2.2.5}/geobox.egg-info/SOURCES.txt +0 -0
  74. {geobox-2.2.4 → geobox-2.2.5}/geobox.egg-info/dependency_links.txt +0 -0
  75. {geobox-2.2.4 → geobox-2.2.5}/geobox.egg-info/requires.txt +0 -0
  76. {geobox-2.2.4 → geobox-2.2.5}/geobox.egg-info/top_level.txt +0 -0
  77. {geobox-2.2.4 → geobox-2.2.5}/setup.cfg +0 -0
  78. {geobox-2.2.4 → geobox-2.2.5}/tests/test_api.py +0 -0
  79. {geobox-2.2.4 → geobox-2.2.5}/tests/test_apikey.py +0 -0
  80. {geobox-2.2.4 → geobox-2.2.5}/tests/test_attachment.py +0 -0
  81. {geobox-2.2.4 → geobox-2.2.5}/tests/test_basemap.py +0 -0
  82. {geobox-2.2.4 → geobox-2.2.5}/tests/test_dashboard.py +0 -0
  83. {geobox-2.2.4 → geobox-2.2.5}/tests/test_feature.py +0 -0
  84. {geobox-2.2.4 → geobox-2.2.5}/tests/test_field.py +0 -0
  85. {geobox-2.2.4 → geobox-2.2.5}/tests/test_file.py +0 -0
  86. {geobox-2.2.4 → geobox-2.2.5}/tests/test_layout.py +0 -0
  87. {geobox-2.2.4 → geobox-2.2.5}/tests/test_log.py +0 -0
  88. {geobox-2.2.4 → geobox-2.2.5}/tests/test_map.py +0 -0
  89. {geobox-2.2.4 → geobox-2.2.5}/tests/test_model3d.py +0 -0
  90. {geobox-2.2.4 → geobox-2.2.5}/tests/test_mosaic.py +0 -0
  91. {geobox-2.2.4 → geobox-2.2.5}/tests/test_plan.py +0 -0
  92. {geobox-2.2.4 → geobox-2.2.5}/tests/test_query.py +0 -0
  93. {geobox-2.2.4 → geobox-2.2.5}/tests/test_raster.py +0 -0
  94. {geobox-2.2.4 → geobox-2.2.5}/tests/test_raster_analysis.py +0 -0
  95. {geobox-2.2.4 → geobox-2.2.5}/tests/test_route.py +0 -0
  96. {geobox-2.2.4 → geobox-2.2.5}/tests/test_scene.py +0 -0
  97. {geobox-2.2.4 → geobox-2.2.5}/tests/test_settings.py +0 -0
  98. {geobox-2.2.4 → geobox-2.2.5}/tests/test_task.py +0 -0
  99. {geobox-2.2.4 → geobox-2.2.5}/tests/test_tile3d.py +0 -0
  100. {geobox-2.2.4 → geobox-2.2.5}/tests/test_tileset.py +0 -0
  101. {geobox-2.2.4 → geobox-2.2.5}/tests/test_usage.py +0 -0
  102. {geobox-2.2.4 → geobox-2.2.5}/tests/test_user.py +0 -0
  103. {geobox-2.2.4 → geobox-2.2.5}/tests/test_vector_tool.py +0 -0
  104. {geobox-2.2.4 → geobox-2.2.5}/tests/test_vectorlayer.py +0 -0
  105. {geobox-2.2.4 → geobox-2.2.5}/tests/test_version.py +0 -0
  106. {geobox-2.2.4 → geobox-2.2.5}/tests/test_view.py +0 -0
  107. {geobox-2.2.4 → geobox-2.2.5}/tests/test_workflow.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: geobox
3
- Version: 2.2.4
3
+ Version: 2.2.5
4
4
  Summary: SDK for Geobox's APIs
5
5
  Author-email: Hamid Heydari <heydari.h62@gmail.com>
6
6
  License: MIT
@@ -483,7 +483,7 @@ class AsyncQuery(AsyncBase):
483
483
  "sql": kwargs.get('sql'),
484
484
  "params": kwargs.get('params')
485
485
  }
486
- await super()._update(self.endpoint, data)
486
+ return await super()._update(self.endpoint, data)
487
487
 
488
488
 
489
489
  async def save(self) -> None:
@@ -3,16 +3,16 @@ from enum import Enum
3
3
  # File Enums
4
4
  class InputGeomType(Enum):
5
5
  POINT = 'POINT'
6
- LINE = 'LINE'
6
+ LINESTRING = 'LINESTRING'
7
7
  POLYGON = 'POLYGON'
8
8
  MULTIPOINT = 'MULTIPOINT'
9
- MULTILINE = 'MULTILINE'
9
+ MULTILINESTRING = 'MULTILINESTRING'
10
10
  MULTIPOLYGON = 'MULTIPOLYGON'
11
11
  POINT_Z = 'POINTZ'
12
- LINE_Z = 'LINEZ'
12
+ LINESTRING_Z = 'LINESTRINGZ'
13
13
  POLYGON_Z = 'POLYGONZ'
14
14
  MULTIPOINT_Z = 'MULTIPOINTZ'
15
- MULTILINE_Z = 'MULTILINEZ'
15
+ MULTILINESTRING_Z = 'MULTILINESTRINGZ'
16
16
  MULTIPOLYGON_Z = 'MULTIPOLYGONZ'
17
17
 
18
18
  class PublishFileType(Enum):
@@ -482,7 +482,7 @@ class Query(Base):
482
482
  "sql": kwargs.get('sql'),
483
483
  "params": kwargs.get('params')
484
484
  }
485
- super()._update(self.endpoint, data)
485
+ return super()._update(self.endpoint, data)
486
486
 
487
487
 
488
488
  def save(self) -> None:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: geobox
3
- Version: 2.2.4
3
+ Version: 2.2.5
4
4
  Summary: SDK for Geobox's APIs
5
5
  Author-email: Hamid Heydari <heydari.h62@gmail.com>
6
6
  License: MIT
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
 
5
5
  [project]
6
6
  name = "geobox"
7
- version = "2.2.4"
7
+ version = "2.2.5"
8
8
  description = "SDK for Geobox's APIs"
9
9
  authors = [
10
10
  {name = "Hamid Heydari", email = "heydari.h62@gmail.com"}
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes