jupytergis-core 0.10.1__py3-none-any.whl → 0.12.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 (186) hide show
  1. jupytergis_core/_version.py +1 -1
  2. jupytergis_core/jgis_ydoc.py +9 -0
  3. jupytergis_core/schema/__init__.py +1 -0
  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 +1 -1
  7. jupytergis_core/schema/interfaces/export/exportGeoTiff.py +1 -1
  8. jupytergis_core/schema/interfaces/geojson.py +262 -261
  9. jupytergis_core/schema/interfaces/processing/__init__.py +1 -1
  10. jupytergis_core/schema/interfaces/processing/boundingBoxes.py +1 -1
  11. jupytergis_core/schema/interfaces/processing/buffer.py +2 -4
  12. jupytergis_core/schema/interfaces/processing/centroids.py +1 -1
  13. jupytergis_core/schema/interfaces/processing/concaveHull.py +3 -5
  14. jupytergis_core/schema/interfaces/processing/convexHull.py +1 -1
  15. jupytergis_core/schema/interfaces/processing/dissolve.py +2 -4
  16. jupytergis_core/schema/interfaces/project/__init__.py +1 -1
  17. jupytergis_core/schema/interfaces/project/jgis.py +67 -32
  18. jupytergis_core/schema/interfaces/project/layers/__init__.py +1 -1
  19. jupytergis_core/schema/interfaces/project/layers/heatmapLayer.py +5 -7
  20. jupytergis_core/schema/interfaces/project/layers/hillshadeLayer.py +2 -4
  21. jupytergis_core/schema/interfaces/project/layers/imageLayer.py +2 -4
  22. jupytergis_core/schema/interfaces/project/layers/rasterLayer.py +2 -4
  23. jupytergis_core/schema/interfaces/project/layers/stacLayer.py +4 -4
  24. jupytergis_core/schema/interfaces/project/layers/storySegmentLayer.py +43 -0
  25. jupytergis_core/schema/interfaces/project/layers/vectorLayer.py +10 -10
  26. jupytergis_core/schema/interfaces/project/layers/vectorTileLayer.py +4 -4
  27. jupytergis_core/schema/interfaces/project/layers/webGlLayer.py +15 -20
  28. jupytergis_core/schema/interfaces/project/sources/__init__.py +1 -1
  29. jupytergis_core/schema/interfaces/project/sources/geoJsonSource.py +470 -7
  30. jupytergis_core/schema/interfaces/project/sources/geoParquetSource.py +3 -5
  31. jupytergis_core/schema/interfaces/project/sources/geoTiffSource.py +8 -10
  32. jupytergis_core/schema/interfaces/project/sources/imageSource.py +6 -8
  33. jupytergis_core/schema/interfaces/project/sources/markerSource.py +3 -5
  34. jupytergis_core/schema/interfaces/project/sources/rasterDemSource.py +4 -6
  35. jupytergis_core/schema/interfaces/project/sources/rasterSource.py +7 -11
  36. jupytergis_core/schema/interfaces/project/sources/shapefileSource.py +5 -7
  37. jupytergis_core/schema/interfaces/project/sources/vectorTileSource.py +4 -6
  38. jupytergis_core/schema/interfaces/project/sources/videoSource.py +6 -8
  39. {jupytergis_core-0.10.1.data → jupytergis_core-0.12.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/package.json +5 -5
  40. {jupytergis_core-0.10.1.data → jupytergis_core-0.12.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/schemas/@jupytergis/jupytergis-core/jupytergis-settings.json +33 -7
  41. {jupytergis_core-0.10.1.data → jupytergis_core-0.12.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/schemas/@jupytergis/jupytergis-core/package.json.orig +4 -4
  42. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/065129e010fdefaafa25.png +0 -0
  43. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/154.81bef68e01fc6079be77.js +1 -0
  44. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/211.dda210219d9ad86e1e84.js +1 -0
  45. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/234.ea90a64ba283577248b6.js +1 -0
  46. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/2379815eeec82d6c99ea.png +0 -0
  47. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/27.1f6ad99534ea85406d43.js +2 -0
  48. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/2712f8c296ab9baf6f95.png +0 -0
  49. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/2ce872a547257acecfc0.png +0 -0
  50. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/31825d2bcac05cb5da9d.png +0 -0
  51. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/376.28855d079a25782d0411.js +1 -0
  52. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/37d4b69117807e9b00aa.png +0 -0
  53. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/3d8187d1d88463b1e5a4.png +0 -0
  54. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/3e1228ffb595af0d2370.png +0 -0
  55. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/3e2ea21a9bb5a7e94089.png +0 -0
  56. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/4009081011843c862262.png +0 -0
  57. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/4047728d7b293f61b9cb.png +0 -0
  58. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/407.abbc95102c4ad7922738.js +1 -0
  59. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/411398ae9caa98f2654c.png +0 -0
  60. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/4149ae06530a3720c67c.png +0 -0
  61. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/41988965b5360232f050.png +0 -0
  62. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/42dbacd3d3ab27cd8fe8.png +0 -0
  63. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/432.4ba21c44d69bd7bb9b58.js +1 -0
  64. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/472.a64789520e563e648e15.js +1 -0
  65. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/479bc18b0a8360cb8636.png +0 -0
  66. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/4fe432c83b6c81740920.png +0 -0
  67. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/50bba166a2d109528596.png +0 -0
  68. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/51a0b3e4b1e624fee4ba.png +0 -0
  69. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/542.01890bd351511c4a49a8.js +1 -0
  70. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/552.a4ebd32e9302cb6c9dce.js +1 -0
  71. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/555.f67c28bf17db0a6ce7f9.js +1 -0
  72. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/5d1354f82aa569d79f74.png +0 -0
  73. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/618.f39bbf3c06f1a62a664a.js +1 -0
  74. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/636.5db7bab2b13005003479.js +1 -0
  75. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/653ed59ca041d4cc76e2.png +0 -0
  76. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/665c89733efcaf4fc65e.png +0 -0
  77. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/68d25e6e7a77e8c2d338.png +0 -0
  78. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/6924d02711b6d64db874.png +0 -0
  79. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/6fe1cef97ac720fa885b.png +0 -0
  80. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/70b4a14ce5f5d672efe6.png +0 -0
  81. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/7560dc6afba85f6f6f89.png +0 -0
  82. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/7bf725567d92f65f336b.png +0 -0
  83. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/7c642fa9321457120a1a.png +0 -0
  84. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/7d280f5402f60127d3f6.png +0 -0
  85. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/803.2b7be4ca03f1b0985a34.js +8 -0
  86. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/8163009c3e5f7a859780.png +0 -0
  87. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/88.b1f127f75359848bf070.js +8 -0
  88. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/8a5a2c52ba6a89f6a5f6.png +0 -0
  89. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/8dae460d4f1e0e3a7654.png +0 -0
  90. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/990.234d39c902e1904325da.js +1 -0
  91. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/991.584a281a964b99295de6.js +1 -0
  92. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/9a3df8b4c541ac57e098.png +0 -0
  93. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/9c849b1508bb89c03a11.png +0 -0
  94. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/9db57adb3a3a31589172.png +0 -0
  95. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/9f1da5291e47bddd92e9.png +0 -0
  96. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/9f9de11ffb72743ae1a2.png +0 -0
  97. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/a056ee838eeec1dda300.png +0 -0
  98. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/a7900cf7c6d73e79243e.png +0 -0
  99. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/b01b169f2989f7f21b02.png +0 -0
  100. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/b22d124764bac097d636.png +0 -0
  101. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/b42192867b229c38c90d.png +0 -0
  102. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/bae6aa2086d6d2fe9a2a.png +0 -0
  103. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/c10e06cadd2e55076d02.png +0 -0
  104. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/c11b80da428b44d5e609.png +0 -0
  105. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/e608545baf17c34894d9.png +0 -0
  106. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/ef21602db378f0391253.png +0 -0
  107. jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/remoteEntry.e6587383eef3f964e9e7.js +1 -0
  108. {jupytergis_core-0.10.1.data → jupytergis_core-0.12.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/third-party-licenses.json +334 -10
  109. {jupytergis_core-0.10.1.dist-info → jupytergis_core-0.12.0.dist-info}/METADATA +4 -3
  110. jupytergis_core-0.12.0.dist-info/RECORD +122 -0
  111. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/026680ab0cd1523edc87.png +0 -0
  112. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/02ff7d503bbd90b21fc4.png +0 -0
  113. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/062a9554f6b4caac9713.png +0 -0
  114. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/064f37cecb8130ad66e8.png +0 -0
  115. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/08da2741746ddab81d04.png +0 -0
  116. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/0c6a0352b82839119f95.png +0 -0
  117. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/13c485bb93f5567f02fd.png +0 -0
  118. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/1474207a6b3ca1001e78.png +0 -0
  119. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/14b98240613d5256c621.png +0 -0
  120. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/154.234a33e9fcda783cc84b.js +0 -1
  121. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/1b97ea0f2b3af717cffa.png +0 -0
  122. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/1d440270da19a2f22fee.png +0 -0
  123. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/1ed164e010f3c0306d15.png +0 -0
  124. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/211.083574a3909f85924cc7.js +0 -1
  125. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/2218dfba22fc2b08e948.png +0 -0
  126. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/234.2f0fc49f516ad354aa18.js +0 -1
  127. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/250.245296409de797297c09.js +0 -8
  128. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/27.6ee794baeb00791424c2.js +0 -2
  129. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/2ab791b60c4058e664f8.png +0 -0
  130. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/2b24b6a745c11511f055.png +0 -0
  131. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/2d676bc0a01c2cd2fccb.png +0 -0
  132. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/2f02309ea499725612ea.png +0 -0
  133. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/32c7a73662cceb5bb1d7.png +0 -0
  134. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/363ca7c5f78deb6fd033.png +0 -0
  135. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/376.1dc881bb3edbaa917d71.js +0 -1
  136. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/397.075ccafc191603fcad13.js +0 -1
  137. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/3ae0bf244442de7efc35.png +0 -0
  138. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/3d48be10ffea86eb15de.png +0 -0
  139. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/407.e9ba4ebc707a690bc548.js +0 -1
  140. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/415edc3fa381260cf31e.png +0 -0
  141. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/42cbddf5e883673bc4e2.png +0 -0
  142. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/432.b81aa01fd224321ff376.js +0 -1
  143. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/472.5e2408d0777222e455cc.js +0 -1
  144. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/527ef171d5df15dc7da5.png +0 -0
  145. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/542.9766a06057be72a32b09.js +0 -1
  146. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/552.0936beb209d3ea5a1229.js +0 -1
  147. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/555.1cd3070a2aa23b05356b.js +0 -1
  148. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/5bb02252f243f8c7494f.png +0 -0
  149. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/5d181edc3c046e1454a1.png +0 -0
  150. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/5f32ad48aefe00e51312.png +0 -0
  151. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/618.f4d7698f69b3ad75e162.js +0 -1
  152. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/6e4f6b4d0dfca3bd4450.png +0 -0
  153. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/71d436fb44627b6bfbd7.png +0 -0
  154. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/7b225dc2d37cd3582156.png +0 -0
  155. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/803.5f3759c98814aa602705.js +0 -8
  156. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/843ab141e62516b9df5c.png +0 -0
  157. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/875.d4ee3ab5cce6d5530d48.js +0 -1
  158. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/8814e17f6b110e8f3e42.png +0 -0
  159. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/88b2ae0d29edb684eae5.png +0 -0
  160. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/971a42d174dd17b9451a.png +0 -0
  161. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/991.d3fbaf84f451d24104e2.js +0 -1
  162. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/a3c609f5bff95a7a53be.png +0 -0
  163. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/a86d626c9ed2e222d190.png +0 -0
  164. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/a9e286b0c0264a9fc737.png +0 -0
  165. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/ab309078b494f850430a.png +0 -0
  166. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/b15e3989b7b90b5a8d9d.png +0 -0
  167. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/b36717fbb06f21d53b01.png +0 -0
  168. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/ba4b6e82fe5a816c40a5.png +0 -0
  169. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/bb2b310570da7a3587e9.png +0 -0
  170. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/be92bcf7bb99753b4b3d.png +0 -0
  171. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/c2ffa011d7f52a0ddf45.png +0 -0
  172. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/d83457b1b925c1718f6d.png +0 -0
  173. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/f2617180c6907263a7ff.png +0 -0
  174. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/fe99a6dbf5a71d308989.png +0 -0
  175. jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/remoteEntry.4cf0418b1099b497df32.js +0 -1
  176. jupytergis_core-0.10.1.dist-info/RECORD +0 -120
  177. {jupytergis_core-0.10.1.data → jupytergis_core-0.12.0.data}/data/etc/jupyter/jupyter_server_config.d/jupytergis_core.json +0 -0
  178. /jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/27.6ee794baeb00791424c2.js.LICENSE.txt → /jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/27.1f6ad99534ea85406d43.js.LICENSE.txt +0 -0
  179. {jupytergis_core-0.10.1.data → jupytergis_core-0.12.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/350eec4ce9ae4bc10bca.wasm +0 -0
  180. /jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/803.5f3759c98814aa602705.js.LICENSE.txt → /jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/803.2b7be4ca03f1b0985a34.js.LICENSE.txt +0 -0
  181. /jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/250.245296409de797297c09.js.LICENSE.txt → /jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/88.b1f127f75359848bf070.js.LICENSE.txt +0 -0
  182. {jupytergis_core-0.10.1.data → jupytergis_core-0.12.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/e473e1e9f20af114bbb4.data +0 -0
  183. {jupytergis_core-0.10.1.data → jupytergis_core-0.12.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/style.js +0 -0
  184. {jupytergis_core-0.10.1.dist-info → jupytergis_core-0.12.0.dist-info}/WHEEL +0 -0
  185. {jupytergis_core-0.10.1.dist-info → jupytergis_core-0.12.0.dist-info}/entry_points.txt +0 -0
  186. {jupytergis_core-0.10.1.dist-info → jupytergis_core-0.12.0.dist-info}/licenses/LICENSE +0 -0
@@ -1,20 +1,483 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: project/sources/geoJsonSource.json
3
- # timestamp: 2025-12-05T19:42:51+00:00
3
+ # timestamp: 2026-01-28T09:29:23+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
7
- from typing import Optional
7
+ from enum import Enum
8
+ from typing import Any
8
9
 
9
- from pydantic import BaseModel, ConfigDict, Field
10
+ from pydantic import BaseModel, ConfigDict, Field, RootModel
10
11
 
11
- from ... import geojson
12
+
13
+ class Type(Enum):
14
+ Point = 'Point'
15
+
16
+
17
+ class Data(BaseModel):
18
+ type: Type
19
+ coordinates: list[float] = Field(..., min_length=2)
20
+ bbox: list[float] | None = Field(None, min_length=4)
21
+
22
+
23
+ class Type1(Enum):
24
+ LineString = 'LineString'
25
+
26
+
27
+ class Coordinate(RootModel[list[float]]):
28
+ root: list[float]
29
+
30
+
31
+ class Data1(BaseModel):
32
+ type: Type1
33
+ coordinates: list[Coordinate] = Field(..., min_length=2)
34
+ bbox: list[float] | None = Field(None, min_length=4)
35
+
36
+
37
+ class Type2(Enum):
38
+ Polygon = 'Polygon'
39
+
40
+
41
+ class Data2(BaseModel):
42
+ type: Type2
43
+ coordinates: list[list[Coordinate]]
44
+ bbox: list[float] | None = Field(None, min_length=4)
45
+
46
+
47
+ class Type3(Enum):
48
+ MultiPoint = 'MultiPoint'
49
+
50
+
51
+ class Data3(BaseModel):
52
+ type: Type3
53
+ coordinates: list[list[float]]
54
+ bbox: list[float] | None = Field(None, min_length=4)
55
+
56
+
57
+ class Type4(Enum):
58
+ MultiLineString = 'MultiLineString'
59
+
60
+
61
+ class Data4(BaseModel):
62
+ type: Type4
63
+ coordinates: list[list[Coordinate]]
64
+ bbox: list[float] | None = Field(None, min_length=4)
65
+
66
+
67
+ class Type5(Enum):
68
+ MultiPolygon = 'MultiPolygon'
69
+
70
+
71
+ class Data5(BaseModel):
72
+ type: Type5
73
+ coordinates: list[list[list[Coordinate]]]
74
+ bbox: list[float] | None = Field(None, min_length=4)
75
+
76
+
77
+ class Type6(Enum):
78
+ GeometryCollection = 'GeometryCollection'
79
+
80
+
81
+ class Type7(Enum):
82
+ Point = 'Point'
83
+
84
+
85
+ class Geometries(BaseModel):
86
+ type: Type7
87
+ coordinates: list[float] = Field(..., min_length=2)
88
+ bbox: list[float] | None = Field(None, min_length=4)
89
+
90
+
91
+ class Type8(Enum):
92
+ LineString = 'LineString'
93
+
94
+
95
+ class Geometries1(BaseModel):
96
+ type: Type8
97
+ coordinates: list[Coordinate] = Field(..., min_length=2)
98
+ bbox: list[float] | None = Field(None, min_length=4)
99
+
100
+
101
+ class Type9(Enum):
102
+ Polygon = 'Polygon'
103
+
104
+
105
+ class Geometries2(BaseModel):
106
+ type: Type9
107
+ coordinates: list[list[Coordinate]]
108
+ bbox: list[float] | None = Field(None, min_length=4)
109
+
110
+
111
+ class Type10(Enum):
112
+ MultiPoint = 'MultiPoint'
113
+
114
+
115
+ class Geometries3(BaseModel):
116
+ type: Type10
117
+ coordinates: list[list[float]]
118
+ bbox: list[float] | None = Field(None, min_length=4)
119
+
120
+
121
+ class Type11(Enum):
122
+ MultiLineString = 'MultiLineString'
123
+
124
+
125
+ class Geometries4(BaseModel):
126
+ type: Type11
127
+ coordinates: list[list[Coordinate]]
128
+ bbox: list[float] | None = Field(None, min_length=4)
129
+
130
+
131
+ class Type12(Enum):
132
+ MultiPolygon = 'MultiPolygon'
133
+
134
+
135
+ class Geometries5(BaseModel):
136
+ type: Type12
137
+ coordinates: list[list[list[Coordinate]]]
138
+ bbox: list[float] | None = Field(None, min_length=4)
139
+
140
+
141
+ class Data6(BaseModel):
142
+ type: Type6
143
+ geometries: list[
144
+ Geometries | Geometries1 | Geometries2 | Geometries3 | Geometries4 | Geometries5
145
+ ]
146
+ bbox: list[float] | None = Field(None, min_length=4)
147
+
148
+
149
+ class Type13(Enum):
150
+ Feature = 'Feature'
151
+
152
+
153
+ class Type14(Enum):
154
+ Point = 'Point'
155
+
156
+
157
+ class Geometry(BaseModel):
158
+ type: Type14
159
+ coordinates: list[float] = Field(..., min_length=2)
160
+ bbox: list[float] | None = Field(None, min_length=4)
161
+
162
+
163
+ class Type15(Enum):
164
+ LineString = 'LineString'
165
+
166
+
167
+ class Geometry1(BaseModel):
168
+ type: Type15
169
+ coordinates: list[Coordinate] = Field(..., min_length=2)
170
+ bbox: list[float] | None = Field(None, min_length=4)
171
+
172
+
173
+ class Type16(Enum):
174
+ Polygon = 'Polygon'
175
+
176
+
177
+ class Geometry2(BaseModel):
178
+ type: Type16
179
+ coordinates: list[list[Coordinate]]
180
+ bbox: list[float] | None = Field(None, min_length=4)
181
+
182
+
183
+ class Type17(Enum):
184
+ MultiPoint = 'MultiPoint'
185
+
186
+
187
+ class Geometry3(BaseModel):
188
+ type: Type17
189
+ coordinates: list[list[float]]
190
+ bbox: list[float] | None = Field(None, min_length=4)
191
+
192
+
193
+ class Type18(Enum):
194
+ MultiLineString = 'MultiLineString'
195
+
196
+
197
+ class Geometry4(BaseModel):
198
+ type: Type18
199
+ coordinates: list[list[Coordinate]]
200
+ bbox: list[float] | None = Field(None, min_length=4)
201
+
202
+
203
+ class Type19(Enum):
204
+ MultiPolygon = 'MultiPolygon'
205
+
206
+
207
+ class Geometry5(BaseModel):
208
+ type: Type19
209
+ coordinates: list[list[list[Coordinate]]]
210
+ bbox: list[float] | None = Field(None, min_length=4)
211
+
212
+
213
+ class Type20(Enum):
214
+ GeometryCollection = 'GeometryCollection'
215
+
216
+
217
+ class Type21(Enum):
218
+ Point = 'Point'
219
+
220
+
221
+ class Geometries6(BaseModel):
222
+ type: Type21
223
+ coordinates: list[float] = Field(..., min_length=2)
224
+ bbox: list[float] | None = Field(None, min_length=4)
225
+
226
+
227
+ class Type22(Enum):
228
+ LineString = 'LineString'
229
+
230
+
231
+ class Geometries7(BaseModel):
232
+ type: Type22
233
+ coordinates: list[Coordinate] = Field(..., min_length=2)
234
+ bbox: list[float] | None = Field(None, min_length=4)
235
+
236
+
237
+ class Type23(Enum):
238
+ Polygon = 'Polygon'
239
+
240
+
241
+ class Geometries8(BaseModel):
242
+ type: Type23
243
+ coordinates: list[list[Coordinate]]
244
+ bbox: list[float] | None = Field(None, min_length=4)
245
+
246
+
247
+ class Type24(Enum):
248
+ MultiPoint = 'MultiPoint'
249
+
250
+
251
+ class Geometries9(BaseModel):
252
+ type: Type24
253
+ coordinates: list[list[float]]
254
+ bbox: list[float] | None = Field(None, min_length=4)
255
+
256
+
257
+ class Type25(Enum):
258
+ MultiLineString = 'MultiLineString'
259
+
260
+
261
+ class Geometries10(BaseModel):
262
+ type: Type25
263
+ coordinates: list[list[Coordinate]]
264
+ bbox: list[float] | None = Field(None, min_length=4)
265
+
266
+
267
+ class Type26(Enum):
268
+ MultiPolygon = 'MultiPolygon'
269
+
270
+
271
+ class Geometries11(BaseModel):
272
+ type: Type26
273
+ coordinates: list[list[list[Coordinate]]]
274
+ bbox: list[float] | None = Field(None, min_length=4)
275
+
276
+
277
+ class Geometry6(BaseModel):
278
+ type: Type20
279
+ geometries: list[
280
+ Geometries6
281
+ | Geometries7
282
+ | Geometries8
283
+ | Geometries9
284
+ | Geometries10
285
+ | Geometries11
286
+ ]
287
+ bbox: list[float] | None = Field(None, min_length=4)
288
+
289
+
290
+ class Data7(BaseModel):
291
+ type: Type13
292
+ id: float | str | None = None
293
+ properties: dict[str, Any] | None
294
+ geometry: (
295
+ Geometry
296
+ | Geometry1
297
+ | Geometry2
298
+ | Geometry3
299
+ | Geometry4
300
+ | Geometry5
301
+ | Geometry6
302
+ | None
303
+ )
304
+ bbox: list[float] | None = Field(None, min_length=4)
305
+
306
+
307
+ class Type27(Enum):
308
+ FeatureCollection = 'FeatureCollection'
309
+
310
+
311
+ class Type28(Enum):
312
+ Feature = 'Feature'
313
+
314
+
315
+ class Type29(Enum):
316
+ Point = 'Point'
317
+
318
+
319
+ class Geometry7(BaseModel):
320
+ type: Type29
321
+ coordinates: list[float] = Field(..., min_length=2)
322
+ bbox: list[float] | None = Field(None, min_length=4)
323
+
324
+
325
+ class Type30(Enum):
326
+ LineString = 'LineString'
327
+
328
+
329
+ class Geometry8(BaseModel):
330
+ type: Type30
331
+ coordinates: list[Coordinate] = Field(..., min_length=2)
332
+ bbox: list[float] | None = Field(None, min_length=4)
333
+
334
+
335
+ class Type31(Enum):
336
+ Polygon = 'Polygon'
337
+
338
+
339
+ class Geometry9(BaseModel):
340
+ type: Type31
341
+ coordinates: list[list[Coordinate]]
342
+ bbox: list[float] | None = Field(None, min_length=4)
343
+
344
+
345
+ class Type32(Enum):
346
+ MultiPoint = 'MultiPoint'
347
+
348
+
349
+ class Geometry10(BaseModel):
350
+ type: Type32
351
+ coordinates: list[list[float]]
352
+ bbox: list[float] | None = Field(None, min_length=4)
353
+
354
+
355
+ class Type33(Enum):
356
+ MultiLineString = 'MultiLineString'
357
+
358
+
359
+ class Geometry11(BaseModel):
360
+ type: Type33
361
+ coordinates: list[list[Coordinate]]
362
+ bbox: list[float] | None = Field(None, min_length=4)
363
+
364
+
365
+ class Type34(Enum):
366
+ MultiPolygon = 'MultiPolygon'
367
+
368
+
369
+ class Geometry12(BaseModel):
370
+ type: Type34
371
+ coordinates: list[list[list[Coordinate]]]
372
+ bbox: list[float] | None = Field(None, min_length=4)
373
+
374
+
375
+ class Type35(Enum):
376
+ GeometryCollection = 'GeometryCollection'
377
+
378
+
379
+ class Type36(Enum):
380
+ Point = 'Point'
381
+
382
+
383
+ class Geometries12(BaseModel):
384
+ type: Type36
385
+ coordinates: list[float] = Field(..., min_length=2)
386
+ bbox: list[float] | None = Field(None, min_length=4)
387
+
388
+
389
+ class Type37(Enum):
390
+ LineString = 'LineString'
391
+
392
+
393
+ class Geometries13(BaseModel):
394
+ type: Type37
395
+ coordinates: list[Coordinate] = Field(..., min_length=2)
396
+ bbox: list[float] | None = Field(None, min_length=4)
397
+
398
+
399
+ class Type38(Enum):
400
+ Polygon = 'Polygon'
401
+
402
+
403
+ class Geometries14(BaseModel):
404
+ type: Type38
405
+ coordinates: list[list[Coordinate]]
406
+ bbox: list[float] | None = Field(None, min_length=4)
407
+
408
+
409
+ class Type39(Enum):
410
+ MultiPoint = 'MultiPoint'
411
+
412
+
413
+ class Geometries15(BaseModel):
414
+ type: Type39
415
+ coordinates: list[list[float]]
416
+ bbox: list[float] | None = Field(None, min_length=4)
417
+
418
+
419
+ class Type40(Enum):
420
+ MultiLineString = 'MultiLineString'
421
+
422
+
423
+ class Geometries16(BaseModel):
424
+ type: Type40
425
+ coordinates: list[list[Coordinate]]
426
+ bbox: list[float] | None = Field(None, min_length=4)
427
+
428
+
429
+ class Type41(Enum):
430
+ MultiPolygon = 'MultiPolygon'
431
+
432
+
433
+ class Geometries17(BaseModel):
434
+ type: Type41
435
+ coordinates: list[list[list[Coordinate]]]
436
+ bbox: list[float] | None = Field(None, min_length=4)
437
+
438
+
439
+ class Geometry13(BaseModel):
440
+ type: Type35
441
+ geometries: list[
442
+ Geometries12
443
+ | Geometries13
444
+ | Geometries14
445
+ | Geometries15
446
+ | Geometries16
447
+ | Geometries17
448
+ ]
449
+ bbox: list[float] | None = Field(None, min_length=4)
450
+
451
+
452
+ class Feature(BaseModel):
453
+ type: Type28
454
+ id: float | str | None = None
455
+ properties: dict[str, Any] | None
456
+ geometry: (
457
+ Geometry7
458
+ | Geometry8
459
+ | Geometry9
460
+ | Geometry10
461
+ | Geometry11
462
+ | Geometry12
463
+ | Geometry13
464
+ | None
465
+ )
466
+ bbox: list[float] | None = Field(None, min_length=4)
467
+
468
+
469
+ class Data8(BaseModel):
470
+ type: Type27
471
+ features: list[Feature]
472
+ bbox: list[float] | None = Field(None, min_length=4)
12
473
 
13
474
 
14
475
  class IGeoJSONSource(BaseModel):
15
476
  model_config = ConfigDict(
16
477
  extra='forbid',
17
478
  )
18
- path: Optional[str] = Field(None, description='The local path to a GeoJSON file')
19
- data: Optional[geojson.GeoJSON] = Field(None, description='The GeoJSON data')
20
- valid: Optional[bool] = Field(None, description='Whether the data are valid or not')
479
+ path: str | None = Field(None, description='The local path to a GeoJSON file')
480
+ data: (
481
+ Data | Data1 | Data2 | Data3 | Data4 | Data5 | Data6 | Data7 | Data8 | None
482
+ ) = Field(None, description='The GeoJSON data')
483
+ valid: bool | None = Field(None, description='Whether the data are valid or not')
@@ -1,11 +1,9 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: project/sources/geoParquetSource.json
3
- # timestamp: 2025-12-05T19:42:51+00:00
3
+ # timestamp: 2026-01-28T09:29:23+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
7
- from typing import Optional
8
-
9
7
  from pydantic import BaseModel, ConfigDict, Field
10
8
 
11
9
 
@@ -14,10 +12,10 @@ class IGeoParquetSource(BaseModel):
14
12
  extra='forbid',
15
13
  )
16
14
  path: str = Field(..., description='The path to the GeoParquet source')
17
- attribution: Optional[str] = Field(
15
+ attribution: str | None = Field(
18
16
  '', description='The attribution for the GeoParquet source.'
19
17
  )
20
- projection: Optional[str] = Field(
18
+ projection: str | None = Field(
21
19
  'EPSG:4326',
22
20
  description='The projection information for the GeoParquet data (optional).',
23
21
  )
@@ -1,30 +1,28 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: project/sources/geoTiffSource.json
3
- # timestamp: 2025-12-05T19:42:51+00:00
3
+ # timestamp: 2026-01-28T09:29:23+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
7
- from typing import List, Optional
8
-
9
7
  from pydantic import BaseModel, ConfigDict, Field
10
8
 
11
9
 
12
10
  class Url(BaseModel):
13
- url: Optional[str] = None
14
- min: Optional[float] = None
15
- max: Optional[float] = None
11
+ url: str | None = None
12
+ min: float | None = None
13
+ max: float | None = None
16
14
 
17
15
 
18
16
  class IGeoTiffSource(BaseModel):
19
17
  model_config = ConfigDict(
20
18
  extra='forbid',
21
19
  )
22
- urls: List[Url] = Field(..., description='URLs', min_length=1)
23
- normalize: Optional[bool] = Field(
20
+ urls: list[Url] = Field(..., description='URLs', min_length=1)
21
+ normalize: bool | None = Field(
24
22
  True,
25
23
  description='Enable to normalize values between 0 and 1 and displayed as RGB values; disable to keep raw band values',
26
24
  )
27
- wrapX: Optional[bool] = Field(False, description='Wrap the map horizontally?')
28
- interpolate: Optional[bool] = Field(
25
+ wrapX: bool | None = Field(False, description='Wrap the map horizontally?')
26
+ interpolate: bool | None = Field(
29
27
  False, description='Interpolate between grid cells when overzooming?'
30
28
  )
@@ -1,16 +1,14 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: project/sources/imageSource.json
3
- # timestamp: 2025-12-05T19:42:51+00:00
3
+ # timestamp: 2026-01-28T09:29:23+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
7
- from typing import List, Optional
8
-
9
7
  from pydantic import BaseModel, ConfigDict, Field, RootModel
10
8
 
11
9
 
12
- class Coordinate(RootModel[List[float]]):
13
- root: List[float]
10
+ class Coordinate(RootModel[list[float]]):
11
+ root: list[float]
14
12
 
15
13
 
16
14
  class IImageSource(BaseModel):
@@ -18,12 +16,12 @@ class IImageSource(BaseModel):
18
16
  extra='forbid',
19
17
  )
20
18
  path: str = Field(..., description='Path that points to an image')
21
- coordinates: List[Coordinate] = Field(
22
- ...,
19
+ coordinates: list[Coordinate] = Field(
20
+ default_factory=list,
23
21
  description='Corners of image specified in longitude, latitude pairs',
24
22
  max_length=4,
25
23
  min_length=4,
26
24
  )
27
- interpolate: Optional[bool] = Field(
25
+ interpolate: bool | None = Field(
28
26
  False, description='Interpolate between grid cells when overzooming?'
29
27
  )
@@ -1,23 +1,21 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: project/sources/markerSource.json
3
- # timestamp: 2025-12-05T19:42:51+00:00
3
+ # timestamp: 2026-01-28T09:29:23+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
7
- from typing import List, Optional
8
-
9
7
  from pydantic import BaseModel, ConfigDict, Field
10
8
 
11
9
 
12
10
  class Feature(BaseModel):
13
- coords: List[float] = Field(..., max_length=2, min_length=2)
11
+ coords: list[float] = Field(..., max_length=2, min_length=2)
14
12
 
15
13
 
16
14
  class IMarkerSource(BaseModel):
17
15
  model_config = ConfigDict(
18
16
  extra='forbid',
19
17
  )
20
- color: Optional[str] = Field(
18
+ color: str | None = Field(
21
19
  None, description='Color of the marker icon (hex, rgb, rgba, or named color)'
22
20
  )
23
21
  feature: Feature = Field(..., description='Info for the marker')
@@ -1,11 +1,9 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: project/sources/rasterDemSource.json
3
- # timestamp: 2025-12-05T19:42:51+00:00
3
+ # timestamp: 2026-01-28T09:29:23+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
7
- from typing import Dict, Optional
8
-
9
7
  from pydantic import BaseModel, ConfigDict, Field
10
8
 
11
9
 
@@ -14,10 +12,10 @@ class IRasterDemSource(BaseModel):
14
12
  extra='forbid',
15
13
  )
16
14
  url: str = Field(..., description='The url to the tile provider')
17
- attribution: Optional[str] = Field(
15
+ attribution: str | None = Field(
18
16
  None, description='The attribution for the raster-dem source'
19
17
  )
20
- urlParameters: Optional[Dict[str, str]] = None
21
- interpolate: Optional[bool] = Field(
18
+ urlParameters: dict[str, str] | None = None
19
+ interpolate: bool | None = Field(
22
20
  False, description='Interpolate between grid cells when overzooming?'
23
21
  )
@@ -1,11 +1,9 @@
1
1
  # generated by datamodel-codegen:
2
2
  # filename: project/sources/rasterSource.json
3
- # timestamp: 2025-12-05T19:42:51+00:00
3
+ # timestamp: 2026-01-28T09:29:23+00:00
4
4
 
5
5
  from __future__ import annotations
6
6
 
7
- from typing import Dict, List, Optional
8
-
9
7
  from pydantic import BaseModel, ConfigDict, Field, confloat
10
8
 
11
9
 
@@ -20,17 +18,15 @@ class IRasterSource(BaseModel):
20
18
  maxZoom: confloat(ge=0.0, le=24.0) = Field(
21
19
  ..., description='The maximum zoom level for the raster source'
22
20
  )
23
- attribution: Optional[str] = Field(
21
+ attribution: str | None = Field(
24
22
  '', description='The attribution for the raster source'
25
23
  )
26
- htmlAttribution: Optional[str] = Field(
24
+ htmlAttribution: str | None = Field(
27
25
  '', description='The html attribution for the raster source'
28
26
  )
29
- provider: Optional[str] = Field('', description='The map provider')
30
- bounds: Optional[List[List[float]]] = Field(
31
- [], description='The bounds of the source'
32
- )
33
- urlParameters: Optional[Dict[str, str]] = {}
34
- interpolate: Optional[bool] = Field(
27
+ provider: str | None = Field('', description='The map provider')
28
+ bounds: list[list[float]] | None = Field([], description='The bounds of the source')
29
+ urlParameters: dict[str, str] | None = {}
30
+ interpolate: bool | None = Field(
35
31
  False, description='Interpolate between grid cells when overzooming?'
36
32
  )