jupytergis-core 0.9.2__py3-none-any.whl → 0.10.1__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 (130) hide show
  1. jupytergis_core/_version.py +1 -1
  2. jupytergis_core/schema/__init__.py +1 -0
  3. jupytergis_core/schema/interfaces/__init__.py +1 -1
  4. jupytergis_core/schema/interfaces/export/__init__.py +1 -1
  5. jupytergis_core/schema/interfaces/export/exportGeoJson.py +1 -1
  6. jupytergis_core/schema/interfaces/export/exportGeoTiff.py +1 -1
  7. jupytergis_core/schema/interfaces/geojson.py +1 -1
  8. jupytergis_core/schema/interfaces/processing/__init__.py +1 -1
  9. jupytergis_core/schema/interfaces/processing/boundingBoxes.py +1 -1
  10. jupytergis_core/schema/interfaces/processing/buffer.py +1 -1
  11. jupytergis_core/schema/interfaces/processing/centroids.py +1 -1
  12. jupytergis_core/schema/interfaces/processing/concaveHull.py +1 -1
  13. jupytergis_core/schema/interfaces/processing/convexHull.py +1 -1
  14. jupytergis_core/schema/interfaces/processing/dissolve.py +1 -1
  15. jupytergis_core/schema/interfaces/project/__init__.py +1 -1
  16. jupytergis_core/schema/interfaces/project/jgis.py +6 -5
  17. jupytergis_core/schema/interfaces/project/layers/__init__.py +1 -1
  18. jupytergis_core/schema/interfaces/project/layers/heatmapLayer.py +1 -1
  19. jupytergis_core/schema/interfaces/project/layers/hillshadeLayer.py +1 -1
  20. jupytergis_core/schema/interfaces/project/layers/imageLayer.py +1 -1
  21. jupytergis_core/schema/interfaces/project/layers/rasterLayer.py +1 -1
  22. jupytergis_core/schema/interfaces/project/layers/stacLayer.py +1 -1
  23. jupytergis_core/schema/interfaces/project/layers/vectorLayer.py +1 -1
  24. jupytergis_core/schema/interfaces/project/layers/vectorTileLayer.py +1 -1
  25. jupytergis_core/schema/interfaces/project/layers/webGlLayer.py +1 -1
  26. jupytergis_core/schema/interfaces/project/sources/__init__.py +1 -1
  27. jupytergis_core/schema/interfaces/project/sources/geoJsonSource.py +1 -1
  28. jupytergis_core/schema/interfaces/project/sources/geoParquetSource.py +1 -1
  29. jupytergis_core/schema/interfaces/project/sources/geoTiffSource.py +6 -3
  30. jupytergis_core/schema/interfaces/project/sources/imageSource.py +1 -1
  31. jupytergis_core/schema/interfaces/project/sources/markerSource.py +23 -0
  32. jupytergis_core/schema/interfaces/project/sources/rasterDemSource.py +1 -1
  33. jupytergis_core/schema/interfaces/project/sources/rasterSource.py +1 -1
  34. jupytergis_core/schema/interfaces/project/sources/shapefileSource.py +1 -1
  35. jupytergis_core/schema/interfaces/project/sources/vectorTileSource.py +1 -1
  36. jupytergis_core/schema/interfaces/project/sources/videoSource.py +1 -1
  37. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/package.json +4 -4
  38. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/schemas/@jupytergis/jupytergis-core/package.json.orig +3 -3
  39. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/154.234a33e9fcda783cc84b.js +1 -0
  40. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/250.245296409de797297c09.js +8 -0
  41. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/376.1dc881bb3edbaa917d71.js +1 -0
  42. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/397.075ccafc191603fcad13.js +1 -0
  43. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/407.e9ba4ebc707a690bc548.js +1 -0
  44. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/472.5e2408d0777222e455cc.js +1 -0
  45. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/542.9766a06057be72a32b09.js +1 -0
  46. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/555.1cd3070a2aa23b05356b.js +1 -0
  47. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/618.f4d7698f69b3ad75e162.js +1 -0
  48. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/875.d4ee3ab5cce6d5530d48.js +1 -0
  49. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/991.d3fbaf84f451d24104e2.js +1 -0
  50. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/remoteEntry.4cf0418b1099b497df32.js +1 -0
  51. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/third-party-licenses.json +11 -11
  52. {jupytergis_core-0.9.2.dist-info → jupytergis_core-0.10.1.dist-info}/METADATA +1 -1
  53. jupytergis_core-0.10.1.dist-info/RECORD +120 -0
  54. {jupytergis_core-0.9.2.dist-info → jupytergis_core-0.10.1.dist-info}/WHEEL +1 -1
  55. jupytergis_core-0.9.2.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/154.0d16fbe1d1182d138b2c.js +0 -1
  56. jupytergis_core-0.9.2.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/218.89997980d5da7c868c31.js +0 -1
  57. jupytergis_core-0.9.2.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/376.58a6410b7089dea5b0d5.js +0 -1
  58. jupytergis_core-0.9.2.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/397.c3f3479ee355fca3deb0.js +0 -1
  59. jupytergis_core-0.9.2.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/407.da5d00862f4879fe3c9c.js +0 -1
  60. jupytergis_core-0.9.2.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/472.b2ea9ebc35d5ad4e1fcc.js +0 -1
  61. jupytergis_core-0.9.2.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/542.477a73b8682de0e8d45e.js +0 -1
  62. jupytergis_core-0.9.2.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/555.be80e60305924af2e139.js +0 -1
  63. jupytergis_core-0.9.2.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/618.86523276f857e0a3362e.js +0 -1
  64. jupytergis_core-0.9.2.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/671.c3c25a32db248b42ba8c.js +0 -8
  65. jupytergis_core-0.9.2.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/991.e178de2f5b334633b93d.js +0 -1
  66. jupytergis_core-0.9.2.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/remoteEntry.2066c21799c5540574c9.js +0 -1
  67. jupytergis_core-0.9.2.dist-info/RECORD +0 -119
  68. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/etc/jupyter/jupyter_server_config.d/jupytergis_core.json +0 -0
  69. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/schemas/@jupytergis/jupytergis-core/jupytergis-settings.json +0 -0
  70. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/026680ab0cd1523edc87.png +0 -0
  71. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/02ff7d503bbd90b21fc4.png +0 -0
  72. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/062a9554f6b4caac9713.png +0 -0
  73. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/064f37cecb8130ad66e8.png +0 -0
  74. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/08da2741746ddab81d04.png +0 -0
  75. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/0c6a0352b82839119f95.png +0 -0
  76. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/13c485bb93f5567f02fd.png +0 -0
  77. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/1474207a6b3ca1001e78.png +0 -0
  78. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/14b98240613d5256c621.png +0 -0
  79. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/1b97ea0f2b3af717cffa.png +0 -0
  80. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/1d440270da19a2f22fee.png +0 -0
  81. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/1ed164e010f3c0306d15.png +0 -0
  82. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/211.083574a3909f85924cc7.js +0 -0
  83. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/2218dfba22fc2b08e948.png +0 -0
  84. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/234.2f0fc49f516ad354aa18.js +0 -0
  85. /jupytergis_core-0.9.2.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/671.c3c25a32db248b42ba8c.js.LICENSE.txt → /jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/250.245296409de797297c09.js.LICENSE.txt +0 -0
  86. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/27.6ee794baeb00791424c2.js +0 -0
  87. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/27.6ee794baeb00791424c2.js.LICENSE.txt +0 -0
  88. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/2ab791b60c4058e664f8.png +0 -0
  89. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/2b24b6a745c11511f055.png +0 -0
  90. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/2d676bc0a01c2cd2fccb.png +0 -0
  91. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/2f02309ea499725612ea.png +0 -0
  92. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/32c7a73662cceb5bb1d7.png +0 -0
  93. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/350eec4ce9ae4bc10bca.wasm +0 -0
  94. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/363ca7c5f78deb6fd033.png +0 -0
  95. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/3ae0bf244442de7efc35.png +0 -0
  96. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/3d48be10ffea86eb15de.png +0 -0
  97. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/415edc3fa381260cf31e.png +0 -0
  98. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/42cbddf5e883673bc4e2.png +0 -0
  99. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/432.b81aa01fd224321ff376.js +0 -0
  100. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/527ef171d5df15dc7da5.png +0 -0
  101. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/552.0936beb209d3ea5a1229.js +0 -0
  102. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/5bb02252f243f8c7494f.png +0 -0
  103. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/5d181edc3c046e1454a1.png +0 -0
  104. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/5f32ad48aefe00e51312.png +0 -0
  105. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/6e4f6b4d0dfca3bd4450.png +0 -0
  106. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/71d436fb44627b6bfbd7.png +0 -0
  107. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/7b225dc2d37cd3582156.png +0 -0
  108. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/803.5f3759c98814aa602705.js +0 -0
  109. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/803.5f3759c98814aa602705.js.LICENSE.txt +0 -0
  110. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/843ab141e62516b9df5c.png +0 -0
  111. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/8814e17f6b110e8f3e42.png +0 -0
  112. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/88b2ae0d29edb684eae5.png +0 -0
  113. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/971a42d174dd17b9451a.png +0 -0
  114. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/a3c609f5bff95a7a53be.png +0 -0
  115. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/a86d626c9ed2e222d190.png +0 -0
  116. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/a9e286b0c0264a9fc737.png +0 -0
  117. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/ab309078b494f850430a.png +0 -0
  118. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/b15e3989b7b90b5a8d9d.png +0 -0
  119. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/b36717fbb06f21d53b01.png +0 -0
  120. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/ba4b6e82fe5a816c40a5.png +0 -0
  121. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/bb2b310570da7a3587e9.png +0 -0
  122. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/be92bcf7bb99753b4b3d.png +0 -0
  123. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/c2ffa011d7f52a0ddf45.png +0 -0
  124. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/d83457b1b925c1718f6d.png +0 -0
  125. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/e473e1e9f20af114bbb4.data +0 -0
  126. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/f2617180c6907263a7ff.png +0 -0
  127. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/fe99a6dbf5a71d308989.png +0 -0
  128. {jupytergis_core-0.9.2.data → jupytergis_core-0.10.1.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/style.js +0 -0
  129. {jupytergis_core-0.9.2.dist-info → jupytergis_core-0.10.1.dist-info}/entry_points.txt +0 -0
  130. {jupytergis_core-0.9.2.dist-info → jupytergis_core-0.10.1.dist-info}/licenses/LICENSE +0 -0
@@ -1,4 +1,4 @@
1
1
  # This file is auto-generated by Hatchling. As such, do not:
2
2
  # - modify
3
3
  # - track in version control e.g. be sure to add to .gitignore
4
- __version__ = VERSION = '0.9.2'
4
+ __version__ = VERSION = '0.10.1'
@@ -9,6 +9,7 @@ from .interfaces.project.layers.webGlLayer import IWebGlLayer # noqa
9
9
  from .interfaces.project.layers.heatmapLayer import IHeatmapLayer # noqa
10
10
 
11
11
  from .interfaces.project.sources.vectorTileSource import IVectorTileSource # noqa
12
+ from .interfaces.project.sources.markerSource import IMarkerSource # noqa
12
13
  from .interfaces.project.sources.rasterSource import IRasterSource # noqa
13
14
  from .interfaces.project.sources.geoJsonSource import IGeoJSONSource # noqa
14
15
  from .interfaces.project.sources.videoSource import IVideoSource # noqa
@@ -1,3 +1,3 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: temp-schema
3
- # timestamp: 2025-09-05T07:24:06+00:00
3
+ # timestamp: 2025-12-05T19:42:51+00:00
@@ -1,3 +1,3 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: temp-schema
3
- # timestamp: 2025-09-05T07:24:06+00:00
3
+ # timestamp: 2025-12-05T19:42:51+00:00
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: export/exportGeoJson.json
3
- # timestamp: 2025-09-05T07:24:06+00:00
3
+ # timestamp: 2025-12-05T19:42:51+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: export/exportGeoTiff.json
3
- # timestamp: 2025-09-05T07:24:06+00:00
3
+ # timestamp: 2025-12-05T19:42:51+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: geojson.json
3
- # timestamp: 2025-09-05T07:24:06+00:00
3
+ # timestamp: 2025-12-05T19:42:51+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,3 +1,3 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: temp-schema
3
- # timestamp: 2025-09-05T07:24:06+00:00
3
+ # timestamp: 2025-12-05T19:42:51+00:00
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: processing/boundingBoxes.json
3
- # timestamp: 2025-09-05T07:24:06+00:00
3
+ # timestamp: 2025-12-05T19:42:51+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: processing/buffer.json
3
- # timestamp: 2025-09-05T07:24:06+00:00
3
+ # timestamp: 2025-12-05T19:42:51+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: processing/centroids.json
3
- # timestamp: 2025-09-05T07:24:06+00:00
3
+ # timestamp: 2025-12-05T19:42:51+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: processing/concaveHull.json
3
- # timestamp: 2025-09-05T07:24:06+00:00
3
+ # timestamp: 2025-12-05T19:42:51+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: processing/convexHull.json
3
- # timestamp: 2025-09-05T07:24:06+00:00
3
+ # timestamp: 2025-12-05T19:42:51+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: processing/dissolve.json
3
- # timestamp: 2025-09-05T07:24:06+00:00
3
+ # timestamp: 2025-12-05T19:42:51+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,3 +1,3 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: temp-schema
3
- # timestamp: 2025-09-05T07:24:06+00:00
3
+ # timestamp: 2025-12-05T19:42:51+00:00
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: project/jgis.json
3
- # timestamp: 2025-09-05T07:24:06+00:00
3
+ # timestamp: 2025-12-05T19:42:51+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -31,6 +31,7 @@ class SourceType(Enum):
31
31
  ShapefileSource = 'ShapefileSource'
32
32
  GeoTiffSource = 'GeoTiffSource'
33
33
  GeoParquetSource = 'GeoParquetSource'
34
+ MarkerSource = 'MarkerSource'
34
35
 
35
36
 
36
37
  class JGISSource(BaseModel):
@@ -42,8 +43,8 @@ class JGISSource(BaseModel):
42
43
  parameters: Optional[Dict[str, Any]] = None
43
44
 
44
45
 
45
- class JGISSources(RootModel[Optional[Dict[str, JGISSource]]]):
46
- root: Optional[Dict[str, JGISSource]] = None
46
+ class JGISSources(RootModel[Dict[str, JGISSource]]):
47
+ root: Dict[str, JGISSource]
47
48
 
48
49
 
49
50
  class JGISOptions(BaseModel):
@@ -100,8 +101,8 @@ class JGISLayer(BaseModel):
100
101
  filters: Optional[JGISFilter] = None
101
102
 
102
103
 
103
- class JGISLayers(RootModel[Optional[Dict[str, JGISLayer]]]):
104
- root: Optional[Dict[str, JGISLayer]] = None
104
+ class JGISLayers(RootModel[Dict[str, JGISLayer]]):
105
+ root: Dict[str, JGISLayer]
105
106
 
106
107
 
107
108
  class IJGISContent(BaseModel):
@@ -1,3 +1,3 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: temp-schema
3
- # timestamp: 2025-09-05T07:24:06+00:00
3
+ # timestamp: 2025-12-05T19:42:51+00:00
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: project/layers/heatmapLayer.json
3
- # timestamp: 2025-09-05T07:24:06+00:00
3
+ # timestamp: 2025-12-05T19:42:51+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: project/layers/hillshadeLayer.json
3
- # timestamp: 2025-09-05T07:24:06+00:00
3
+ # timestamp: 2025-12-05T19:42:51+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: project/layers/imageLayer.json
3
- # timestamp: 2025-09-05T07:24:06+00:00
3
+ # timestamp: 2025-12-05T19:42:51+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: project/layers/rasterLayer.json
3
- # timestamp: 2025-09-05T07:24:06+00:00
3
+ # timestamp: 2025-12-05T19:42:51+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: project/layers/stacLayer.json
3
- # timestamp: 2025-09-05T07:24:06+00:00
3
+ # timestamp: 2025-12-05T19:42:51+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: project/layers/vectorLayer.json
3
- # timestamp: 2025-09-05T07:24:06+00:00
3
+ # timestamp: 2025-12-05T19:42:51+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: project/layers/vectorTileLayer.json
3
- # timestamp: 2025-09-05T07:24:06+00:00
3
+ # timestamp: 2025-12-05T19:42:51+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: project/layers/webGlLayer.json
3
- # timestamp: 2025-09-05T07:24:06+00:00
3
+ # timestamp: 2025-12-05T19:42:51+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,3 +1,3 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: temp-schema
3
- # timestamp: 2025-09-05T07:24:06+00:00
3
+ # timestamp: 2025-12-05T19:42:51+00:00
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: project/sources/geoJsonSource.json
3
- # timestamp: 2025-09-05T07:24:06+00:00
3
+ # timestamp: 2025-12-05T19:42:51+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: project/sources/geoParquetSource.json
3
- # timestamp: 2025-09-05T07:24:06+00:00
3
+ # timestamp: 2025-12-05T19:42:51+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: project/sources/geoTiffSource.json
3
- # timestamp: 2025-09-05T07:24:06+00:00
3
+ # timestamp: 2025-12-05T19:42:51+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -20,8 +20,11 @@ class IGeoTiffSource(BaseModel):
20
20
  extra='forbid',
21
21
  )
