jupytergis-core 0.5.0__py3-none-any.whl → 0.6.0__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.
Files changed (124) hide show
  1. jupytergis_core/_version.py +1 -1
  2. jupytergis_core/handler.py +301 -25
  3. jupytergis_core/schema/__init__.py +7 -7
  4. jupytergis_core/schema/interfaces/__init__.py +1 -1
  5. jupytergis_core/schema/interfaces/export/__init__.py +1 -1
  6. jupytergis_core/schema/interfaces/export/{exportGeojson.py → exportGeoJson.py} +2 -2
  7. jupytergis_core/schema/interfaces/export/{exportGeotiff.py → exportGeoTiff.py} +2 -2
  8. jupytergis_core/schema/interfaces/{geojsonsource.py → geoJsonSource.py} +2 -2
  9. jupytergis_core/schema/interfaces/geojson.py +1 -1
  10. jupytergis_core/schema/interfaces/processing/__init__.py +1 -1
  11. jupytergis_core/schema/interfaces/processing/boundingBoxes.py +14 -0
  12. jupytergis_core/schema/interfaces/processing/buffer.py +1 -1
  13. jupytergis_core/schema/interfaces/processing/centroids.py +14 -0
  14. jupytergis_core/schema/interfaces/processing/concaveHull.py +21 -0
  15. jupytergis_core/schema/interfaces/processing/convexHull.py +14 -0
  16. jupytergis_core/schema/interfaces/processing/dissolve.py +1 -1
  17. jupytergis_core/schema/interfaces/project/__init__.py +1 -1
  18. jupytergis_core/schema/interfaces/project/jgis.py +2 -1
  19. jupytergis_core/schema/interfaces/project/layers/__init__.py +1 -1
  20. jupytergis_core/schema/interfaces/project/layers/heatmapLayer.py +1 -1
  21. jupytergis_core/schema/interfaces/project/layers/hillshadeLayer.py +1 -1
  22. jupytergis_core/schema/interfaces/project/layers/imageLayer.py +1 -1
  23. jupytergis_core/schema/interfaces/project/layers/{rasterlayer.py → rasterLayer.py} +2 -2
  24. jupytergis_core/schema/interfaces/project/layers/stacLayer.py +19 -0
  25. jupytergis_core/schema/interfaces/project/layers/{vectorlayer.py → vectorLayer.py} +2 -9
  26. jupytergis_core/schema/interfaces/project/layers/vectorTileLayer.py +1 -9
  27. jupytergis_core/schema/interfaces/project/layers/webGlLayer.py +2 -1
  28. jupytergis_core/schema/interfaces/project/sources/__init__.py +1 -1
  29. jupytergis_core/schema/interfaces/project/sources/geoTiffSource.py +1 -1
  30. jupytergis_core/schema/interfaces/project/sources/imageSource.py +1 -1
  31. jupytergis_core/schema/interfaces/project/sources/rasterDemSource.py +1 -1
  32. jupytergis_core/schema/interfaces/project/sources/{rastersource.py → rasterSource.py} +2 -2
  33. jupytergis_core/schema/interfaces/project/sources/shapefileSource.py +1 -1
  34. jupytergis_core/schema/interfaces/project/sources/{vectortilesource.py → vectorTileSource.py} +2 -2
  35. jupytergis_core/schema/interfaces/project/sources/videoSource.py +1 -1
  36. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/package.json +4 -4
  37. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/schemas/@jupytergis/jupytergis-core/package.json.orig +3 -3
  38. jupytergis_core-0.5.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/27.aea9e291ba3dd16790fb.js → jupytergis_core-0.6.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/27.6ee794baeb00791424c2.js +2 -2
  39. jupytergis_core-0.6.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/397.a6fa5a4d29479f45b270.js +1 -0
  40. jupytergis_core-0.6.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/432.48d67c4273f9195419e3.js +1 -0
  41. jupytergis_core-0.6.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/552.0936beb209d3ea5a1229.js +1 -0
  42. jupytergis_core-0.6.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/634.2747a436e7df0c53f51b.js +8 -0
  43. jupytergis_core-0.5.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/729.2540a8113c71e8eb28ef.js.LICENSE.txt → jupytergis_core-0.6.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/634.2747a436e7df0c53f51b.js.LICENSE.txt +50 -0
  44. jupytergis_core-0.6.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/671.b8a4f9c5fd02e51ec026.js +1 -0
  45. jupytergis_core-0.6.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/803.5f3759c98814aa602705.js +8 -0
  46. jupytergis_core-0.6.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/991.35a1ef3613255bda4218.js +1 -0
  47. jupytergis_core-0.6.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/remoteEntry.0d09a4d6aa378d4b27c2.js +1 -0
  48. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/third-party-licenses.json +303 -9
  49. {jupytergis_core-0.5.0.dist-info → jupytergis_core-0.6.0.dist-info}/METADATA +1 -1
  50. jupytergis_core-0.6.0.dist-info/RECORD +117 -0
  51. jupytergis_core-0.5.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/377.2ba30d7a93a2a2819b1b.js +0 -1
  52. jupytergis_core-0.5.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/432.df2bee6966bdd5a48317.js +0 -1
  53. jupytergis_core-0.5.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/552.3f267df0d8b2c9ef2c40.js +0 -1
  54. jupytergis_core-0.5.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/729.2540a8113c71e8eb28ef.js +0 -8
  55. jupytergis_core-0.5.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/803.8b9c4e2f8bed9130b6d0.js +0 -8
  56. jupytergis_core-0.5.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/893.0bf9ee057c7e4666c364.js +0 -1
  57. jupytergis_core-0.5.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/991.13deb14ad0c10be40859.js +0 -1
  58. jupytergis_core-0.5.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/remoteEntry.6e9db18c72727800e9ea.js +0 -1
  59. jupytergis_core-0.5.0.dist-info/RECORD +0 -112
  60. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/etc/jupyter/jupyter_server_config.d/jupytergis_core.json +0 -0
  61. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/schemas/@jupytergis/jupytergis-core/jupytergis-settings.json +0 -0
  62. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/026680ab0cd1523edc87.png +0 -0
  63. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/02ff7d503bbd90b21fc4.png +0 -0
  64. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/062a9554f6b4caac9713.png +0 -0
  65. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/064f37cecb8130ad66e8.png +0 -0
  66. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/08da2741746ddab81d04.png +0 -0
  67. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/0c6a0352b82839119f95.png +0 -0
  68. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/13c485bb93f5567f02fd.png +0 -0
  69. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/1474207a6b3ca1001e78.png +0 -0
  70. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/14b98240613d5256c621.png +0 -0
  71. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/154.0d16fbe1d1182d138b2c.js +0 -0
  72. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/1b97ea0f2b3af717cffa.png +0 -0
  73. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/1d440270da19a2f22fee.png +0 -0
  74. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/1ed164e010f3c0306d15.png +0 -0
  75. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/2218dfba22fc2b08e948.png +0 -0
  76. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/234.2f0fc49f516ad354aa18.js +0 -0
  77. /jupytergis_core-0.5.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/27.aea9e291ba3dd16790fb.js.LICENSE.txt → /jupytergis_core-0.6.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/27.6ee794baeb00791424c2.js.LICENSE.txt +0 -0
  78. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/2ab791b60c4058e664f8.png +0 -0
  79. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/2b24b6a745c11511f055.png +0 -0
  80. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/2d676bc0a01c2cd2fccb.png +0 -0
  81. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/2f02309ea499725612ea.png +0 -0
  82. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/32c7a73662cceb5bb1d7.png +0 -0
  83. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/350eec4ce9ae4bc10bca.wasm +0 -0
  84. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/363ca7c5f78deb6fd033.png +0 -0
  85. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/376.58a6410b7089dea5b0d5.js +0 -0
  86. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/3ae0bf244442de7efc35.png +0 -0
  87. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/3d48be10ffea86eb15de.png +0 -0
  88. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/407.da5d00862f4879fe3c9c.js +0 -0
  89. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/415edc3fa381260cf31e.png +0 -0
  90. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/42cbddf5e883673bc4e2.png +0 -0
  91. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/472.b2ea9ebc35d5ad4e1fcc.js +0 -0
  92. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/527ef171d5df15dc7da5.png +0 -0
  93. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/542.477a73b8682de0e8d45e.js +0 -0
  94. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/555.be80e60305924af2e139.js +0 -0
  95. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/5bb02252f243f8c7494f.png +0 -0
  96. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/5d181edc3c046e1454a1.png +0 -0
  97. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/5f32ad48aefe00e51312.png +0 -0
  98. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/618.86523276f857e0a3362e.js +0 -0
  99. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/6e4f6b4d0dfca3bd4450.png +0 -0
  100. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/71d436fb44627b6bfbd7.png +0 -0
  101. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/7b225dc2d37cd3582156.png +0 -0
  102. /jupytergis_core-0.5.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/803.8b9c4e2f8bed9130b6d0.js.LICENSE.txt → /jupytergis_core-0.6.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/803.5f3759c98814aa602705.js.LICENSE.txt +0 -0
  103. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/843ab141e62516b9df5c.png +0 -0
  104. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/8814e17f6b110e8f3e42.png +0 -0
  105. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/88b2ae0d29edb684eae5.png +0 -0
  106. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/971a42d174dd17b9451a.png +0 -0
  107. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/a3c609f5bff95a7a53be.png +0 -0
  108. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/a86d626c9ed2e222d190.png +0 -0
  109. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/a9e286b0c0264a9fc737.png +0 -0
  110. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/ab309078b494f850430a.png +0 -0
  111. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/b15e3989b7b90b5a8d9d.png +0 -0
  112. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/b36717fbb06f21d53b01.png +0 -0
  113. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/ba4b6e82fe5a816c40a5.png +0 -0
  114. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/bb2b310570da7a3587e9.png +0 -0
  115. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/be92bcf7bb99753b4b3d.png +0 -0
  116. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/c2ffa011d7f52a0ddf45.png +0 -0
  117. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/d83457b1b925c1718f6d.png +0 -0
  118. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/e473e1e9f20af114bbb4.data +0 -0
  119. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/f2617180c6907263a7ff.png +0 -0
  120. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/fe99a6dbf5a71d308989.png +0 -0
  121. {jupytergis_core-0.5.0.data → jupytergis_core-0.6.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/style.js +0 -0
  122. {jupytergis_core-0.5.0.dist-info → jupytergis_core-0.6.0.dist-info}/WHEEL +0 -0
  123. {jupytergis_core-0.5.0.dist-info → jupytergis_core-0.6.0.dist-info}/entry_points.txt +0 -0
  124. {jupytergis_core-0.5.0.dist-info → jupytergis_core-0.6.0.dist-info}/licenses/LICENSE +0 -0
@@ -4,6 +4,49 @@
4
4
  * Copyright 2024 Fonticons, Inc.
5
5
  */
6
6
 
7
+ /*!
8
+ * URI.js - Mutating URLs
9
+ *
10
+ * Version: 1.19.11
11
+ *
12
+ * Author: Rodney Rehm
13
+ * Web: http://medialize.github.io/URI.js/
14
+ *
15
+ * Licensed under
16
+ * MIT License http://www.opensource.org/licenses/mit-license
17
+ *
18
+ */
19
+
20
+ /*!
21
+ * URI.js - Mutating URLs
22
+ * IPv6 Support
23
+ *
24
+ * Version: 1.19.11
25
+ *
26
+ * Author: Rodney Rehm
27
+ * Web: http://medialize.github.io/URI.js/
28
+ *
29
+ * Licensed under
30
+ * MIT License http://www.opensource.org/licenses/mit-license
31
+ *
32
+ */
33
+
34
+ /*!
35
+ * URI.js - Mutating URLs
36
+ * Second Level Domain (SLD) Support
37
+ *
38
+ * Version: 1.19.11
39
+ *
40
+ * Author: Rodney Rehm
41
+ * Web: http://medialize.github.io/URI.js/
42
+ *
43
+ * Licensed under
44
+ * MIT License http://www.opensource.org/licenses/mit-license
45
+ *
46
+ */
47
+
48
+ /*! https://mths.be/punycode v1.4.0 by @mathias */
49
+
7
50
  /**
8
51
  * @license
9
52
  * Lodash <https://lodash.com/>
@@ -32,3 +75,10 @@
32
75
  * This source code is licensed under the MIT license found in the
33
76
  * LICENSE file in the root directory of this source tree.
34
77
  */
78
+
79
+ /**
80
+ * @license lucide-react v0.513.0 - ISC
81
+ *
82
+ * This source code is licensed under the ISC license.
83
+ * See the LICENSE file in the root directory of this source tree.
84
+ */