geobox 1.2.0__tar.gz → 1.2.1__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 (69) hide show
  1. {geobox-1.2.0 → geobox-1.2.1}/PKG-INFO +1 -1
  2. {geobox-1.2.0 → geobox-1.2.1}/geobox/enums.py +3 -0
  3. {geobox-1.2.0 → geobox-1.2.1}/geobox.egg-info/PKG-INFO +1 -1
  4. {geobox-1.2.0 → geobox-1.2.1}/pyproject.toml +1 -1
  5. {geobox-1.2.0 → geobox-1.2.1}/LICENSE +0 -0
  6. {geobox-1.2.0 → geobox-1.2.1}/README.md +0 -0
  7. {geobox-1.2.0 → geobox-1.2.1}/geobox/__init__.py +0 -0
  8. {geobox-1.2.0 → geobox-1.2.1}/geobox/api.py +0 -0
  9. {geobox-1.2.0 → geobox-1.2.1}/geobox/apikey.py +0 -0
  10. {geobox-1.2.0 → geobox-1.2.1}/geobox/attachment.py +0 -0
  11. {geobox-1.2.0 → geobox-1.2.1}/geobox/base.py +0 -0
  12. {geobox-1.2.0 → geobox-1.2.1}/geobox/basemap.py +0 -0
  13. {geobox-1.2.0 → geobox-1.2.1}/geobox/dashboard.py +0 -0
  14. {geobox-1.2.0 → geobox-1.2.1}/geobox/exception.py +0 -0
  15. {geobox-1.2.0 → geobox-1.2.1}/geobox/feature.py +0 -0
  16. {geobox-1.2.0 → geobox-1.2.1}/geobox/field.py +0 -0
  17. {geobox-1.2.0 → geobox-1.2.1}/geobox/file.py +0 -0
  18. {geobox-1.2.0 → geobox-1.2.1}/geobox/log.py +0 -0
  19. {geobox-1.2.0 → geobox-1.2.1}/geobox/map.py +0 -0
  20. {geobox-1.2.0 → geobox-1.2.1}/geobox/model3d.py +0 -0
  21. {geobox-1.2.0 → geobox-1.2.1}/geobox/mosaic.py +0 -0
  22. {geobox-1.2.0 → geobox-1.2.1}/geobox/plan.py +0 -0
  23. {geobox-1.2.0 → geobox-1.2.1}/geobox/query.py +0 -0
  24. {geobox-1.2.0 → geobox-1.2.1}/geobox/raster.py +0 -0
  25. {geobox-1.2.0 → geobox-1.2.1}/geobox/route.py +0 -0
  26. {geobox-1.2.0 → geobox-1.2.1}/geobox/scene.py +0 -0
  27. {geobox-1.2.0 → geobox-1.2.1}/geobox/settings.py +0 -0
  28. {geobox-1.2.0 → geobox-1.2.1}/geobox/task.py +0 -0
  29. {geobox-1.2.0 → geobox-1.2.1}/geobox/tile3d.py +0 -0
  30. {geobox-1.2.0 → geobox-1.2.1}/geobox/tileset.py +0 -0
  31. {geobox-1.2.0 → geobox-1.2.1}/geobox/usage.py +0 -0
  32. {geobox-1.2.0 → geobox-1.2.1}/geobox/user.py +0 -0
  33. {geobox-1.2.0 → geobox-1.2.1}/geobox/utils.py +0 -0
  34. {geobox-1.2.0 → geobox-1.2.1}/geobox/vectorlayer.py +0 -0
  35. {geobox-1.2.0 → geobox-1.2.1}/geobox/version.py +0 -0
  36. {geobox-1.2.0 → geobox-1.2.1}/geobox/view.py +0 -0
  37. {geobox-1.2.0 → geobox-1.2.1}/geobox/workflow.py +0 -0
  38. {geobox-1.2.0 → geobox-1.2.1}/geobox.egg-info/SOURCES.txt +0 -0
  39. {geobox-1.2.0 → geobox-1.2.1}/geobox.egg-info/dependency_links.txt +0 -0
  40. {geobox-1.2.0 → geobox-1.2.1}/geobox.egg-info/requires.txt +0 -0
  41. {geobox-1.2.0 → geobox-1.2.1}/geobox.egg-info/top_level.txt +0 -0
  42. {geobox-1.2.0 → geobox-1.2.1}/setup.cfg +0 -0
  43. {geobox-1.2.0 → geobox-1.2.1}/tests/test_api.py +0 -0
  44. {geobox-1.2.0 → geobox-1.2.1}/tests/test_apikey.py +0 -0
  45. {geobox-1.2.0 → geobox-1.2.1}/tests/test_attachment.py +0 -0
  46. {geobox-1.2.0 → geobox-1.2.1}/tests/test_basemap.py +0 -0
  47. {geobox-1.2.0 → geobox-1.2.1}/tests/test_dashboard.py +0 -0
  48. {geobox-1.2.0 → geobox-1.2.1}/tests/test_feature.py +0 -0
  49. {geobox-1.2.0 → geobox-1.2.1}/tests/test_field.py +0 -0
  50. {geobox-1.2.0 → geobox-1.2.1}/tests/test_file.py +0 -0
  51. {geobox-1.2.0 → geobox-1.2.1}/tests/test_log.py +0 -0
  52. {geobox-1.2.0 → geobox-1.2.1}/tests/test_map.py +0 -0
  53. {geobox-1.2.0 → geobox-1.2.1}/tests/test_model3d.py +0 -0
  54. {geobox-1.2.0 → geobox-1.2.1}/tests/test_mosaic.py +0 -0
  55. {geobox-1.2.0 → geobox-1.2.1}/tests/test_plan.py +0 -0
  56. {geobox-1.2.0 → geobox-1.2.1}/tests/test_query.py +0 -0
  57. {geobox-1.2.0 → geobox-1.2.1}/tests/test_raster.py +0 -0
  58. {geobox-1.2.0 → geobox-1.2.1}/tests/test_route.py +0 -0
  59. {geobox-1.2.0 → geobox-1.2.1}/tests/test_scene.py +0 -0
  60. {geobox-1.2.0 → geobox-1.2.1}/tests/test_settings.py +0 -0
  61. {geobox-1.2.0 → geobox-1.2.1}/tests/test_task.py +0 -0
  62. {geobox-1.2.0 → geobox-1.2.1}/tests/test_tile3d.py +0 -0
  63. {geobox-1.2.0 → geobox-1.2.1}/tests/test_tileset.py +0 -0
  64. {geobox-1.2.0 → geobox-1.2.1}/tests/test_usage.py +0 -0
  65. {geobox-1.2.0 → geobox-1.2.1}/tests/test_user.py +0 -0
  66. {geobox-1.2.0 → geobox-1.2.1}/tests/test_vectorlayer.py +0 -0
  67. {geobox-1.2.0 → geobox-1.2.1}/tests/test_version.py +0 -0
  68. {geobox-1.2.0 → geobox-1.2.1}/tests/test_view.py +0 -0
  69. {geobox-1.2.0 → geobox-1.2.1}/tests/test_workflow.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: geobox
3
- Version: 1.2.0
3
+ Version: 1.2.1
4
4
  Summary: SDK for Geobox's APIs
5
5
  Author-email: Hamid Heydari <heydari.h62@gmail.com>
6
6
  License: MIT
@@ -28,11 +28,14 @@ class FileType(Enum):
28
28
  Document = 'Document'
29
29
  GPKG = 'GPKG'
30
30
  DXF = 'DXF'
31
+ GPX = 'GPX'
32
+ CSV = 'CSV'
31
33
  Shapefile = 'Shapefile'
32
34
  KML = 'KML'
33
35
  GLB = 'GLB'
34
36
  FileGDB = 'FileGDB'
35
37
  GeoTIFF = 'GeoTIFF'
38
+ GeoJSON = 'GeoJSON'
36
39
 
37
40
  class FileFormat(Enum):
38
41
  # Spatial Data Formats
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: geobox
3
- Version: 1.2.0
3
+ Version: 1.2.1
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 = "1.2.0"
7
+ version = "1.2.1"
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