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.
- jupytergis_core/_version.py +1 -1
- jupytergis_core/jgis_ydoc.py +9 -0
- jupytergis_core/schema/__init__.py +1 -0
- jupytergis_core/schema/interfaces/__init__.py +1 -1
- jupytergis_core/schema/interfaces/export/__init__.py +1 -1
- jupytergis_core/schema/interfaces/export/exportGeoJson.py +1 -1
- jupytergis_core/schema/interfaces/export/exportGeoTiff.py +1 -1
- jupytergis_core/schema/interfaces/geojson.py +262 -261
- jupytergis_core/schema/interfaces/processing/__init__.py +1 -1
- jupytergis_core/schema/interfaces/processing/boundingBoxes.py +1 -1
- jupytergis_core/schema/interfaces/processing/buffer.py +2 -4
- jupytergis_core/schema/interfaces/processing/centroids.py +1 -1
- jupytergis_core/schema/interfaces/processing/concaveHull.py +3 -5
- jupytergis_core/schema/interfaces/processing/convexHull.py +1 -1
- jupytergis_core/schema/interfaces/processing/dissolve.py +2 -4
- jupytergis_core/schema/interfaces/project/__init__.py +1 -1
- jupytergis_core/schema/interfaces/project/jgis.py +67 -32
- jupytergis_core/schema/interfaces/project/layers/__init__.py +1 -1
- jupytergis_core/schema/interfaces/project/layers/heatmapLayer.py +5 -7
- jupytergis_core/schema/interfaces/project/layers/hillshadeLayer.py +2 -4
- jupytergis_core/schema/interfaces/project/layers/imageLayer.py +2 -4
- jupytergis_core/schema/interfaces/project/layers/rasterLayer.py +2 -4
- jupytergis_core/schema/interfaces/project/layers/stacLayer.py +4 -4
- jupytergis_core/schema/interfaces/project/layers/storySegmentLayer.py +43 -0
- jupytergis_core/schema/interfaces/project/layers/vectorLayer.py +10 -10
- jupytergis_core/schema/interfaces/project/layers/vectorTileLayer.py +4 -4
- jupytergis_core/schema/interfaces/project/layers/webGlLayer.py +15 -20
- jupytergis_core/schema/interfaces/project/sources/__init__.py +1 -1
- jupytergis_core/schema/interfaces/project/sources/geoJsonSource.py +470 -7
- jupytergis_core/schema/interfaces/project/sources/geoParquetSource.py +3 -5
- jupytergis_core/schema/interfaces/project/sources/geoTiffSource.py +8 -10
- jupytergis_core/schema/interfaces/project/sources/imageSource.py +6 -8
- jupytergis_core/schema/interfaces/project/sources/markerSource.py +3 -5
- jupytergis_core/schema/interfaces/project/sources/rasterDemSource.py +4 -6
- jupytergis_core/schema/interfaces/project/sources/rasterSource.py +7 -11
- jupytergis_core/schema/interfaces/project/sources/shapefileSource.py +5 -7
- jupytergis_core/schema/interfaces/project/sources/vectorTileSource.py +4 -6
- jupytergis_core/schema/interfaces/project/sources/videoSource.py +6 -8
- {jupytergis_core-0.10.1.data → jupytergis_core-0.12.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/package.json +5 -5
- {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
- {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
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/065129e010fdefaafa25.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/154.81bef68e01fc6079be77.js +1 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/211.dda210219d9ad86e1e84.js +1 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/234.ea90a64ba283577248b6.js +1 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/2379815eeec82d6c99ea.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/27.1f6ad99534ea85406d43.js +2 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/2712f8c296ab9baf6f95.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/2ce872a547257acecfc0.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/31825d2bcac05cb5da9d.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/376.28855d079a25782d0411.js +1 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/37d4b69117807e9b00aa.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/3d8187d1d88463b1e5a4.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/3e1228ffb595af0d2370.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/3e2ea21a9bb5a7e94089.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/4009081011843c862262.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/4047728d7b293f61b9cb.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/407.abbc95102c4ad7922738.js +1 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/411398ae9caa98f2654c.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/4149ae06530a3720c67c.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/41988965b5360232f050.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/42dbacd3d3ab27cd8fe8.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/432.4ba21c44d69bd7bb9b58.js +1 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/472.a64789520e563e648e15.js +1 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/479bc18b0a8360cb8636.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/4fe432c83b6c81740920.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/50bba166a2d109528596.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/51a0b3e4b1e624fee4ba.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/542.01890bd351511c4a49a8.js +1 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/552.a4ebd32e9302cb6c9dce.js +1 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/555.f67c28bf17db0a6ce7f9.js +1 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/5d1354f82aa569d79f74.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/618.f39bbf3c06f1a62a664a.js +1 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/636.5db7bab2b13005003479.js +1 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/653ed59ca041d4cc76e2.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/665c89733efcaf4fc65e.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/68d25e6e7a77e8c2d338.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/6924d02711b6d64db874.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/6fe1cef97ac720fa885b.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/70b4a14ce5f5d672efe6.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/7560dc6afba85f6f6f89.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/7bf725567d92f65f336b.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/7c642fa9321457120a1a.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/7d280f5402f60127d3f6.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/803.2b7be4ca03f1b0985a34.js +8 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/8163009c3e5f7a859780.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/88.b1f127f75359848bf070.js +8 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/8a5a2c52ba6a89f6a5f6.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/8dae460d4f1e0e3a7654.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/990.234d39c902e1904325da.js +1 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/991.584a281a964b99295de6.js +1 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/9a3df8b4c541ac57e098.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/9c849b1508bb89c03a11.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/9db57adb3a3a31589172.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/9f1da5291e47bddd92e9.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/9f9de11ffb72743ae1a2.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/a056ee838eeec1dda300.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/a7900cf7c6d73e79243e.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/b01b169f2989f7f21b02.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/b22d124764bac097d636.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/b42192867b229c38c90d.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/bae6aa2086d6d2fe9a2a.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/c10e06cadd2e55076d02.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/c11b80da428b44d5e609.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/e608545baf17c34894d9.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/ef21602db378f0391253.png +0 -0
- jupytergis_core-0.12.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/remoteEntry.e6587383eef3f964e9e7.js +1 -0
- {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
- {jupytergis_core-0.10.1.dist-info → jupytergis_core-0.12.0.dist-info}/METADATA +4 -3
- jupytergis_core-0.12.0.dist-info/RECORD +122 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/026680ab0cd1523edc87.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/02ff7d503bbd90b21fc4.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/062a9554f6b4caac9713.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/064f37cecb8130ad66e8.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/08da2741746ddab81d04.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/0c6a0352b82839119f95.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/13c485bb93f5567f02fd.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/1474207a6b3ca1001e78.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/14b98240613d5256c621.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/154.234a33e9fcda783cc84b.js +0 -1
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/1b97ea0f2b3af717cffa.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/1d440270da19a2f22fee.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/1ed164e010f3c0306d15.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/211.083574a3909f85924cc7.js +0 -1
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/2218dfba22fc2b08e948.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/234.2f0fc49f516ad354aa18.js +0 -1
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/250.245296409de797297c09.js +0 -8
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/27.6ee794baeb00791424c2.js +0 -2
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/2ab791b60c4058e664f8.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/2b24b6a745c11511f055.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/2d676bc0a01c2cd2fccb.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/2f02309ea499725612ea.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/32c7a73662cceb5bb1d7.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/363ca7c5f78deb6fd033.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/376.1dc881bb3edbaa917d71.js +0 -1
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/397.075ccafc191603fcad13.js +0 -1
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/3ae0bf244442de7efc35.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/3d48be10ffea86eb15de.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/407.e9ba4ebc707a690bc548.js +0 -1
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/415edc3fa381260cf31e.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/42cbddf5e883673bc4e2.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/432.b81aa01fd224321ff376.js +0 -1
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/472.5e2408d0777222e455cc.js +0 -1
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/527ef171d5df15dc7da5.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/542.9766a06057be72a32b09.js +0 -1
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/552.0936beb209d3ea5a1229.js +0 -1
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/555.1cd3070a2aa23b05356b.js +0 -1
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/5bb02252f243f8c7494f.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/5d181edc3c046e1454a1.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/5f32ad48aefe00e51312.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/618.f4d7698f69b3ad75e162.js +0 -1
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/6e4f6b4d0dfca3bd4450.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/71d436fb44627b6bfbd7.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/7b225dc2d37cd3582156.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/803.5f3759c98814aa602705.js +0 -8
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/843ab141e62516b9df5c.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/875.d4ee3ab5cce6d5530d48.js +0 -1
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/8814e17f6b110e8f3e42.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/88b2ae0d29edb684eae5.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/971a42d174dd17b9451a.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/991.d3fbaf84f451d24104e2.js +0 -1
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/a3c609f5bff95a7a53be.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/a86d626c9ed2e222d190.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/a9e286b0c0264a9fc737.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/ab309078b494f850430a.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/b15e3989b7b90b5a8d9d.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/b36717fbb06f21d53b01.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/ba4b6e82fe5a816c40a5.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/bb2b310570da7a3587e9.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/be92bcf7bb99753b4b3d.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/c2ffa011d7f52a0ddf45.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/d83457b1b925c1718f6d.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/f2617180c6907263a7ff.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/fe99a6dbf5a71d308989.png +0 -0
- jupytergis_core-0.10.1.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/remoteEntry.4cf0418b1099b497df32.js +0 -1
- jupytergis_core-0.10.1.dist-info/RECORD +0 -120
- {jupytergis_core-0.10.1.data → jupytergis_core-0.12.0.data}/data/etc/jupyter/jupyter_server_config.d/jupytergis_core.json +0 -0
- /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
- {jupytergis_core-0.10.1.data → jupytergis_core-0.12.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/350eec4ce9ae4bc10bca.wasm +0 -0
- /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
- /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
- {jupytergis_core-0.10.1.data → jupytergis_core-0.12.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/e473e1e9f20af114bbb4.data +0 -0
- {jupytergis_core-0.10.1.data → jupytergis_core-0.12.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/style.js +0 -0
- {jupytergis_core-0.10.1.dist-info → jupytergis_core-0.12.0.dist-info}/WHEEL +0 -0
- {jupytergis_core-0.10.1.dist-info → jupytergis_core-0.12.0.dist-info}/entry_points.txt +0 -0
- {jupytergis_core-0.10.1.dist-info → jupytergis_core-0.12.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
# generated by datamodel-codegen:
|
|
2
2
|
# filename: processing/buffer.json
|
|
3
|
-
# timestamp:
|
|
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
|
|
|
@@ -18,6 +16,6 @@ class IBuffer(BaseModel):
|
|
|
18
16
|
...,
|
|
19
17
|
description='The distance used for buffering the geometry (in projection units).',
|
|
20
18
|
)
|
|
21
|
-
embedOutputLayer:
|
|
19
|
+
embedOutputLayer: bool | None = Field(
|
|
22
20
|
True, title='Embed output buffered layer in file'
|
|
23
21
|
)
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
# generated by datamodel-codegen:
|
|
2
2
|
# filename: processing/concaveHull.json
|
|
3
|
-
# timestamp:
|
|
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, confloat
|
|
10
8
|
|
|
11
9
|
|
|
@@ -14,8 +12,8 @@ class IConcaveHull(BaseModel):
|
|
|
14
12
|
extra='forbid',
|
|
15
13
|
)
|
|
16
14
|
inputLayer: str = Field(..., description='The input layer for Concave Hull.')
|
|
17
|
-
pctconvex:
|
|
15
|
+
pctconvex: confloat(ge=0.0, le=1.0, multiple_of=0.1) | None = Field(
|
|
18
16
|
0.5,
|
|
19
17
|
description='Controls the concaveness of the computed hull, vary from 0 to 1, 0 corresponds to the maximum concavity.',
|
|
20
18
|
)
|
|
21
|
-
allowHoles:
|
|
19
|
+
allowHoles: bool | None = Field(False, title='Allow holes in the hull')
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
# generated by datamodel-codegen:
|
|
2
2
|
# filename: processing/dissolve.json
|
|
3
|
-
# timestamp:
|
|
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
|
|
|
@@ -19,6 +17,6 @@ class IDissolve(BaseModel):
|
|
|
19
17
|
dissolveField: str = Field(
|
|
20
18
|
..., description='The field based on which geometries will be dissolved.'
|
|
21
19
|
)
|
|
22
|
-
embedOutputLayer:
|
|
20
|
+
embedOutputLayer: bool | None = Field(
|
|
23
21
|
True, title='Embed output dissolved layer in file'
|
|
24
22
|
)
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# generated by datamodel-codegen:
|
|
2
2
|
# filename: project/jgis.json
|
|
3
|
-
# timestamp:
|
|
3
|
+
# timestamp: 2026-01-28T09:29:23+00:00
|
|
4
4
|
|
|
5
5
|
from __future__ import annotations
|
|
6
6
|
|
|
7
7
|
from enum import Enum
|
|
8
|
-
from typing import Any
|
|
8
|
+
from typing import Any
|
|
9
9
|
|
|
10
10
|
from pydantic import BaseModel, ConfigDict, Field, RootModel, constr
|
|
11
11
|
|
|
@@ -19,6 +19,7 @@ class LayerType(Enum):
|
|
|
19
19
|
ImageLayer = 'ImageLayer'
|
|
20
20
|
HeatmapLayer = 'HeatmapLayer'
|
|
21
21
|
StacLayer = 'StacLayer'
|
|
22
|
+
StorySegmentLayer = 'StorySegmentLayer'
|
|
22
23
|
|
|
23
24
|
|
|
24
25
|
class SourceType(Enum):
|
|
@@ -40,25 +41,58 @@ class JGISSource(BaseModel):
|
|
|
40
41
|
)
|
|
41
42
|
name: str
|
|
42
43
|
type: SourceType
|
|
43
|
-
parameters:
|
|
44
|
+
parameters: dict[str, Any] | None = None
|
|
44
45
|
|
|
45
46
|
|
|
46
|
-
class
|
|
47
|
-
|
|
47
|
+
class StoryType(Enum):
|
|
48
|
+
guided = 'guided'
|
|
49
|
+
unguided = 'unguided'
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
class JGISStoryMap(BaseModel):
|
|
53
|
+
model_config = ConfigDict(
|
|
54
|
+
extra='allow',
|
|
55
|
+
)
|
|
56
|
+
title: str | None = Field(
|
|
57
|
+
None, description='The title of the story map', title='Title'
|
|
58
|
+
)
|
|
59
|
+
storyType: StoryType | None = Field(
|
|
60
|
+
None, description='The type of story map', title='Story Type'
|
|
61
|
+
)
|
|
62
|
+
storySegments: list[str] | None = Field(
|
|
63
|
+
[], description='Array of story segments for the story map'
|
|
64
|
+
)
|
|
65
|
+
presentaionBgColor: str | None = Field(
|
|
66
|
+
None,
|
|
67
|
+
description='The background color of the story map',
|
|
68
|
+
title='Presentation Background Color',
|
|
69
|
+
)
|
|
70
|
+
presentaionTextColor: str | None = Field(
|
|
71
|
+
None,
|
|
72
|
+
description='The text color of the story map',
|
|
73
|
+
title='Presentation Text Color',
|
|
74
|
+
)
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
class JGISSources(RootModel[dict[str, JGISSource]]):
|
|
78
|
+
root: dict[str, JGISSource]
|
|
48
79
|
|
|
49
80
|
|
|
50
81
|
class JGISOptions(BaseModel):
|
|
51
82
|
model_config = ConfigDict(
|
|
52
83
|
extra='forbid',
|
|
53
84
|
)
|
|
54
|
-
latitude:
|
|
55
|
-
longitude:
|
|
56
|
-
zoom:
|
|
57
|
-
bearing:
|
|
58
|
-
pitch:
|
|
59
|
-
extent:
|
|
60
|
-
projection:
|
|
61
|
-
useExtent:
|
|
85
|
+
latitude: float | None = 0
|
|
86
|
+
longitude: float | None = 0
|
|
87
|
+
zoom: float | None = 0
|
|
88
|
+
bearing: float | None = 0
|
|
89
|
+
pitch: float | None = 0
|
|
90
|
+
extent: list[float] | None = None
|
|
91
|
+
projection: str | None = 'EPSG:3857'
|
|
92
|
+
useExtent: bool | None = False
|
|
93
|
+
storyMapPresentationMode: bool | None = Field(
|
|
94
|
+
False, title='Whether presentation mode is active'
|
|
95
|
+
)
|
|
62
96
|
|
|
63
97
|
|
|
64
98
|
class Operator(Enum):
|
|
@@ -77,9 +111,9 @@ class JGISFilterItem(BaseModel):
|
|
|
77
111
|
)
|
|
78
112
|
operator: Operator
|
|
79
113
|
feature: str
|
|
80
|
-
value:
|
|
81
|
-
betweenMin:
|
|
82
|
-
betweenMax:
|
|
114
|
+
value: str | float
|
|
115
|
+
betweenMin: float | None = None
|
|
116
|
+
betweenMax: float | None = None
|
|
83
117
|
|
|
84
118
|
|
|
85
119
|
class JGISFilter(BaseModel):
|
|
@@ -87,7 +121,7 @@ class JGISFilter(BaseModel):
|
|
|
87
121
|
extra='forbid',
|
|
88
122
|
)
|
|
89
123
|
logicalOp: str
|
|
90
|
-
appliedFilters:
|
|
124
|
+
appliedFilters: list[JGISFilterItem] = Field(default_factory=list)
|
|
91
125
|
|
|
92
126
|
|
|
93
127
|
class JGISLayer(BaseModel):
|
|
@@ -97,24 +131,25 @@ class JGISLayer(BaseModel):
|
|
|
97
131
|
name: str
|
|
98
132
|
type: LayerType
|
|
99
133
|
visible: bool
|
|
100
|
-
parameters:
|
|
101
|
-
filters:
|
|
134
|
+
parameters: dict[str, Any] | None = None
|
|
135
|
+
filters: JGISFilter | None = None
|
|
102
136
|
|
|
103
137
|
|
|
104
|
-
class JGISLayers(RootModel[
|
|
105
|
-
root:
|
|
138
|
+
class JGISLayers(RootModel[dict[str, JGISLayer]]):
|
|
139
|
+
root: dict[str, JGISLayer]
|
|
106
140
|
|
|
107
141
|
|
|
108
142
|
class IJGISContent(BaseModel):
|
|
109
143
|
model_config = ConfigDict(
|
|
110
144
|
extra='forbid',
|
|
111
145
|
)
|
|
112
|
-
schemaVersion:
|
|
146
|
+
schemaVersion: str | None = '0.5.0'
|
|
113
147
|
layers: JGISLayers
|
|
114
148
|
sources: JGISSources
|
|
115
|
-
layerTree:
|
|
116
|
-
options:
|
|
117
|
-
|
|
149
|
+
layerTree: JGISLayerTree | None = None
|
|
150
|
+
options: JGISOptions | None = None
|
|
151
|
+
stories: JGISStoryMap | None = None
|
|
152
|
+
metadata: dict[constr(pattern=r'^.*$'), str] | None = None
|
|
118
153
|
|
|
119
154
|
|
|
120
155
|
class JGISLayerGroup(BaseModel):
|
|
@@ -122,17 +157,17 @@ class JGISLayerGroup(BaseModel):
|
|
|
122
157
|
extra='forbid',
|
|
123
158
|
)
|
|
124
159
|
name: str
|
|
125
|
-
layers:
|
|
126
|
-
visible:
|
|
127
|
-
parameters:
|
|
160
|
+
layers: list[JGISLayerItem] = Field(default_factory=list)
|
|
161
|
+
visible: bool | None = True
|
|
162
|
+
parameters: dict[str, Any] | None = None
|
|
128
163
|
|
|
129
164
|
|
|
130
|
-
class JGISLayerItem(RootModel[
|
|
131
|
-
root:
|
|
165
|
+
class JGISLayerItem(RootModel[str | JGISLayerGroup]):
|
|
166
|
+
root: str | JGISLayerGroup = Field(..., title='IJGISLayerItem')
|
|
132
167
|
|
|
133
168
|
|
|
134
|
-
class JGISLayerTree(RootModel[
|
|
135
|
-
root:
|
|
169
|
+
class JGISLayerTree(RootModel[list[JGISLayerItem]]):
|
|
170
|
+
root: list[JGISLayerItem] = Field(default_factory=list, title='IJGISLayerTree')
|
|
136
171
|
|
|
137
172
|
|
|
138
173
|
IJGISContent.model_rebuild()
|
|
@@ -1,17 +1,15 @@
|
|
|
1
1
|
# generated by datamodel-codegen:
|
|
2
2
|
# filename: project/layers/heatmapLayer.json
|
|
3
|
-
# timestamp:
|
|
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, confloat
|
|
10
8
|
|
|
11
9
|
|
|
12
10
|
class SymbologyState(BaseModel):
|
|
13
11
|
renderType: str
|
|
14
|
-
colorRamp:
|
|
12
|
+
colorRamp: str | None = 'viridis'
|
|
15
13
|
|
|
16
14
|
|
|
17
15
|
class IHeatmapLayer(BaseModel):
|
|
@@ -19,12 +17,12 @@ class IHeatmapLayer(BaseModel):
|
|
|
19
17
|
extra='forbid',
|
|
20
18
|
)
|
|
21
19
|
source: str = Field(..., description='The id of the source')
|
|
22
|
-
opacity:
|
|
20
|
+
opacity: confloat(ge=0.0, le=1.0, multiple_of=0.1) | None = Field(
|
|
23
21
|
1, description='The opacity of the source'
|
|
24
22
|
)
|
|
25
23
|
radius: float = Field(..., description='Radius size in pixels')
|
|
26
24
|
blur: float = Field(..., description='Blur size in pixels')
|
|
27
|
-
color:
|
|
28
|
-
symbologyState:
|
|
25
|
+
color: list[str] | None = ['#00f', '#0ff', '#0f0', '#ff0', '#f00']
|
|
26
|
+
symbologyState: SymbologyState | None = Field(
|
|
29
27
|
None, description='The state of the symbology panel options'
|
|
30
28
|
)
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
# generated by datamodel-codegen:
|
|
2
2
|
# filename: project/layers/hillshadeLayer.json
|
|
3
|
-
# timestamp:
|
|
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,6 +12,6 @@ class IHillshadeLayer(BaseModel):
|
|
|
14
12
|
extra='forbid',
|
|
15
13
|
)
|
|
16
14
|
source: str = Field(..., description='The id of the source')
|
|
17
|
-
shadowColor:
|
|
15
|
+
shadowColor: str | None = Field(
|
|
18
16
|
'#473B24', description='The color of the the shadows'
|
|
19
17
|
)
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
# generated by datamodel-codegen:
|
|
2
2
|
# filename: project/layers/imageLayer.json
|
|
3
|
-
# timestamp:
|
|
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, confloat
|
|
10
8
|
|
|
11
9
|
|
|
@@ -14,6 +12,6 @@ class IImageLayer(BaseModel):
|
|
|
14
12
|
extra='forbid',
|
|
15
13
|
)
|
|
16
14
|
source: str = Field(..., description='The id of the source')
|
|
17
|
-
opacity:
|
|
15
|
+
opacity: confloat(ge=0.0, le=1.0, multiple_of=0.1) | None = Field(
|
|
18
16
|
1, description='The opacity of the source'
|
|
19
17
|
)
|
|
@@ -1,11 +1,9 @@
|
|
|
1
1
|
# generated by datamodel-codegen:
|
|
2
2
|
# filename: project/layers/rasterLayer.json
|
|
3
|
-
# timestamp:
|
|
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, confloat
|
|
10
8
|
|
|
11
9
|
|
|
@@ -14,6 +12,6 @@ class IRasterLayer(BaseModel):
|
|
|
14
12
|
extra='forbid',
|
|
15
13
|
)
|
|
16
14
|
source: str = Field(..., description='The id of the source')
|
|
17
|
-
opacity:
|
|
15
|
+
opacity: confloat(ge=0.0, le=1.0, multiple_of=0.1) | None = Field(
|
|
18
16
|
1, description='The opacity of the source'
|
|
19
17
|
)
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# generated by datamodel-codegen:
|
|
2
2
|
# filename: project/layers/stacLayer.json
|
|
3
|
-
# timestamp:
|
|
3
|
+
# timestamp: 2026-01-28T09:29:23+00:00
|
|
4
4
|
|
|
5
5
|
from __future__ import annotations
|
|
6
6
|
|
|
7
|
-
from typing import Any
|
|
7
|
+
from typing import Any
|
|
8
8
|
|
|
9
9
|
from pydantic import BaseModel, ConfigDict, Field, confloat
|
|
10
10
|
|
|
@@ -13,7 +13,7 @@ class IStacLayer(BaseModel):
|
|
|
13
13
|
model_config = ConfigDict(
|
|
14
14
|
extra='forbid',
|
|
15
15
|
)
|
|
16
|
-
data:
|
|
17
|
-
opacity:
|
|
16
|
+
data: dict[str, Any] = Field(..., description='The data of the source')
|
|
17
|
+
opacity: confloat(ge=0.0, le=1.0, multiple_of=0.1) | None = Field(
|
|
18
18
|
1, description='The opacity of the source'
|
|
19
19
|
)
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
# generated by datamodel-codegen:
|
|
2
|
+
# filename: project/layers/storySegmentLayer.json
|
|
3
|
+
# timestamp: 2026-01-28T09:29:23+00:00
|
|
4
|
+
|
|
5
|
+
from __future__ import annotations
|
|
6
|
+
|
|
7
|
+
from enum import Enum
|
|
8
|
+
|
|
9
|
+
from pydantic import BaseModel, ConfigDict, Field
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
class Content(BaseModel):
|
|
13
|
+
model_config = ConfigDict(
|
|
14
|
+
extra='forbid',
|
|
15
|
+
)
|
|
16
|
+
title: str | None = None
|
|
17
|
+
image: str | None = Field(None, description='Link to image for the story')
|
|
18
|
+
markdown: str | None = Field(
|
|
19
|
+
None, description='Markdown string representing the content of the story stop'
|
|
20
|
+
)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
class Type(Enum):
|
|
24
|
+
linear = 'linear'
|
|
25
|
+
immediate = 'immediate'
|
|
26
|
+
smooth = 'smooth'
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
class Transition(BaseModel):
|
|
30
|
+
type: Type = Field(..., description='Transition animation style')
|
|
31
|
+
time: float = Field(..., description='The time in seconds for the transition')
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
class IStorySegmentLayer(BaseModel):
|
|
35
|
+
model_config = ConfigDict(
|
|
36
|
+
extra='forbid',
|
|
37
|
+
)
|
|
38
|
+
zoom: float
|
|
39
|
+
extent: list[float]
|
|
40
|
+
content: Content | None = None
|
|
41
|
+
transition: Transition = Field(
|
|
42
|
+
..., description='Transition configuration between to this story segment'
|
|
43
|
+
)
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
# generated by datamodel-codegen:
|
|
2
2
|
# filename: project/layers/vectorLayer.json
|
|
3
|
-
# timestamp:
|
|
3
|
+
# timestamp: 2026-01-28T09:29:23+00:00
|
|
4
4
|
|
|
5
5
|
from __future__ import annotations
|
|
6
6
|
|
|
7
7
|
from enum import Enum
|
|
8
|
-
from typing import Any
|
|
8
|
+
from typing import Any
|
|
9
9
|
|
|
10
10
|
from pydantic import BaseModel, ConfigDict, Field, confloat
|
|
11
11
|
|
|
@@ -34,11 +34,11 @@ class SymbologyState(BaseModel):
|
|
|
34
34
|
extra='forbid',
|
|
35
35
|
)
|
|
36
36
|
renderType: RenderType
|
|
37
|
-
value:
|
|
38
|
-
method:
|
|
39
|
-
colorRamp:
|
|
40
|
-
nClasses:
|
|
41
|
-
mode:
|
|
37
|
+
value: str | None = None
|
|
38
|
+
method: Method | None = None
|
|
39
|
+
colorRamp: str | None = 'viridis'
|
|
40
|
+
nClasses: str | None = '9'
|
|
41
|
+
mode: Mode | None = 'equal interval'
|
|
42
42
|
|
|
43
43
|
|
|
44
44
|
class IVectorLayer(BaseModel):
|
|
@@ -46,12 +46,12 @@ class IVectorLayer(BaseModel):
|
|
|
46
46
|
extra='forbid',
|
|
47
47
|
)
|
|
48
48
|
source: str = Field(..., description='The id of the source')
|
|
49
|
-
color:
|
|
49
|
+
color: dict[str, Any] | None = Field(
|
|
50
50
|
None, description='The color of the the object'
|
|
51
51
|
)
|
|
52
|
-
opacity:
|
|
52
|
+
opacity: confloat(ge=0.0, le=1.0, multiple_of=0.1) | None = Field(
|
|
53
53
|
1, description='The opacity of the the object'
|
|
54
54
|
)
|
|
55
|
-
symbologyState:
|
|
55
|
+
symbologyState: SymbologyState | None = Field(
|
|
56
56
|
None, description='The state of the symbology panel options'
|
|
57
57
|
)
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# generated by datamodel-codegen:
|
|
2
2
|
# filename: project/layers/vectorTileLayer.json
|
|
3
|
-
# timestamp:
|
|
3
|
+
# timestamp: 2026-01-28T09:29:23+00:00
|
|
4
4
|
|
|
5
5
|
from __future__ import annotations
|
|
6
6
|
|
|
7
|
-
from typing import Any
|
|
7
|
+
from typing import Any
|
|
8
8
|
|
|
9
9
|
from pydantic import BaseModel, ConfigDict, Field, confloat
|
|
10
10
|
|
|
@@ -14,9 +14,9 @@ class IVectorTileLayer(BaseModel):
|
|
|
14
14
|
extra='forbid',
|
|
15
15
|
)
|
|
16
16
|
source: str = Field(..., description='The id of the source')
|
|
17
|
-
color:
|
|
17
|
+
color: dict[str, Any] | None = Field(
|
|
18
18
|
None, description='The color of the the object'
|
|
19
19
|
)
|
|
20
|
-
opacity:
|
|
20
|
+
opacity: confloat(ge=0.0, le=1.0, multiple_of=0.1) | None = Field(
|
|
21
21
|
1, description='The opacity of the the object'
|
|
22
22
|
)
|
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
# generated by datamodel-codegen:
|
|
2
2
|
# filename: project/layers/webGlLayer.json
|
|
3
|
-
# timestamp:
|
|
3
|
+
# timestamp: 2026-01-28T09:29:23+00:00
|
|
4
4
|
|
|
5
5
|
from __future__ import annotations
|
|
6
6
|
|
|
7
7
|
from enum import Enum
|
|
8
|
-
from typing import List, Optional, Union
|
|
9
8
|
|
|
10
9
|
from pydantic import BaseModel, ConfigDict, Field, confloat
|
|
11
10
|
|
|
@@ -27,15 +26,15 @@ class SymbologyState(BaseModel):
|
|
|
27
26
|
extra='forbid',
|
|
28
27
|
)
|
|
29
28
|
renderType: str
|
|
30
|
-
band:
|
|
31
|
-
redBand:
|
|
32
|
-
greenBand:
|
|
33
|
-
blueBand:
|
|
34
|
-
alphaBand:
|
|
35
|
-
interpolation:
|
|
36
|
-
colorRamp:
|
|
37
|
-
nClasses:
|
|
38
|
-
mode:
|
|
29
|
+
band: float | None = None
|
|
30
|
+
redBand: float | None = None
|
|
31
|
+
greenBand: float | None = None
|
|
32
|
+
blueBand: float | None = None
|
|
33
|
+
alphaBand: float | None = None
|
|
34
|
+
interpolation: Interpolation | None = None
|
|
35
|
+
colorRamp: str | None = 'viridis'
|
|
36
|
+
nClasses: str | None = '9'
|
|
37
|
+
mode: Mode | None = 'equal interval'
|
|
39
38
|
|
|
40
39
|
|
|
41
40
|
class IWebGlLayer(BaseModel):
|
|
@@ -43,16 +42,12 @@ class IWebGlLayer(BaseModel):
|
|
|
43
42
|
extra='forbid',
|
|
44
43
|
)
|
|
45
44
|
source: str = Field(..., description='The id of the source')
|
|
46
|
-
opacity:
|
|
45
|
+
opacity: confloat(ge=0.0, le=1.0, multiple_of=0.1) | None = Field(
|
|
47
46
|
1, description='The opacity of the source'
|
|
48
47
|
)
|
|
49
|
-
color:
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
List[Union[str, float, List[Union[float, str, List[Union[float, str]]]]]],
|
|
54
|
-
]
|
|
55
|
-
] = Field(None, description='The color of the the object')
|
|
56
|
-
symbologyState: Optional[SymbologyState] = Field(
|
|
48
|
+
color: (
|
|
49
|
+
str | float | list[str | float | list[float | str | list[float | str]]] | None
|
|
50
|
+
) = Field(None, description='The color of the the object')
|
|
51
|
+
symbologyState: SymbologyState | None = Field(
|
|
57
52
|
None, description='The state of the symbology panel options'
|
|
58
53
|
)
|