22
22
  urls: List[Url] = Field(..., description='URLs', min_length=1)
23
- normalize: Optional[bool] = True
24
- wrapX: Optional[bool] = False
23
+ normalize: Optional[bool] = Field(
24
+ True,
25
+ description='Enable to normalize values between 0 and 1 and displayed as RGB values; disable to keep raw band values',
26
+ )
27
+ wrapX: Optional[bool] = Field(False, description='Wrap the map horizontally?')
25
28
  interpolate: Optional[bool] = Field(
26
29
  False, description='Interpolate between grid cells when overzooming?'
27
30
  )
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: project/sources/imageSource.json
3
- # timestamp: 2025-09-05T07:24:06+00:00
3
+ # timestamp: 2025-12-05T19:42:51+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -0,0 +1,23 @@
1
+ # generated by datamodel-codegen:
2
+ # filename: project/sources/markerSource.json
3
+ # timestamp: 2025-12-05T19:42:51+00:00
4
+
5
+ from __future__ import annotations
6
+
7
+ from typing import List, Optional
8
+
9
+ from pydantic import BaseModel, ConfigDict, Field
10
+
11
+
12
+ class Feature(BaseModel):
13
+ coords: List[float] = Field(..., max_length=2, min_length=2)
14
+
15
+
16
+ class IMarkerSource(BaseModel):
17
+ model_config = ConfigDict(
18
+ extra='forbid',
19
+ )
20
+ color: Optional[str] = Field(
21
+ None, description='Color of the marker icon (hex, rgb, rgba, or named color)'
22
+ )
23
+ feature: Feature = Field(..., description='Info for the marker')
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: project/sources/rasterDemSource.json
3
- # timestamp: 2025-09-05T07:24:06+00:00
3
+ # timestamp: 2025-12-05T19:42:51+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: project/sources/rasterSource.json
3
- # timestamp: 2025-09-05T07:24:06+00:00
3
+ # timestamp: 2025-12-05T19:42:51+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: project/sources/shapefileSource.json
3
- # timestamp: 2025-09-05T07:24:06+00:00
3
+ # timestamp: 2025-12-05T19:42:51+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: project/sources/vectorTileSource.json
3
- # timestamp: 2025-09-05T07:24:06+00:00
3
+ # timestamp: 2025-12-05T19:42:51+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: project/sources/videoSource.json
3
- # timestamp: 2025-09-05T07:24:06+00:00
3
+ # timestamp: 2025-12-05T19:42:51+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupytergis/jupytergis-core",
3
- "version": "0.9.2",
3
+ "version": "0.10.1",
4
4
  "description": "JupyterGIS core extension",
