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,11 @@
|
|
|
1
1
|
# generated by datamodel-codegen:
|
|
2
2
|
# filename: geojson.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, Field, RootModel
|
|
11
11
|
|
|
@@ -16,487 +16,488 @@ class Type(Enum):
|
|
|
16
16
|
|
|
17
17
|
class GeoJSON1(BaseModel):
|
|
18
18
|
type: Type
|
|
19
|
-
coordinates:
|
|
20
|
-
bbox:
|
|
19
|
+
coordinates: list[float] = Field(..., min_length=2)
|
|
20
|
+
bbox: list[float] | None = Field(None, min_length=4)
|
|
21
21
|
|
|
22
22
|
|
|
23
|
-
class
|
|
23
|
+
class Type43(Enum):
|
|
24
24
|
LineString = 'LineString'
|
|
25
25
|
|
|
26
26
|
|
|
27
|
-
class Coordinate(RootModel[
|
|
28
|
-
root:
|
|
27
|
+
class Coordinate(RootModel[list[float]]):
|
|
28
|
+
root: list[float]
|
|
29
29
|
|
|
30
30
|
|
|
31
31
|
class GeoJSON2(BaseModel):
|
|
32
|
-
type:
|
|
33
|
-
coordinates:
|
|
34
|
-
bbox:
|
|
32
|
+
type: Type43
|
|
33
|
+
coordinates: list[Coordinate] = Field(..., min_length=2)
|
|
34
|
+
bbox: list[float] | None = Field(None, min_length=4)
|
|
35
35
|
|
|
36
36
|
|
|
37
|
-
class
|
|
37
|
+
class Type44(Enum):
|
|
38
38
|
Polygon = 'Polygon'
|
|
39
39
|
|
|
40
40
|
|
|
41
41
|
class GeoJSON3(BaseModel):
|
|
42
|
-
type:
|
|
43
|
-
coordinates:
|
|
44
|
-
bbox:
|
|
42
|
+
type: Type44
|
|
43
|
+
coordinates: list[list[Coordinate]]
|
|
44
|
+
bbox: list[float] | None = Field(None, min_length=4)
|
|
45
45
|
|
|
46
46
|
|
|
47
|
-
class
|
|
47
|
+
class Type45(Enum):
|
|
48
48
|
MultiPoint = 'MultiPoint'
|
|
49
49
|
|
|
50
50
|
|
|
51
51
|
class GeoJSON4(BaseModel):
|
|
52
|
-
type:
|
|
53
|
-
coordinates:
|
|
54
|
-
bbox:
|
|
52
|
+
type: Type45
|
|
53
|
+
coordinates: list[list[float]]
|
|
54
|
+
bbox: list[float] | None = Field(None, min_length=4)
|
|
55
55
|
|
|
56
56
|
|
|
57
|
-
class
|
|
57
|
+
class Type46(Enum):
|
|
58
58
|
MultiLineString = 'MultiLineString'
|
|
59
59
|
|
|
60
60
|
|
|
61
61
|
class GeoJSON5(BaseModel):
|
|
62
|
-
type:
|
|
63
|
-
coordinates:
|
|
64
|
-
bbox:
|
|
62
|
+
type: Type46
|
|
63
|
+
coordinates: list[list[Coordinate]]
|
|
64
|
+
bbox: list[float] | None = Field(None, min_length=4)
|
|
65
65
|
|
|
66
66
|
|
|
67
|
-
class
|
|
67
|
+
class Type47(Enum):
|
|
68
68
|
MultiPolygon = 'MultiPolygon'
|
|
69
69
|
|
|
70
70
|
|
|
71
71
|
class GeoJSON6(BaseModel):
|
|
72
|
-
type:
|
|
73
|
-
coordinates:
|
|
74
|
-
bbox:
|
|
72
|
+
type: Type47
|
|
73
|
+
coordinates: list[list[list[Coordinate]]]
|
|
74
|
+
bbox: list[float] | None = Field(None, min_length=4)
|
|
75
75
|
|
|
76
76
|
|
|
77
|
-
class
|
|
77
|
+
class Type48(Enum):
|
|
78
78
|
GeometryCollection = 'GeometryCollection'
|
|
79
79
|
|
|
80
80
|
|
|
81
|
-
class
|
|
81
|
+
class Type49(Enum):
|
|
82
82
|
Point = 'Point'
|
|
83
83
|
|
|
84
84
|
|
|
85
85
|
class Geometries(BaseModel):
|
|
86
|
-
type:
|
|
87
|
-
coordinates:
|
|
88
|
-
bbox:
|
|
86
|
+
type: Type49
|
|
87
|
+
coordinates: list[float] = Field(..., min_length=2)
|
|
88
|
+
bbox: list[float] | None = Field(None, min_length=4)
|
|
89
89
|
|
|
90
90
|
|
|
91
|
-
class
|
|
91
|
+
class Type50(Enum):
|
|
92
92
|
LineString = 'LineString'
|
|
93
93
|
|
|
94
94
|
|
|
95
|
-
class
|
|
96
|
-
type:
|
|
97
|
-
coordinates:
|
|
98
|
-
bbox:
|
|
95
|
+
class Geometries19(BaseModel):
|
|
96
|
+
type: Type50
|
|
97
|
+
coordinates: list[Coordinate] = Field(..., min_length=2)
|
|
98
|
+
bbox: list[float] | None = Field(None, min_length=4)
|
|
99
99
|
|
|
100
100
|
|
|
101
|
-
class
|
|
101
|
+
class Type51(Enum):
|
|
102
102
|
Polygon = 'Polygon'
|
|
103
103
|
|
|
104
104
|
|
|
105
|
-
class
|
|
106
|
-
type:
|
|
107
|
-
coordinates:
|
|
108
|
-
bbox:
|
|
105
|
+
class Geometries20(BaseModel):
|
|
106
|
+
type: Type51
|
|
107
|
+
coordinates: list[list[Coordinate]]
|
|
108
|
+
bbox: list[float] | None = Field(None, min_length=4)
|
|
109
109
|
|
|
110
110
|
|
|
111
|
-
class
|
|
111
|
+
class Type52(Enum):
|
|
112
112
|
MultiPoint = 'MultiPoint'
|
|
113
113
|
|
|
114
114
|
|
|
115
|
-
class
|
|
116
|
-
type:
|
|
117
|
-
coordinates:
|
|
118
|
-
bbox:
|
|
115
|
+
class Geometries21(BaseModel):
|
|
116
|
+
type: Type52
|
|
117
|
+
coordinates: list[list[float]]
|
|
118
|
+
bbox: list[float] | None = Field(None, min_length=4)
|
|
119
119
|
|
|
120
120
|
|
|
121
|
-
class
|
|
121
|
+
class Type53(Enum):
|
|
122
122
|
MultiLineString = 'MultiLineString'
|
|
123
123
|
|
|
124
124
|
|
|
125
|
-
class
|
|
126
|
-
type:
|
|
127
|
-
coordinates:
|
|
128
|
-
bbox:
|
|
125
|
+
class Geometries22(BaseModel):
|
|
126
|
+
type: Type53
|
|
127
|
+
coordinates: list[list[Coordinate]]
|
|
128
|
+
bbox: list[float] | None = Field(None, min_length=4)
|
|
129
129
|
|
|
130
130
|
|
|
131
|
-
class
|
|
131
|
+
class Type54(Enum):
|
|
132
132
|
MultiPolygon = 'MultiPolygon'
|
|
133
133
|
|
|
134
134
|
|
|
135
|
-
class
|
|
136
|
-
type:
|
|
137
|
-
coordinates:
|
|
138
|
-
bbox:
|
|
135
|
+
class Geometries23(BaseModel):
|
|
136
|
+
type: Type54
|
|
137
|
+
coordinates: list[list[list[Coordinate]]]
|
|
138
|
+
bbox: list[float] | None = Field(None, min_length=4)
|
|
139
139
|
|
|
140
140
|
|
|
141
141
|
class GeoJSON7(BaseModel):
|
|
142
|
-
type:
|
|
143
|
-
geometries:
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
142
|
+
type: Type48
|
|
143
|
+
geometries: list[
|
|
144
|
+
Geometries
|
|
145
|
+
| Geometries19
|
|
146
|
+
| Geometries20
|
|
147
|
+
| Geometries21
|
|
148
|
+
| Geometries22
|
|
149
|
+
| Geometries23
|
|
147
150
|
]
|
|
148
|
-
bbox:
|
|
151
|
+
bbox: list[float] | None = Field(None, min_length=4)
|
|
149
152
|
|
|
150
153
|
|
|
151
|
-
class
|
|
154
|
+
class Type55(Enum):
|
|
152
155
|
Feature = 'Feature'
|
|
153
156
|
|
|
154
157
|
|
|
155
|
-
class
|
|
158
|
+
class Type56(Enum):
|
|
156
159
|
Point = 'Point'
|
|
157
160
|
|
|
158
161
|
|
|
159
162
|
class Geometry(BaseModel):
|
|
160
|
-
type:
|
|
161
|
-
coordinates:
|
|
162
|
-
bbox:
|
|
163
|
+
type: Type56
|
|
164
|
+
coordinates: list[float] = Field(..., min_length=2)
|
|
165
|
+
bbox: list[float] | None = Field(None, min_length=4)
|
|
163
166
|
|
|
164
167
|
|
|
165
|
-
class
|
|
168
|
+
class Type57(Enum):
|
|
166
169
|
LineString = 'LineString'
|
|
167
170
|
|
|
168
171
|
|
|
169
|
-
class
|
|
170
|
-
type:
|
|
171
|
-
coordinates:
|
|
172
|
-
bbox:
|
|
172
|
+
class Geometry15(BaseModel):
|
|
173
|
+
type: Type57
|
|
174
|
+
coordinates: list[Coordinate] = Field(..., min_length=2)
|
|
175
|
+
bbox: list[float] | None = Field(None, min_length=4)
|
|
173
176
|
|
|
174
177
|
|
|
175
|
-
class
|
|
178
|
+
class Type58(Enum):
|
|
176
179
|
Polygon = 'Polygon'
|
|
177
180
|
|
|
178
181
|
|
|
179
|
-
class
|
|
180
|
-
type:
|
|
181
|
-
coordinates:
|
|
182
|
-
bbox:
|
|
182
|
+
class Geometry16(BaseModel):
|
|
183
|
+
type: Type58
|
|
184
|
+
coordinates: list[list[Coordinate]]
|
|
185
|
+
bbox: list[float] | None = Field(None, min_length=4)
|
|
183
186
|
|
|
184
187
|
|
|
185
|
-
class
|
|
188
|
+
class Type59(Enum):
|
|
186
189
|
MultiPoint = 'MultiPoint'
|
|
187
190
|
|
|
188
191
|
|
|
189
|
-
class
|
|
190
|
-
type:
|
|
191
|
-
coordinates:
|
|
192
|
-
bbox:
|
|
192
|
+
class Geometry17(BaseModel):
|
|
193
|
+
type: Type59
|
|
194
|
+
coordinates: list[list[float]]
|
|
195
|
+
bbox: list[float] | None = Field(None, min_length=4)
|
|
193
196
|
|
|
194
197
|
|
|
195
|
-
class
|
|
198
|
+
class Type60(Enum):
|
|
196
199
|
MultiLineString = 'MultiLineString'
|
|
197
200
|
|
|
198
201
|
|
|
199
|
-
class
|
|
200
|
-
type:
|
|
201
|
-
coordinates:
|
|
202
|
-
bbox:
|
|
202
|
+
class Geometry18(BaseModel):
|
|
203
|
+
type: Type60
|
|
204
|
+
coordinates: list[list[Coordinate]]
|
|
205
|
+
bbox: list[float] | None = Field(None, min_length=4)
|
|
203
206
|
|
|
204
207
|
|
|
205
|
-
class
|
|
208
|
+
class Type61(Enum):
|
|
206
209
|
MultiPolygon = 'MultiPolygon'
|
|
207
210
|
|
|
208
211
|
|
|
209
|
-
class
|
|
210
|
-
type:
|
|
211
|
-
coordinates:
|
|
212
|
-
bbox:
|
|
212
|
+
class Geometry19(BaseModel):
|
|
213
|
+
type: Type61
|
|
214
|
+
coordinates: list[list[list[Coordinate]]]
|
|
215
|
+
bbox: list[float] | None = Field(None, min_length=4)
|
|
213
216
|
|
|
214
217
|
|
|
215
|
-
class
|
|
218
|
+
class Type62(Enum):
|
|
216
219
|
GeometryCollection = 'GeometryCollection'
|
|
217
220
|
|
|
218
221
|
|
|
219
|
-
class
|
|
222
|
+
class Type63(Enum):
|
|
220
223
|
Point = 'Point'
|
|
221
224
|
|
|
222
225
|
|
|
223
|
-
class
|
|
224
|
-
type:
|
|
225
|
-
coordinates:
|
|
226
|
-
bbox:
|
|
226
|
+
class Geometries24(BaseModel):
|
|
227
|
+
type: Type63
|
|
228
|
+
coordinates: list[float] = Field(..., min_length=2)
|
|
229
|
+
bbox: list[float] | None = Field(None, min_length=4)
|
|
227
230
|
|
|
228
231
|
|
|
229
|
-
class
|
|
232
|
+
class Type64(Enum):
|
|
230
233
|
LineString = 'LineString'
|
|
231
234
|
|
|
232
235
|
|
|
233
|
-
class
|
|
234
|
-
type:
|
|
235
|
-
coordinates:
|
|
236
|
-
bbox:
|
|
236
|
+
class Geometries25(BaseModel):
|
|
237
|
+
type: Type64
|
|
238
|
+
coordinates: list[Coordinate] = Field(..., min_length=2)
|
|
239
|
+
bbox: list[float] | None = Field(None, min_length=4)
|
|
237
240
|
|
|
238
241
|
|
|
239
|
-
class
|
|
242
|
+
class Type65(Enum):
|
|
240
243
|
Polygon = 'Polygon'
|
|
241
244
|
|
|
242
245
|
|
|
243
|
-
class
|
|
244
|
-
type:
|
|
245
|
-
coordinates:
|
|
246
|
-
bbox:
|
|
246
|
+
class Geometries26(BaseModel):
|
|
247
|
+
type: Type65
|
|
248
|
+
coordinates: list[list[Coordinate]]
|
|
249
|
+
bbox: list[float] | None = Field(None, min_length=4)
|
|
247
250
|
|
|
248
251
|
|
|
249
|
-
class
|
|
252
|
+
class Type66(Enum):
|
|
250
253
|
MultiPoint = 'MultiPoint'
|
|
251
254
|
|
|
252
255
|
|
|
253
|
-
class
|
|
254
|
-
type:
|
|
255
|
-
coordinates:
|
|
256
|
-
bbox:
|
|
256
|
+
class Geometries27(BaseModel):
|
|
257
|
+
type: Type66
|
|
258
|
+
coordinates: list[list[float]]
|
|
259
|
+
bbox: list[float] | None = Field(None, min_length=4)
|
|
257
260
|
|
|
258
261
|
|
|
259
|
-
class
|
|
262
|
+
class Type67(Enum):
|
|
260
263
|
MultiLineString = 'MultiLineString'
|
|
261
264
|
|
|
262
265
|
|
|
263
|
-
class
|
|
264
|
-
type:
|
|
265
|
-
coordinates:
|
|
266
|
-
bbox:
|
|
266
|
+
class Geometries28(BaseModel):
|
|
267
|
+
type: Type67
|
|
268
|
+
coordinates: list[list[Coordinate]]
|
|
269
|
+
bbox: list[float] | None = Field(None, min_length=4)
|
|
267
270
|
|
|
268
271
|
|
|
269
|
-
class
|
|
272
|
+
class Type68(Enum):
|
|
270
273
|
MultiPolygon = 'MultiPolygon'
|
|
271
274
|
|
|
272
275
|
|
|
273
|
-
class
|
|
274
|
-
type:
|
|
275
|
-
coordinates:
|
|
276
|
-
bbox:
|
|
276
|
+
class Geometries29(BaseModel):
|
|
277
|
+
type: Type68
|
|
278
|
+
coordinates: list[list[list[Coordinate]]]
|
|
279
|
+
bbox: list[float] | None = Field(None, min_length=4)
|
|
277
280
|
|
|
278
281
|
|
|
279
|
-
class
|
|
280
|
-
type:
|
|
281
|
-
geometries:
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
Geometries11,
|
|
289
|
-
]
|
|
282
|
+
class Geometry20(BaseModel):
|
|
283
|
+
type: Type62
|
|
284
|
+
geometries: list[
|
|
285
|
+
Geometries24
|
|
286
|
+
| Geometries25
|
|
287
|
+
| Geometries26
|
|
288
|
+
| Geometries27
|
|
289
|
+
| Geometries28
|
|
290
|
+
| Geometries29
|
|
290
291
|
]
|
|
291
|
-
bbox:
|
|
292
|
+
bbox: list[float] | None = Field(None, min_length=4)
|
|
292
293
|
|
|
293
294
|
|
|
294
295
|
class GeoJSON8(BaseModel):
|
|
295
|
-
type:
|
|
296
|
-
id:
|
|
297
|
-
properties:
|
|
298
|
-
geometry:
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
296
|
+
type: Type55
|
|
297
|
+
id: float | str | None = None
|
|
298
|
+
properties: dict[str, Any] | None
|
|
299
|
+
geometry: (
|
|
300
|
+
Geometry
|
|
301
|
+
| Geometry15
|
|
302
|
+
| Geometry16
|
|
303
|
+
| Geometry17
|
|
304
|
+
| Geometry18
|
|
305
|
+
| Geometry19
|
|
306
|
+
| Geometry20
|
|
307
|
+
| None
|
|
308
|
+
)
|
|
309
|
+
bbox: list[float] | None = Field(None, min_length=4)
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
class Type69(Enum):
|
|
307
313
|
FeatureCollection = 'FeatureCollection'
|
|
308
314
|
|
|
309
315
|
|
|
310
|
-
class
|
|
316
|
+
class Type70(Enum):
|
|
311
317
|
Feature = 'Feature'
|
|
312
318
|
|
|
313
319
|
|
|
314
|
-
class
|
|
320
|
+
class Type71(Enum):
|
|
315
321
|
Point = 'Point'
|
|
316
322
|
|
|
317
323
|
|
|
318
|
-
class
|
|
319
|
-
type:
|
|
320
|
-
coordinates:
|
|
321
|
-
bbox:
|
|
324
|
+
class Geometry21(BaseModel):
|
|
325
|
+
type: Type71
|
|
326
|
+
coordinates: list[float] = Field(..., min_length=2)
|
|
327
|
+
bbox: list[float] | None = Field(None, min_length=4)
|
|
322
328
|
|
|
323
329
|
|
|
324
|
-
class
|
|
330
|
+
class Type72(Enum):
|
|
325
331
|
LineString = 'LineString'
|
|
326
332
|
|
|
327
333
|
|
|
328
|
-
class
|
|
329
|
-
type:
|
|
330
|
-
coordinates:
|
|
331
|
-
bbox:
|
|
334
|
+
class Geometry22(BaseModel):
|
|
335
|
+
type: Type72
|
|
336
|
+
coordinates: list[Coordinate] = Field(..., min_length=2)
|
|
337
|
+
bbox: list[float] | None = Field(None, min_length=4)
|
|
332
338
|
|
|
333
339
|
|
|
334
|
-
class
|
|
340
|
+
class Type73(Enum):
|
|
335
341
|
Polygon = 'Polygon'
|
|
336
342
|
|
|
337
343
|
|
|
338
|
-
class
|
|
339
|
-
type:
|
|
340
|
-
coordinates:
|
|
341
|
-
bbox:
|
|
344
|
+
class Geometry23(BaseModel):
|
|
345
|
+
type: Type73
|
|
346
|
+
coordinates: list[list[Coordinate]]
|
|
347
|
+
bbox: list[float] | None = Field(None, min_length=4)
|
|
342
348
|
|
|
343
349
|
|
|
344
|
-
class
|
|
350
|
+
class Type74(Enum):
|
|
345
351
|
MultiPoint = 'MultiPoint'
|
|
346
352
|
|
|
347
353
|
|
|
348
|
-
class
|
|
349
|
-
type:
|
|
350
|
-
coordinates:
|
|
351
|
-
bbox:
|
|
354
|
+
class Geometry24(BaseModel):
|
|
355
|
+
type: Type74
|
|
356
|
+
coordinates: list[list[float]]
|
|
357
|
+
bbox: list[float] | None = Field(None, min_length=4)
|
|
352
358
|
|
|
353
359
|
|
|
354
|
-
class
|
|
360
|
+
class Type75(Enum):
|
|
355
361
|
MultiLineString = 'MultiLineString'
|
|
356
362
|
|
|
357
363
|
|
|
358
|
-
class
|
|
359
|
-
type:
|
|
360
|
-
coordinates:
|
|
361
|
-
bbox:
|
|
364
|
+
class Geometry25(BaseModel):
|
|
365
|
+
type: Type75
|
|
366
|
+
coordinates: list[list[Coordinate]]
|
|
367
|
+
bbox: list[float] | None = Field(None, min_length=4)
|
|
362
368
|
|
|
363
369
|
|
|
364
|
-
class
|
|
370
|
+
class Type76(Enum):
|
|
365
371
|
MultiPolygon = 'MultiPolygon'
|
|
366
372
|
|
|
367
373
|
|
|
368
|
-
class
|
|
369
|
-
type:
|
|
370
|
-
coordinates:
|
|
371
|
-
bbox:
|
|
374
|
+
class Geometry26(BaseModel):
|
|
375
|
+
type: Type76
|
|
376
|
+
coordinates: list[list[list[Coordinate]]]
|
|
377
|
+
bbox: list[float] | None = Field(None, min_length=4)
|
|
372
378
|
|
|
373
379
|
|
|
374
|
-
class
|
|
380
|
+
class Type77(Enum):
|
|
375
381
|
GeometryCollection = 'GeometryCollection'
|
|
376
382
|
|
|
377
383
|
|
|
378
|
-
class
|
|
384
|
+
class Type78(Enum):
|
|
379
385
|
Point = 'Point'
|
|
380
386
|
|
|
381
387
|
|
|
382
|
-
class
|
|
383
|
-
type:
|
|
384
|
-
coordinates:
|
|
385
|
-
bbox:
|
|
388
|
+
class Geometries30(BaseModel):
|
|
389
|
+
type: Type78
|
|
390
|
+
coordinates: list[float] = Field(..., min_length=2)
|
|
391
|
+
bbox: list[float] | None = Field(None, min_length=4)
|
|
386
392
|
|
|
387
393
|
|
|
388
|
-
class
|
|
394
|
+
class Type79(Enum):
|
|
389
395
|
LineString = 'LineString'
|
|
390
396
|
|
|
391
397
|
|
|
392
|
-
class
|
|
393
|
-
type:
|
|
394
|
-
coordinates:
|
|
395
|
-
bbox:
|
|
398
|
+
class Geometries31(BaseModel):
|
|
399
|
+
type: Type79
|
|
400
|
+
coordinates: list[Coordinate] = Field(..., min_length=2)
|
|
401
|
+
bbox: list[float] | None = Field(None, min_length=4)
|
|
396
402
|
|
|
397
403
|
|
|
398
|
-
class
|
|
404
|
+
class Type80(Enum):
|
|
399
405
|
Polygon = 'Polygon'
|
|
400
406
|
|
|
401
407
|
|
|
402
|
-
class
|
|
403
|
-
type:
|
|
404
|
-
coordinates:
|
|
405
|
-
bbox:
|
|
408
|
+
class Geometries32(BaseModel):
|
|
409
|
+
type: Type80
|
|
410
|
+
coordinates: list[list[Coordinate]]
|
|
411
|
+
bbox: list[float] | None = Field(None, min_length=4)
|
|
406
412
|
|
|
407
413
|
|
|
408
|
-
class
|
|
414
|
+
class Type81(Enum):
|
|
409
415
|
MultiPoint = 'MultiPoint'
|
|
410
416
|
|
|
411
417
|
|
|
412
|
-
class
|
|
413
|
-
type:
|
|
414
|
-
coordinates:
|
|
415
|
-
bbox:
|
|
418
|
+
class Geometries33(BaseModel):
|
|
419
|
+
type: Type81
|
|
420
|
+
coordinates: list[list[float]]
|
|
421
|
+
bbox: list[float] | None = Field(None, min_length=4)
|
|
416
422
|
|
|
417
423
|
|
|
418
|
-
class
|
|
424
|
+
class Type82(Enum):
|
|
419
425
|
MultiLineString = 'MultiLineString'
|
|
420
426
|
|
|
421
427
|
|
|
422
|
-
class
|
|
423
|
-
type:
|
|
424
|
-
coordinates:
|
|
425
|
-
bbox:
|
|
428
|
+
class Geometries34(BaseModel):
|
|
429
|
+
type: Type82
|
|
430
|
+
coordinates: list[list[Coordinate]]
|
|
431
|
+
bbox: list[float] | None = Field(None, min_length=4)
|
|
426
432
|
|
|
427
433
|
|
|
428
|
-
class
|
|
434
|
+
class Type83(Enum):
|
|
429
435
|
MultiPolygon = 'MultiPolygon'
|
|
430
436
|
|
|
431
437
|
|
|
432
|
-
class
|
|
433
|
-
type:
|
|
434
|
-
coordinates:
|
|
435
|
-
bbox:
|
|
438
|
+
class Geometries35(BaseModel):
|
|
439
|
+
type: Type83
|
|
440
|
+
coordinates: list[list[list[Coordinate]]]
|
|
441
|
+
bbox: list[float] | None = Field(None, min_length=4)
|
|
436
442
|
|
|
437
443
|
|
|
438
|
-
class
|
|
439
|
-
type:
|
|
440
|
-
geometries:
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
Geometries17,
|
|
448
|
-
]
|
|
444
|
+
class Geometry27(BaseModel):
|
|
445
|
+
type: Type77
|
|
446
|
+
geometries: list[
|
|
447
|
+
Geometries30
|
|
448
|
+
| Geometries31
|
|
449
|
+
| Geometries32
|
|
450
|
+
| Geometries33
|
|
451
|
+
| Geometries34
|
|
452
|
+
| Geometries35
|
|
449
453
|
]
|
|
450
|
-
bbox:
|
|
454
|
+
bbox: list[float] | None = Field(None, min_length=4)
|
|
451
455
|
|
|
452
456
|
|
|
453
457
|
class Feature(BaseModel):
|
|
454
|
-
type:
|
|
455
|
-
id:
|
|
456
|
-
properties:
|
|
457
|
-
geometry:
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
] = None
|
|
468
|
-
bbox: Optional[List[float]] = Field(None, min_length=4)
|
|
458
|
+
type: Type70
|
|
459
|
+
id: float | str | None = None
|
|
460
|
+
properties: dict[str, Any] | None
|
|
461
|
+
geometry: (
|
|
462
|
+
Geometry21
|
|
463
|
+
| Geometry22
|
|
464
|
+
| Geometry23
|
|
465
|
+
| Geometry24
|
|
466
|
+
| Geometry25
|
|
467
|
+
| Geometry26
|
|
468
|
+
| Geometry27
|
|
469
|
+
| None
|
|
470
|
+
)
|
|
471
|
+
bbox: list[float] | None = Field(None, min_length=4)
|
|
469
472
|
|
|
470
473
|
|
|
471
474
|
class GeoJSON9(BaseModel):
|
|
472
|
-
type:
|
|
473
|
-
features:
|
|
474
|
-
bbox:
|
|
475
|
+
type: Type69
|
|
476
|
+
features: list[Feature]
|
|
477
|
+
bbox: list[float] | None = Field(None, min_length=4)
|
|
475
478
|
|
|
476
479
|
|
|
477
480
|
class GeoJSON(
|
|
478
481
|
RootModel[
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
GeoJSON9,
|
|
489
|
-
]
|
|
482
|
+
GeoJSON1
|
|
483
|
+
| GeoJSON2
|
|
484
|
+
| GeoJSON3
|
|
485
|
+
| GeoJSON4
|
|
486
|
+
| GeoJSON5
|
|
487
|
+
| GeoJSON6
|
|
488
|
+
| GeoJSON7
|
|
489
|
+
| GeoJSON8
|
|
490
|
+
| GeoJSON9
|
|
490
491
|
]
|
|
491
492
|
):
|
|
492
|
-
root:
|
|
493
|
-
GeoJSON1
|
|
494
|
-
GeoJSON2
|
|
495
|
-
GeoJSON3
|
|
496
|
-
GeoJSON4
|
|
497
|
-
GeoJSON5
|
|
498
|
-
GeoJSON6
|
|
499
|
-
GeoJSON7
|
|
500
|
-
GeoJSON8
|
|
501
|
-
GeoJSON9
|
|
502
|
-
|
|
493
|
+
root: (
|
|
494
|
+
GeoJSON1
|
|
495
|
+
| GeoJSON2
|
|
496
|
+
| GeoJSON3
|
|
497
|
+
| GeoJSON4
|
|
498
|
+
| GeoJSON5
|
|
499
|
+
| GeoJSON6
|
|
500
|
+
| GeoJSON7
|
|
501
|
+
| GeoJSON8
|
|
502
|
+
| GeoJSON9
|
|
503
|
+
) = Field(..., title='GeoJSON')
|