5
5
  "keywords": [
6
6
  "jupyter",
@@ -54,8 +54,8 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@jupyter/collaborative-drive": "^3.0.0",
57
- "@jupytergis/base": "^0.9.2",
58
- "@jupytergis/schema": "^0.9.2",
57
+ "@jupytergis/base": "^0.10.1",
58
+ "@jupytergis/schema": "^0.10.1",
59
59
  "@jupyterlab/application": "^4.3.0",
60
60
  "@jupyterlab/apputils": "^4.3.0",
61
61
  "@jupyterlab/docregistry": "^4.3.0",
@@ -120,7 +120,7 @@
120
120
  }
121
121
  },
122
122
  "_build": {
123
- "load": "static/remoteEntry.2066c21799c5540574c9.js",
123
+ "load": "static/remoteEntry.4cf0418b1099b497df32.js",
124
124
  "extension": "./extension",
125
125
  "style": "./style"
126
126
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jupytergis/jupytergis-core",
3
- "version": "0.9.2",
3
+ "version": "0.10.1",
4
4
  "description": "JupyterGIS core extension",
5
5
  "keywords": [
6
6
  "jupyter",
@@ -54,8 +54,8 @@
54
54
  },
55
55
  "dependencies": {
56
56
  "@jupyter/collaborative-drive": "^3.0.0",
57
- "@jupytergis/base": "^0.9.2",
58
- "@jupytergis/schema": "^0.9.2",
57
+ "@jupytergis/base": "^0.10.1",
58
+ "@jupytergis/schema": "^0.10.1",
59
59
  "@jupyterlab/application": "^4.3.0",
60
60
  "@jupyterlab/apputils": "^4.3.0",
61
61
  "@jupyterlab/docregistry": "^4.3.0",
@@ -0,0 +1 @@
1
+ "use strict";(self.webpackChunk_jupytergis_jupytergis_core=self.webpackChunk_jupytergis_jupytergis_core||[]).push([[154],{74660:(e,t,r)=>{function n(e,t){let r=e.length-t,n=0;do{for(let r=t;r>0;r--)e[n+t]+=e[n],n++;r-=t}while(r>0)}function o(e,t,r){let n=0,o=e.length;const i=o/r;for(;o>t;){for(let r=t;r>0;--r)e[n+t]+=e[n],++n;o-=t}const s=e.slice();for(let t=0;t<i;++t)for(let n=0;n<r;++n)e[r*t+n]=s[(r-n-1)*i+t]}r.d(t,{A:()=>i});class i{async decode(e,t){const r=await this.decodeBlock(t),i=e.Predictor||1;if(1!==i){const t=!e.StripOffsets;return function(e,t,r,i,s,l){if(!t||1===t)return e;for(let e=0;e<s.length;++e){if(s[e]%8!=0)throw new Error("When decoding with predictor, only multiple of 8 bits are supported.");if(s[e]!==s[0])throw new Error("When decoding with predictor, all samples must have the same size.")}const c=s[0]/8,f=2===l?1:s.length;for(let l=0;l<i&&!(l*f*r*c>=e.byteLength);++l){let i;if(2===t){switch(s[0]){case 8:i=new Uint8Array(e,l*f*r*c,f*r*c);break;case 16:i=new Uint16Array(e,l*f*r*c,f*r*c/2);break;case 32:i=new Uint32Array(e,l*f*r*c,f*r*c/4);break;default:throw new Error(`Predictor 2 not allowed with ${s[0]} bits per sample.`)}n(i,f)}else 3===t&&(i=new Uint8Array(e,l*f*r*c,f*r*c),o(i,f,c))}return e}(r,i,t?e.TileWidth:e.ImageWidth,t?e.TileLength:e.RowsPerStrip||e.ImageLength,e.BitsPerSample,e.PlanarConfiguration)}return r}}},87154:(e,t,r)=>{r.d(t,{default:()=>i});var n=r(74660);function o(e,t){for(let r=t.length-1;r>=0;r--)e.push(t[r]);return e}class i extends n.A{decodeBlock(e){return function(e){const t=new Uint16Array(4093),r=new Uint8Array(4093);for(let e=0;e<=257;e++)t[e]=4096,r[e]=e;let n=258,i=9,s=0;function l(){n=258,i=9}function c(e){const t=function(e,t,r){const n=t%8,o=Math.floor(t/8),i=8-n,s=t+r-8*(o+1);let l=8*(o+2)-(t+r);const c=8*(o+2)-t;if(l=Math.max(0,l),o>=e.length)return console.warn("ran off the end of the buffer before finding EOI_CODE (end on input code)"),257;let f=e[o]&2**(8-n)-1;f<<=r-i;let a=f;if(o+1<e.length){let t=e[o+1]>>>l;t<<=Math.max(0,r-c),a+=t}if(s>8&&o+2<e.length){const n=8*(o+3)-(t+r);a+=e[o+2]>>>n}return a}(e,s,i);return s+=i,t}function f(e,o){return r[n]=o,t[n]=e,n++,n-1}function a(e){const n=[];for(let o=e;4096!==o;o=t[o])n.push(r[o]);return n}const u=[];l();const h=new Uint8Array(e);let d,w=c(h);for(;257!==w;){if(256===w){for(l(),w=c(h);256===w;)w=c(h);if(257===w)break;if(w>256)throw new Error(`corrupted code at scanline ${w}`);o(u,a(w)),d=w}else if(w<n){const e=a(w);o(u,e),f(d,e[e.length-1]),d=w}else{const e=a(d);if(!e)throw new Error(`Bogus entry. Not in dictionary, ${d} / ${n}, position: ${s}`);o(u,e),u.push(e[e.length-1]),f(d,e[e.length-1]),d=w}n+1>=2**i&&(12===i?d=void 0:i++),w=c(h)}return new Uint8Array(u)}(e).buffer}}}}]);