jupytergis-core 0.9.2__py3-none-any.whl → 0.10.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/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 +1 -1
- 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 +1 -1
- jupytergis_core/schema/interfaces/processing/centroids.py +1 -1
- jupytergis_core/schema/interfaces/processing/concaveHull.py +1 -1
- jupytergis_core/schema/interfaces/processing/convexHull.py +1 -1
- jupytergis_core/schema/interfaces/processing/dissolve.py +1 -1
- jupytergis_core/schema/interfaces/project/__init__.py +1 -1
- jupytergis_core/schema/interfaces/project/jgis.py +6 -5
- jupytergis_core/schema/interfaces/project/layers/__init__.py +1 -1
- jupytergis_core/schema/interfaces/project/layers/heatmapLayer.py +1 -1
- jupytergis_core/schema/interfaces/project/layers/hillshadeLayer.py +1 -1
- jupytergis_core/schema/interfaces/project/layers/imageLayer.py +1 -1
- jupytergis_core/schema/interfaces/project/layers/rasterLayer.py +1 -1
- jupytergis_core/schema/interfaces/project/layers/stacLayer.py +1 -1
- jupytergis_core/schema/interfaces/project/layers/vectorLayer.py +1 -1
- jupytergis_core/schema/interfaces/project/layers/vectorTileLayer.py +1 -1
- jupytergis_core/schema/interfaces/project/layers/webGlLayer.py +1 -1
- jupytergis_core/schema/interfaces/project/sources/__init__.py +1 -1
- jupytergis_core/schema/interfaces/project/sources/geoJsonSource.py +1 -1
- jupytergis_core/schema/interfaces/project/sources/geoParquetSource.py +1 -1
- jupytergis_core/schema/interfaces/project/sources/geoTiffSource.py +6 -3
- jupytergis_core/schema/interfaces/project/sources/imageSource.py +1 -1
- jupytergis_core/schema/interfaces/project/sources/markerSource.py +23 -0
- jupytergis_core/schema/interfaces/project/sources/rasterDemSource.py +1 -1
- jupytergis_core/schema/interfaces/project/sources/rasterSource.py +1 -1
- jupytergis_core/schema/interfaces/project/sources/shapefileSource.py +1 -1
- jupytergis_core/schema/interfaces/project/sources/vectorTileSource.py +1 -1
- jupytergis_core/schema/interfaces/project/sources/videoSource.py +1 -1
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/package.json +4 -4
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/schemas/@jupytergis/jupytergis-core/package.json.orig +3 -3
- jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/154.234a33e9fcda783cc84b.js +1 -0
- jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/250.a749c8a61c81e7156744.js +8 -0
- jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/376.1dc881bb3edbaa917d71.js +1 -0
- jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/397.075ccafc191603fcad13.js +1 -0
- jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/407.e9ba4ebc707a690bc548.js +1 -0
- jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/472.5e2408d0777222e455cc.js +1 -0
- jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/542.9766a06057be72a32b09.js +1 -0
- jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/555.1cd3070a2aa23b05356b.js +1 -0
- jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/618.f4d7698f69b3ad75e162.js +1 -0
- jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/875.3862770905b6ec887529.js +1 -0
- jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/991.9dbbbf18ad1725320b95.js +1 -0
- jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/remoteEntry.2bb7bef2a307eb614492.js +1 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/third-party-licenses.json +11 -11
- {jupytergis_core-0.9.2.dist-info → jupytergis_core-0.10.0.dist-info}/METADATA +1 -1
- jupytergis_core-0.10.0.dist-info/RECORD +120 -0
- {jupytergis_core-0.9.2.dist-info → jupytergis_core-0.10.0.dist-info}/WHEEL +1 -1
- jupytergis_core-0.9.2.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/154.0d16fbe1d1182d138b2c.js +0 -1
- jupytergis_core-0.9.2.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/218.89997980d5da7c868c31.js +0 -1
- jupytergis_core-0.9.2.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/376.58a6410b7089dea5b0d5.js +0 -1
- jupytergis_core-0.9.2.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/397.c3f3479ee355fca3deb0.js +0 -1
- jupytergis_core-0.9.2.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/407.da5d00862f4879fe3c9c.js +0 -1
- jupytergis_core-0.9.2.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/472.b2ea9ebc35d5ad4e1fcc.js +0 -1
- jupytergis_core-0.9.2.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/542.477a73b8682de0e8d45e.js +0 -1
- jupytergis_core-0.9.2.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/555.be80e60305924af2e139.js +0 -1
- jupytergis_core-0.9.2.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/618.86523276f857e0a3362e.js +0 -1
- jupytergis_core-0.9.2.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/671.c3c25a32db248b42ba8c.js +0 -8
- jupytergis_core-0.9.2.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/991.e178de2f5b334633b93d.js +0 -1
- jupytergis_core-0.9.2.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/remoteEntry.2066c21799c5540574c9.js +0 -1
- jupytergis_core-0.9.2.dist-info/RECORD +0 -119
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/etc/jupyter/jupyter_server_config.d/jupytergis_core.json +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/schemas/@jupytergis/jupytergis-core/jupytergis-settings.json +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/026680ab0cd1523edc87.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/02ff7d503bbd90b21fc4.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/062a9554f6b4caac9713.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/064f37cecb8130ad66e8.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/08da2741746ddab81d04.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/0c6a0352b82839119f95.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/13c485bb93f5567f02fd.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/1474207a6b3ca1001e78.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/14b98240613d5256c621.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/1b97ea0f2b3af717cffa.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/1d440270da19a2f22fee.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/1ed164e010f3c0306d15.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/211.083574a3909f85924cc7.js +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/2218dfba22fc2b08e948.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/234.2f0fc49f516ad354aa18.js +0 -0
- /jupytergis_core-0.9.2.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/671.c3c25a32db248b42ba8c.js.LICENSE.txt → /jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/250.a749c8a61c81e7156744.js.LICENSE.txt +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/27.6ee794baeb00791424c2.js +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/27.6ee794baeb00791424c2.js.LICENSE.txt +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/2ab791b60c4058e664f8.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/2b24b6a745c11511f055.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/2d676bc0a01c2cd2fccb.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/2f02309ea499725612ea.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/32c7a73662cceb5bb1d7.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/350eec4ce9ae4bc10bca.wasm +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/363ca7c5f78deb6fd033.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/3ae0bf244442de7efc35.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/3d48be10ffea86eb15de.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/415edc3fa381260cf31e.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/42cbddf5e883673bc4e2.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/432.b81aa01fd224321ff376.js +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/527ef171d5df15dc7da5.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/552.0936beb209d3ea5a1229.js +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/5bb02252f243f8c7494f.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/5d181edc3c046e1454a1.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/5f32ad48aefe00e51312.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/6e4f6b4d0dfca3bd4450.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/71d436fb44627b6bfbd7.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/7b225dc2d37cd3582156.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/803.5f3759c98814aa602705.js +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/803.5f3759c98814aa602705.js.LICENSE.txt +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/843ab141e62516b9df5c.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/8814e17f6b110e8f3e42.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/88b2ae0d29edb684eae5.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/971a42d174dd17b9451a.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/a3c609f5bff95a7a53be.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/a86d626c9ed2e222d190.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/a9e286b0c0264a9fc737.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/ab309078b494f850430a.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/b15e3989b7b90b5a8d9d.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/b36717fbb06f21d53b01.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/ba4b6e82fe5a816c40a5.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/bb2b310570da7a3587e9.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/be92bcf7bb99753b4b3d.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/c2ffa011d7f52a0ddf45.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/d83457b1b925c1718f6d.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/e473e1e9f20af114bbb4.data +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/f2617180c6907263a7ff.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/fe99a6dbf5a71d308989.png +0 -0
- {jupytergis_core-0.9.2.data → jupytergis_core-0.10.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/style.js +0 -0
- {jupytergis_core-0.9.2.dist-info → jupytergis_core-0.10.0.dist-info}/entry_points.txt +0 -0
- {jupytergis_core-0.9.2.dist-info → jupytergis_core-0.10.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
"use strict";(self.webpackChunk_jupytergis_jupytergis_core=self.webpackChunk_jupytergis_jupytergis_core||[]).push([[991],{29991:(e,t,r)=>{r.r(t),r.d(t,{JupyterGISDocumentWidgetFactory:()=>g,default:()=>M});var i=r(76903),o=r(25485),n=r(47825),a=r(57324),s=r(62393),p=r(2678),y=r(13603),m=r(78005),d=r(63555),u=r(58477),l=r(50053),c=r(99816),b=r(75932);class g extends m.ABCWidgetFactory{constructor(e){var t;const{backendCheck:r,externalCommandRegistry:i}=e;super(function(e,t){var r={};for(var i in e)Object.prototype.hasOwnProperty.call(e,i)&&t.indexOf(i)<0&&(r[i]=e[i]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var o=0;for(i=Object.getOwnPropertySymbols(e);o<i.length;o++)t.indexOf(i[o])<0&&Object.prototype.propertyIsEnumerable.call(e,i[o])&&(r[i[o]]=e[i[o]])}return r}(e,["backendCheck","externalCommandRegistry"])),this.options=e,this._backendCheck=r,this._commands=e.commands,this._externalCommandRegistry=i,this._contentsManager=null===(t=e.manager)||void 0===t?void 0:t.contents}createNewWidget(e){if(this._backendCheck&&!this._backendCheck())throw new Error("Requested backend is not installed");const{model:t}=e;t.filePath=e.localPath,e.pathChanged.connect(()=>{t.filePath=e.localPath}),this._contentsManager&&(t.contentsManager=this._contentsManager);const r=new o.JupyterGISPanel({model:t,manager:this.options.manager,contentFactory:this.options.contentFactory,mimeTypeService:this.options.mimeTypeService,rendermime:this.options.rendermime,consoleTracker:this.options.consoleTracker,commandRegistry:this.options.commands,state:this.options.state,formSchemaRegistry:this.options.formSchemaRegistry,annotationModel:this.options.annotationModel}),i=new o.ToolbarWidget({commands:this._commands,model:t,externalCommands:this._externalCommandRegistry.getCommands()});return new o.JupyterGISDocumentWidget({context:e,content:r,toolbar:i})}}class h{constructor(e){this.collaborative=!0,this._disposed=!1,this._annotationModel=e.annotationModel,this._settingRegistry=e.settingRegistry}get name(){return"jupytergis-jgismodel"}get contentType(){return"jgis"}get fileFormat(){return"text"}get isDisposed(){return this._disposed}dispose(){this._disposed=!0}preferredLanguage(e){return""}createNew(e){return new n.JupyterGISModel({sharedModel:e.sharedModel,languagePreference:e.languagePreference,annotationModel:this._annotationModel,settingRegistry:this._settingRegistry})}}const f="JupyterGIS .jgis Viewer",I="jgis",S="jupytergis-jgismodel",j="@jupytergis/jupytergis-core:jupytergis-settings",x={id:"jupyterGIS:jGISplugin",requires:[n.IJupyterGISDocTracker,a.IThemeManager,d.IFileBrowserFactory,n.IJGISExternalCommandRegistryToken,p.ConsolePanel.IContentFactory,s.IEditorServices,l.IRenderMimeRegistry,p.IConsoleTracker,n.IAnnotationToken,c.ISettingRegistry,n.IJGISFormSchemaRegistryToken,b.IStateDB],optional:[u.ILauncher,a.ICommandPalette,i.ICollaborativeDrive],autoStart:!0,activate:async(e,t,r,i,a,s,p,d,u,l,c,b,x,P,O,T)=>{y.PageConfig.getOption("jgis_expose_maps")&&(window.jupytergisMaps={});try{await c.load(j)}catch(e){console.warn(`Failed to load settings for ${j}`,e)}const G=new g({name:f,modelName:S,fileTypes:[I],defaultFor:[I],tracker:t,commands:e.commands,externalCommandRegistry:a,manager:e.serviceManager,contentFactory:s,rendermime:d,mimeTypeService:p.mimeTypeService,formSchemaRegistry:b,consoleTracker:u,state:x,annotationModel:l});e.docRegistry.addWidgetFactory(G);const v=new m.MimeDocumentFactory({dataType:"json",rendermime:d,modelName:S,name:"JSON Editor",primaryFileType:e.docRegistry.getFileType("json"),fileTypes:[I]});e.docRegistry.addWidgetFactory(v);const q=new h({annotationModel:l,settingRegistry:c});e.docRegistry.addModelFactory(q),e.docRegistry.addFileType({name:I,displayName:"JGIS",mimeTypes:["text/json"],extensions:[".jgis",".JGIS"],fileFormat:"text",contentType:I,icon:o.logoMiniIcon});if(T&&T.sharedModelFactory.registerDocumentFactory(I,()=>new n.JupyterGISDoc),G.widgetCreated.connect((i,n)=>{n.title.icon=o.logoIcon,n.context.pathChanged.connect(()=>{t.save(n)}),r.themeChanged.connect((e,t)=>n.model.themeChanged.emit(t)),e.shell.activateById("jupytergis::leftControlPanel"),e.shell.activateById("jupytergis::rightControlPanel"),t.add(n).then(()=>{Object.values(o.CommandIDs).forEach(t=>{e.commands.hasCommand(t)&&e.commands.notifyCommandChanged(t)})}).catch(e=>{console.error("Cannot update JupyterGIS commands",e)})}),e.commands.addCommand(o.CommandIDs.createNew,{label:e=>{var t;return null!==(t=e.label)&&void 0!==t?t:"GIS Project"},caption:"Create a new JGIS Editor",icon:e=>o.logoIcon,execute:async t=>{var r;const o=t.cwd||(null===(r=i.tracker.currentWidget)||void 0===r?void 0:r.model.path);let a=await e.serviceManager.contents.newUntitled({path:o,type:"file",ext:".jGIS"});return a=await e.serviceManager.contents.save(a.path,Object.assign(Object.assign({},a),{format:"text",size:void 0,content:`{\n\t"schemaVersion": "${n.SCHEMA_VERSION}",\n\t"layers": {},\n\t"sources": {},\n\t"options": {"latitude": 0, "longitude": 0, "zoom": 0, "bearing": 0, "pitch": 0, "projection": "EPSG:3857"},\n\t"layerTree": [],\n\t"metadata": {}\n}`})),e.commands.execute("docmanager:open",{path:a.path,factory:f})}}),P&&P.add({command:o.CommandIDs.createNew,category:"Other",rank:1}),O){O.addItem({command:o.CommandIDs.createNew,args:{isPalette:!0},category:"JupyterGIS"}),O.addItem({command:o.CommandIDs.openLayerBrowser,category:"JupyterGIS"}),O.addItem({command:o.CommandIDs.newRasterEntry,category:"JupyterGIS"}),O.addItem({command:o.CommandIDs.newVectorTileEntry,category:"JupyterGIS"}),O.addItem({command:o.CommandIDs.newGeoJSONEntry,category:"JupyterGIS"}),O.addItem({command:o.CommandIDs.newHillshadeEntry,category:"JupyterGIS"}),O.addItem({command:o.CommandIDs.moveLayerToNewGroup,category:"JupyterGIS"});for(const e of n.ProcessingMerge)O.addItem({command:e.name,category:"JupyterGIS"})}e.contextMenu.addItem({command:o.CommandIDs.createNew,selector:".jp-DirListing",rank:55,args:{label:"New JupyterGIS Project"}})}};var P=r(13070),O=r(57891),T=r(20248);class G{constructor(){this._registry=new Set}registerCommand(e){this._registry.add(e)}getCommands(){return[...this._registry]}}class v{constructor(){this._registry=[]}getRegistryLayers(){return[...this._registry]}addRegistryLayer(e){this._registry.push(e)}removeRegistryLayer(e){this._registry=this._registry.filter(t=>t.name!==e)}clearRegistry(){this._registry=[]}}const q=JSON.parse('{"ExportGeoJSONSchema":{"type":"object","required":["exportFileName"],"additionalProperties":false,"properties":{"exportFileName":{"type":"string","title":"GeoJSON File Name","default":"exported_layer","description":"The name of the exported GeoJSON file."}}},"ExportGeoTIFFSchema":{"type":"object","required":["exportFileName","resolutionX","resolutionY"],"additionalProperties":false,"properties":{"exportFileName":{"type":"string","title":"GeoTiFF File Name","default":"exported_layer","description":"The name of the exported GeoTIFF file."},"resolutionX":{"type":"number","title":"Resolution (Width)","default":1200,"minimum":1,"maximum":10000,"description":"The width resolution for the raster export."},"resolutionY":{"type":"number","title":"Resolution (Height)","default":1200,"minimum":1,"maximum":10000,"description":"The height resolution for the raster export."}}},"BoundingBoxes":{"type":"object","required":["inputLayer"],"additionalProperties":false,"properties":{"inputLayer":{"type":"string","description":"The input layer for bounding boxes."}}},"Buffer":{"type":"object","required":["inputLayer","bufferDistance"],"additionalProperties":false,"properties":{"inputLayer":{"type":"string","description":"The input layer for buffering."},"bufferDistance":{"type":"number","default":10,"description":"The distance used for buffering the geometry (in projection units)."},"embedOutputLayer":{"type":"boolean","title":"Embed output buffered layer in file","default":true}}},"Centroids":{"type":"object","required":["inputLayer"],"additionalProperties":false,"properties":{"inputLayer":{"type":"string","description":"The input layer for centroids."}}},"ConcaveHull":{"type":"object","required":["inputLayer"],"additionalProperties":false,"properties":{"inputLayer":{"type":"string","description":"The input layer for Concave Hull."},"pctconvex":{"type":"number","description":"Controls the concaveness of the computed hull, vary from 0 to 1, 0 corresponds to the maximum concavity.","multipleOf":0.1,"minimum":0,"maximum":1,"default":0.5},"allowHoles":{"type":"boolean","title":"Allow holes in the hull","default":false}}},"ConvexHull":{"type":"object","required":["inputLayer"],"additionalProperties":false,"properties":{"inputLayer":{"type":"string","description":"The input layer for Convex Hull."}}},"Dissolve":{"type":"object","required":["inputLayer","dissolveField"],"additionalProperties":false,"properties":{"inputLayer":{"type":"string","description":"The input layer for the dissolve operation."},"dissolveField":{"type":"string","description":"The field based on which geometries will be dissolved."},"embedOutputLayer":{"type":"boolean","title":"Embed output dissolved layer in file","default":true}}},"HeatmapLayer":{"type":"object","required":["source","blur","radius"],"additionalProperties":false,"properties":{"source":{"type":"string","description":"The id of the source"},"opacity":{"type":"number","description":"The opacity of the source","default":1,"multipleOf":0.1,"minimum":0,"maximum":1},"radius":{"type":"number","description":"Radius size in pixels","default":8},"blur":{"type":"number","description":"Blur size in pixels","default":15},"color":{"type":"array","items":{"type":"string"},"default":["#00f","#0ff","#0f0","#ff0","#f00"]},"symbologyState":{"type":"object","description":"The state of the symbology panel options","required":["renderType"],"properties":{"renderType":{"type":"string"},"colorRamp":{"type":"string","default":"viridis"}}}}},"HillshadeLayer":{"type":"object","required":["source"],"additionalProperties":false,"properties":{"source":{"type":"string","description":"The id of the source"},"shadowColor":{"type":"string","description":"The color of the the shadows","default":"#473B24"}}},"ImageLayer":{"type":"object","required":["source"],"additionalProperties":false,"properties":{"source":{"type":"string","description":"The id of the source"},"opacity":{"type":"number","description":"The opacity of the source","default":1,"multipleOf":0.1,"minimum":0,"maximum":1}}},"RasterLayer":{"type":"object","required":["source"],"additionalProperties":false,"properties":{"source":{"type":"string","description":"The id of the source"},"opacity":{"type":"number","description":"The opacity of the source","default":1,"multipleOf":0.1,"minimum":0,"maximum":1}}},"StacLayer":{"type":"object","required":["data"],"additionalProperties":false,"properties":{"data":{"type":"object","description":"The data of the source"},"opacity":{"type":"number","description":"The opacity of the source","default":1,"multipleOf":0.1,"minimum":0,"maximum":1}}},"VectorLayer":{"type":"object","required":["source"],"additionalProperties":false,"properties":{"source":{"type":"string","description":"The id of the source"},"color":{"type":"object","description":"The color of the the object"},"opacity":{"type":"number","description":"The opacity of the the object","default":1,"multipleOf":0.1,"minimum":0,"maximum":1},"symbologyState":{"type":"object","description":"The state of the symbology panel options","required":["renderType"],"properties":{"renderType":{"type":"string","enum":["Single Symbol","Graduated","Categorized"]},"value":{"type":"string"},"method":{"type":"string","enum":["color","radius"]},"colorRamp":{"type":"string","default":"viridis"},"nClasses":{"type":"string","default":"9"},"mode":{"type":"string","default":"equal interval","enum":["quantile","equal interval","jenks","pretty","logarithmic"]}},"additionalProperties":false}}},"VectorTileLayer":{"type":"object","required":["source"],"additionalProperties":false,"properties":{"source":{"type":"string","description":"The id of the source"},"color":{"type":"object","description":"The color of the the object"},"opacity":{"type":"number","description":"The opacity of the the object","default":1,"multipleOf":0.1,"minimum":0,"maximum":1}}},"WebGlLayer":{"type":"object","required":["source"],"additionalProperties":false,"properties":{"source":{"type":"string","description":"The id of the source"},"opacity":{"type":"number","description":"The opacity of the source","default":1,"multipleOf":0.1,"minimum":0,"maximum":1},"color":{"oneOf":[{"type":"string"},{"type":"number"},{"type":"array","items":{"anyOf":[{"type":"string"},{"type":"number"},{"type":"array","items":{"anyOf":[{"type":"number"},{"type":"string"},{"type":"array","items":{"anyOf":[{"type":"number"},{"type":"string"}]}}]}}]}}],"description":"The color of the the object"},"symbologyState":{"type":"object","description":"The state of the symbology panel options","required":["renderType"],"properties":{"renderType":{"type":"string"},"band":{"type":"number"},"redBand":{"type":"number"},"greenBand":{"type":"number"},"blueBand":{"type":"number"},"alphaBand":{"type":"number"},"interpolation":{"type":"string","enum":["discrete","linear","exact"]},"colorRamp":{"type":"string","default":"viridis"},"nClasses":{"type":"string","default":"9"},"mode":{"type":"string","default":"equal interval","enum":["continuous","equal interval","quantile"]}},"additionalProperties":false}}},"GeoParquetSource":{"type":"object","required":["path"],"additionalProperties":false,"properties":{"path":{"type":"string","description":"The path to the GeoParquet source"},"attribution":{"type":"string","readOnly":true,"description":"The attribution for the GeoParquet source.","default":""},"projection":{"type":"string","description":"The projection information for the GeoParquet data (optional).","default":"EPSG:4326"}}},"GeoTiffSource":{"type":"object","required":["urls"],"additionalProperties":false,"properties":{"urls":{"type":"array","items":{"type":"object","properties":{"url":{"type":"string"},"min":{"type":"number"},"max":{"type":"number"}}},"minItems":1,"description":"URLs"},"normalize":{"type":"boolean","description":"Enable to normalize values between 0 and 1 and displayed as RGB values; disable to keep raw band values","default":true},"wrapX":{"type":"boolean","description":"Wrap the map horizontally?","default":false},"interpolate":{"type":"boolean","description":"Interpolate between grid cells when overzooming?","default":false}}},"ImageSource":{"type":"object","required":["path","coordinates"],"additionalProperties":false,"properties":{"path":{"type":"string","readOnly":true,"description":"Path that points to an image"},"coordinates":{"type":"array","readOnly":true,"items":{"type":"array","items":{"type":"number"},"minItems":2,"maxItems":2},"minItems":4,"maxItems":4,"default":[],"description":"Corners of image specified in longitude, latitude pairs"},"interpolate":{"type":"boolean","description":"Interpolate between grid cells when overzooming?","default":false}}},"MarkerSource":{"type":"object","required":["feature"],"additionalProperties":false,"properties":{"color":{"type":"string","description":"Color of the marker icon (hex, rgb, rgba, or named color)"},"feature":{"type":"object","description":"Info for the marker","required":["coords"],"properties":{"coords":{"type":"array","minItems":2,"maxItems":2,"items":{"type":"number"}}}}}},"RasterDemSource":{"type":"object","required":["url"],"additionalProperties":false,"properties":{"url":{"type":"string","description":"The url to the tile provider"},"attribution":{"type":"string","description":"The attribution for the raster-dem source"},"urlParameters":{"type":"object","additionalProperties":{"type":"string"}},"interpolate":{"type":"boolean","description":"Interpolate between grid cells when overzooming?","default":false}}},"RasterSource":{"type":"object","required":["url","maxZoom","minZoom"],"additionalProperties":false,"properties":{"url":{"type":"string","description":"The url to the tile provider"},"minZoom":{"type":"number","minimum":0,"maximum":24,"readOnly":true,"description":"The minimum zoom level for the raster source","default":0},"maxZoom":{"type":"number","minimum":0,"maximum":24,"readOnly":true,"description":"The maximum zoom level for the raster source","default":24},"attribution":{"type":"string","readOnly":true,"description":"The attribution for the raster source","default":""},"htmlAttribution":{"type":"string","readOnly":true,"description":"The html attribution for the raster source","default":""},"provider":{"type":"string","readOnly":true,"description":"The map provider","default":""},"bounds":{"type":"array","readOnly":true,"items":{"type":"array","items":{"type":"number"}},"default":[],"description":"The bounds of the source"},"urlParameters":{"type":"object","additionalProperties":{"type":"string"},"default":{}},"interpolate":{"type":"boolean","description":"Interpolate between grid cells when overzooming?","default":false}}},"ShapefileSource":{"type":"object","required":["path"],"additionalProperties":false,"properties":{"path":{"type":"string","description":"The path to the shapefile (.shp, .zip, or folder URL)."},"attribution":{"type":"string","readOnly":true,"description":"The attribution for the shapefile source.","default":""},"projection":{"type":"string","description":"The projection information for the shapefile (optional).","default":"WGS84"},"encoding":{"type":"string","description":"The encoding used for the shapefile\'s DBF (optional).","default":"UTF-8"},"additionalFiles":{"type":"object","description":"Additional files associated with the shapefile (e.g., .dbf, .prj, .cpg).","additionalProperties":{"type":"string"},"default":{}}}},"VectorTileSource":{"type":"object","required":["url","maxZoom","minZoom"],"additionalProperties":false,"properties":{"url":{"type":"string","description":"The url to the tile provider"},"minZoom":{"type":"number","minimum":0,"maximum":24,"description":"The minimum zoom level for the vector source"},"maxZoom":{"type":"number","minimum":0,"maximum":24,"description":"The maximum zoom level for the vector source"},"attribution":{"type":"string","description":"The attribution for the vector source"},"provider":{"type":"string","readOnly":true,"description":"The map provider"},"urlParameters":{"type":"object","additionalProperties":{"type":"string"}}}},"VideoSource":{"type":"object","required":["urls","coordinates"],"additionalProperties":false,"properties":{"urls":{"type":"array","items":{"type":"string"},"minItems":1,"default":[],"description":"URLs to video content in order of preferred format"},"coordinates":{"type":"array","items":{"type":"array","items":{"type":"number"},"minItems":2,"maxItems":2},"minItems":4,"maxItems":4,"default":[],"description":"Corners of video specified in longitude, latitude pairs"}}},"GeoJSONSource":{"type":"object","required":[],"additionalProperties":false,"properties":{"path":{"type":"string","description":"The local path to a GeoJSON file"},"data":{"type":"object","description":"The GeoJSON data","$schema":"http://json-schema.org/draft-07/schema#","$id":"https://geojson.org/schema/GeoJSON.json","title":"GeoJSON","oneOf":[{"title":"GeoJSON Point","type":"object","required":["type","coordinates"],"properties":{"type":{"type":"string","enum":["Point"]},"coordinates":{"type":"array","minItems":2,"items":{"type":"number"}},"bbox":{"type":"array","minItems":4,"items":{"type":"number"}}}},{"title":"GeoJSON LineString","type":"object","required":["type","coordinates"],"properties":{"type":{"type":"string","enum":["LineString"]},"coordinates":{"type":"array","minItems":2,"items":{"type":"array","minItems":2,"items":{"type":"number"}}},"bbox":{"type":"array","minItems":4,"items":{"type":"number"}}}},{"title":"GeoJSON Polygon","type":"object","required":["type","coordinates"],"properties":{"type":{"type":"string","enum":["Polygon"]},"coordinates":{"type":"array","items":{"type":"array","minItems":4,"items":{"type":"array","minItems":2,"items":{"type":"number"}}}},"bbox":{"type":"array","minItems":4,"items":{"type":"number"}}}},{"title":"GeoJSON MultiPoint","type":"object","required":["type","coordinates"],"properties":{"type":{"type":"string","enum":["MultiPoint"]},"coordinates":{"type":"array","items":{"type":"array","minItems":2,"items":{"type":"number"}}},"bbox":{"type":"array","minItems":4,"items":{"type":"number"}}}},{"title":"GeoJSON MultiLineString","type":"object","required":["type","coordinates"],"properties":{"type":{"type":"string","enum":["MultiLineString"]},"coordinates":{"type":"array","items":{"type":"array","minItems":2,"items":{"type":"array","minItems":2,"items":{"type":"number"}}}},"bbox":{"type":"array","minItems":4,"items":{"type":"number"}}}},{"title":"GeoJSON MultiPolygon","type":"object","required":["type","coordinates"],"properties":{"type":{"type":"string","enum":["MultiPolygon"]},"coordinates":{"type":"array","items":{"type":"array","items":{"type":"array","minItems":4,"items":{"type":"array","minItems":2,"items":{"type":"number"}}}}},"bbox":{"type":"array","minItems":4,"items":{"type":"number"}}}},{"title":"GeoJSON GeometryCollection","type":"object","required":["type","geometries"],"properties":{"type":{"type":"string","enum":["GeometryCollection"]},"geometries":{"type":"array","items":{"oneOf":[{"title":"GeoJSON Point","type":"object","required":["type","coordinates"],"properties":{"type":{"type":"string","enum":["Point"]},"coordinates":{"type":"array","minItems":2,"items":{"type":"number"}},"bbox":{"type":"array","minItems":4,"items":{"type":"number"}}}},{"title":"GeoJSON LineString","type":"object","required":["type","coordinates"],"properties":{"type":{"type":"string","enum":["LineString"]},"coordinates":{"type":"array","minItems":2,"items":{"type":"array","minItems":2,"items":{"type":"number"}}},"bbox":{"type":"array","minItems":4,"items":{"type":"number"}}}},{"title":"GeoJSON Polygon","type":"object","required":["type","coordinates"],"properties":{"type":{"type":"string","enum":["Polygon"]},"coordinates":{"type":"array","items":{"type":"array","minItems":4,"items":{"type":"array","minItems":2,"items":{"type":"number"}}}},"bbox":{"type":"array","minItems":4,"items":{"type":"number"}}}},{"title":"GeoJSON MultiPoint","type":"object","required":["type","coordinates"],"properties":{"type":{"type":"string","enum":["MultiPoint"]},"coordinates":{"type":"array","items":{"type":"array","minItems":2,"items":{"type":"number"}}},"bbox":{"type":"array","minItems":4,"items":{"type":"number"}}}},{"title":"GeoJSON MultiLineString","type":"object","required":["type","coordinates"],"properties":{"type":{"type":"string","enum":["MultiLineString"]},"coordinates":{"type":"array","items":{"type":"array","minItems":2,"items":{"type":"array","minItems":2,"items":{"type":"number"}}}},"bbox":{"type":"array","minItems":4,"items":{"type":"number"}}}},{"title":"GeoJSON MultiPolygon","type":"object","required":["type","coordinates"],"properties":{"type":{"type":"string","enum":["MultiPolygon"]},"coordinates":{"type":"array","items":{"type":"array","items":{"type":"array","minItems":4,"items":{"type":"array","minItems":2,"items":{"type":"number"}}}}},"bbox":{"type":"array","minItems":4,"items":{"type":"number"}}}}]}},"bbox":{"type":"array","minItems":4,"items":{"type":"number"}}}},{"title":"GeoJSON Feature","type":"object","required":["type","properties","geometry"],"properties":{"type":{"type":"string","enum":["Feature"]},"id":{"oneOf":[{"type":"number"},{"type":"string"}]},"properties":{"oneOf":[{"type":"null"},{"type":"object"}]},"geometry":{"oneOf":[{"type":"null"},{"title":"GeoJSON Point","type":"object","required":["type","coordinates"],"properties":{"type":{"type":"string","enum":["Point"]},"coordinates":{"type":"array","minItems":2,"items":{"type":"number"}},"bbox":{"type":"array","minItems":4,"items":{"type":"number"}}}},{"title":"GeoJSON LineString","type":"object","required":["type","coordinates"],"properties":{"type":{"type":"string","enum":["LineString"]},"coordinates":{"type":"array","minItems":2,"items":{"type":"array","minItems":2,"items":{"type":"number"}}},"bbox":{"type":"array","minItems":4,"items":{"type":"number"}}}},{"title":"GeoJSON Polygon","type":"object","required":["type","coordinates"],"properties":{"type":{"type":"string","enum":["Polygon"]},"coordinates":{"type":"array","items":{"type":"array","minItems":4,"items":{"type":"array","minItems":2,"items":{"type":"number"}}}},"bbox":{"type":"array","minItems":4,"items":{"type":"number"}}}},{"title":"GeoJSON MultiPoint","type":"object","required":["type","coordinates"],"properties":{"type":{"type":"string","enum":["MultiPoint"]},"coordinates":{"type":"array","items":{"type":"array","minItems":2,"items":{"type":"number"}}},"bbox":{"type":"array","minItems":4,"items":{"type":"number"}}}},{"title":"GeoJSON MultiLineString","type":"object","required":["type","coordinates"],"properties":{"type":{"type":"string","enum":["MultiLineString"]},"coordinates":{"type":"array","items":{"type":"array","minItems":2,"items":{"type":"array","minItems":2,"items":{"type":"number"}}}},"bbox":{"type":"array","minItems":4,"items":{"type":"number"}}}},{"title":"GeoJSON MultiPolygon","type":"object","required":["type","coordinates"],"properties":{"type":{"type":"string","enum":["MultiPolygon"]},"coordinates":{"type":"array","items":{"type":"array","items":{"type":"array","minItems":4,"items":{"type":"array","minItems":2,"items":{"type":"number"}}}}},"bbox":{"type":"array","minItems":4,"items":{"type":"number"}}}},{"title":"GeoJSON GeometryCollection","type":"object","required":["type","geometries"],"properties":{"type":{"type":"string","enum":["GeometryCollection"]},"geometries":{"type":"array","items":{"oneOf":[{"title":"GeoJSON Point","type":"object","required":["type","coordinates"],"properties":{"type":{"type":"string","enum":["Point"]},"coordinates":{"type":"array","minItems":2,"items":{"type":"number"}},"bbox":{"type":"array","minItems":4,"items":{"type":"number"}}}},{"title":"GeoJSON LineString","type":"object","required":["type","coordinates"],"properties":{"type":{"type":"string","enum":["LineString"]},"coordinates":{"type":"array","minItems":2,"items":{"type":"array","minItems":2,"items":{"type":"number"}}},"bbox":{"type":"array","minItems":4,"items":{"type":"number"}}}},{"title":"GeoJSON Polygon","type":"object","required":["type","coordinates"],"properties":{"type":{"type":"string","enum":["Polygon"]},"coordinates":{"type":"array","items":{"type":"array","minItems":4,"items":{"type":"array","minItems":2,"items":{"type":"number"}}}},"bbox":{"type":"array","minItems":4,"items":{"type":"number"}}}},{"title":"GeoJSON MultiPoint","type":"object","required":["type","coordinates"],"properties":{"type":{"type":"string","enum":["MultiPoint"]},"coordinates":{"type":"array","items":{"type":"array","minItems":2,"items":{"type":"number"}}},"bbox":{"type":"array","minItems":4,"items":{"type":"number"}}}},{"title":"GeoJSON MultiLineString","type":"object","required":["type","coordinates"],"properties":{"type":{"type":"string","enum":["MultiLineString"]},"coordinates":{"type":"array","items":{"type":"array","minItems":2,"items":{"type":"array","minItems":2,"items":{"type":"number"}}}},"bbox":{"type":"array","minItems":4,"items":{"type":"number"}}}},{"title":"GeoJSON MultiPolygon","type":"object","required":["type","coordinates"],"properties":{"type":{"type":"string","enum":["MultiPolygon"]},"coordinates":{"type":"array","items":{"type":"array","items":{"type":"array","minItems":4,"items":{"type":"array","minItems":2,"items":{"type":"number"}}}}},"bbox":{"type":"array","minItems":4,"items":{"type":"number"}}}}]}},"bbox":{"type":"array","minItems":4,"items":{"type":"number"}}}}]},"bbox":{"type":"array","minItems":4,"items":{"type":"number"}}}},{"title":"GeoJSON FeatureCollection","type":"object","required":["type","features"],"properties":{"type":{"type":"string","enum":["FeatureCollection"]},"features":{"type":"array","items":{"title":"GeoJSON Feature","type":"object","required":["type","properties","geometry"],"properties":{"type":{"type":"string","enum":["Feature"]},"id":{"oneOf":[{"type":"number"},{"type":"string"}]},"properties":{"oneOf":[{"type":"null"},{"type":"object"}]},"geometry":{"oneOf":[{"type":"null"},{"title":"GeoJSON Point","type":"object","required":["type","coordinates"],"properties":{"type":{"type":"string","enum":["Point"]},"coordinates":{"type":"array","minItems":2,"items":{"type":"number"}},"bbox":{"type":"array","minItems":4,"items":{"type":"number"}}}},{"title":"GeoJSON LineString","type":"object","required":["type","coordinates"],"properties":{"type":{"type":"string","enum":["LineString"]},"coordinates":{"type":"array","minItems":2,"items":{"type":"array","minItems":2,"items":{"type":"number"}}},"bbox":{"type":"array","minItems":4,"items":{"type":"number"}}}},{"title":"GeoJSON Polygon","type":"object","required":["type","coordinates"],"properties":{"type":{"type":"string","enum":["Polygon"]},"coordinates":{"type":"array","items":{"type":"array","minItems":4,"items":{"type":"array","minItems":2,"items":{"type":"number"}}}},"bbox":{"type":"array","minItems":4,"items":{"type":"number"}}}},{"title":"GeoJSON MultiPoint","type":"object","required":["type","coordinates"],"properties":{"type":{"type":"string","enum":["MultiPoint"]},"coordinates":{"type":"array","items":{"type":"array","minItems":2,"items":{"type":"number"}}},"bbox":{"type":"array","minItems":4,"items":{"type":"number"}}}},{"title":"GeoJSON MultiLineString","type":"object","required":["type","coordinates"],"properties":{"type":{"type":"string","enum":["MultiLineString"]},"coordinates":{"type":"array","items":{"type":"array","minItems":2,"items":{"type":"array","minItems":2,"items":{"type":"number"}}}},"bbox":{"type":"array","minItems":4,"items":{"type":"number"}}}},{"title":"GeoJSON MultiPolygon","type":"object","required":["type","coordinates"],"properties":{"type":{"type":"string","enum":["MultiPolygon"]},"coordinates":{"type":"array","items":{"type":"array","items":{"type":"array","minItems":4,"items":{"type":"array","minItems":2,"items":{"type":"number"}}}}},"bbox":{"type":"array","minItems":4,"items":{"type":"number"}}}},{"title":"GeoJSON GeometryCollection","type":"object","required":["type","geometries"],"properties":{"type":{"type":"string","enum":["GeometryCollection"]},"geometries":{"type":"array","items":{"oneOf":[{"title":"GeoJSON Point","type":"object","required":["type","coordinates"],"properties":{"type":{"type":"string","enum":["Point"]},"coordinates":{"type":"array","minItems":2,"items":{"type":"number"}},"bbox":{"type":"array","minItems":4,"items":{"type":"number"}}}},{"title":"GeoJSON LineString","type":"object","required":["type","coordinates"],"properties":{"type":{"type":"string","enum":["LineString"]},"coordinates":{"type":"array","minItems":2,"items":{"type":"array","minItems":2,"items":{"type":"number"}}},"bbox":{"type":"array","minItems":4,"items":{"type":"number"}}}},{"title":"GeoJSON Polygon","type":"object","required":["type","coordinates"],"properties":{"type":{"type":"string","enum":["Polygon"]},"coordinates":{"type":"array","items":{"type":"array","minItems":4,"items":{"type":"array","minItems":2,"items":{"type":"number"}}}},"bbox":{"type":"array","minItems":4,"items":{"type":"number"}}}},{"title":"GeoJSON MultiPoint","type":"object","required":["type","coordinates"],"properties":{"type":{"type":"string","enum":["MultiPoint"]},"coordinates":{"type":"array","items":{"type":"array","minItems":2,"items":{"type":"number"}}},"bbox":{"type":"array","minItems":4,"items":{"type":"number"}}}},{"title":"GeoJSON MultiLineString","type":"object","required":["type","coordinates"],"properties":{"type":{"type":"string","enum":["MultiLineString"]},"coordinates":{"type":"array","items":{"type":"array","minItems":2,"items":{"type":"array","minItems":2,"items":{"type":"number"}}}},"bbox":{"type":"array","minItems":4,"items":{"type":"number"}}}},{"title":"GeoJSON MultiPolygon","type":"object","required":["type","coordinates"],"properties":{"type":{"type":"string","enum":["MultiPolygon"]},"coordinates":{"type":"array","items":{"type":"array","items":{"type":"array","minItems":4,"items":{"type":"array","minItems":2,"items":{"type":"number"}}}}},"bbox":{"type":"array","minItems":4,"items":{"type":"number"}}}}]}},"bbox":{"type":"array","minItems":4,"items":{"type":"number"}}}}]},"bbox":{"type":"array","minItems":4,"items":{"type":"number"}}}}},"bbox":{"type":"array","minItems":4,"items":{"type":"number"}}}}]},"valid":{"type":"boolean","description":"Whether the data are valid or not","readOnly":true}}}}');class J{constructor(e){this._registry=new Map(Object.entries(q)),this._docManager=e}registerSchema(e,t){this._registry.has(e)?console.error("Worker is already registered!"):this._registry.set(e,t)}has(e){return this._registry.has(e)}getSchemas(){return this._registry}getDocManager(){return this._docManager}}const M=[{id:"jupytergis:core:tracker",autoStart:!0,requires:[T.ITranslator],optional:[O.IMainMenu],provides:n.IJupyterGISDocTracker,activate:(e,t,r)=>{const i=new a.WidgetTracker({namespace:"jupytergis"});return console.debug("jupytergis:core:tracker is activated!"),i}},x,{id:"jupytergis:core:form-schema-registry",autoStart:!0,requires:[P.IDocumentManager],provides:n.IJGISFormSchemaRegistryToken,activate:(e,t)=>new J(t)},{id:"jupytergis:core:external-command-registry",autoStart:!0,requires:[],provides:n.IJGISExternalCommandRegistryToken,activate:e=>new G},{id:"jupytergis:core:layer-browser-registry",autoStart:!0,requires:[],provides:n.IJGISLayerBrowserRegistryToken,activate:e=>(console.debug("jupytergis:core:layer-browser-registry is activated"),new v)},{id:"jupytergis:core:annotation",autoStart:!0,requires:[n.IJupyterGISDocTracker],provides:n.IAnnotationToken,activate:(e,t)=>{var r;const i=new o.AnnotationModel({model:null===(r=t.currentWidget)||void 0===r?void 0:r.model});return t.currentChanged.connect((e,t)=>{i.model=(null==t?void 0:t.model)||void 0}),i}}]}}]);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
var _JUPYTERLAB;(()=>{"use strict";var e,r,t,a,o,n,i,u,l,d,f,s,c,p,b,h,y,m,v,g,j,w,P,O,S,E,_,x={71650:(e,r,t)=>{var a={"./index":()=>Promise.all([t.e(919),t.e(991)]).then(()=>()=>t(29991)),"./extension":()=>Promise.all([t.e(919),t.e(991)]).then(()=>()=>t(29991)),"./style":()=>t.e(432).then(()=>()=>t(51432))},o=(e,r)=>(t.R=r,r=t.o(a,e)?a[e]():Promise.resolve().then(()=>{throw new Error('Module "'+e+'" does not exist in container.')}),t.R=void 0,r),n=(e,r)=>{if(t.S){var a="default",o=t.S[a];if(o&&o!==e)throw new Error("Container initialization failed as it has already been initialized with a different share scope");return t.S[a]=e,t.I(a,r)}};t.d(r,{get:()=>o,init:()=>n})}},k={};function T(e){var r=k[e];if(void 0!==r)return r.exports;var t=k[e]={id:e,loaded:!1,exports:{}};return x[e].call(t.exports,t,t.exports,T),t.loaded=!0,t.exports}T.m=x,T.c=k,T.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return T.d(r,{a:r}),r},r=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,T.t=function(t,a){if(1&a&&(t=this(t)),8&a)return t;if("object"==typeof t&&t){if(4&a&&t.__esModule)return t;if(16&a&&"function"==typeof t.then)return t}var o=Object.create(null);T.r(o);var n={};e=e||[null,r({}),r([]),r(r)];for(var i=2&a&&t;("object"==typeof i||"function"==typeof i)&&!~e.indexOf(i);i=r(i))Object.getOwnPropertyNames(i).forEach(e=>n[e]=()=>t[e]);return n.default=()=>t,T.d(o,n),o},T.d=(e,r)=>{for(var t in r)T.o(r,t)&&!T.o(e,t)&&Object.defineProperty(e,t,{enumerable:!0,get:r[t]})},T.f={},T.e=e=>Promise.all(Object.keys(T.f).reduce((r,t)=>(T.f[t](e,r),r),[])),T.u=e=>e+"."+{27:"6ee794baeb00791424c2",154:"234a33e9fcda783cc84b",211:"083574a3909f85924cc7",234:"2f0fc49f516ad354aa18",250:"a749c8a61c81e7156744",376:"1dc881bb3edbaa917d71",397:"075ccafc191603fcad13",407:"e9ba4ebc707a690bc548",432:"b81aa01fd224321ff376",472:"5e2408d0777222e455cc",542:"9766a06057be72a32b09",552:"0936beb209d3ea5a1229",555:"1cd3070a2aa23b05356b",618:"f4d7698f69b3ad75e162",803:"5f3759c98814aa602705",875:"3862770905b6ec887529",991:"9dbbbf18ad1725320b95"}[e]+".js?v="+{27:"6ee794baeb00791424c2",154:"234a33e9fcda783cc84b",211:"083574a3909f85924cc7",234:"2f0fc49f516ad354aa18",250:"a749c8a61c81e7156744",376:"1dc881bb3edbaa917d71",397:"075ccafc191603fcad13",407:"e9ba4ebc707a690bc548",432:"b81aa01fd224321ff376",472:"5e2408d0777222e455cc",542:"9766a06057be72a32b09",552:"0936beb209d3ea5a1229",555:"1cd3070a2aa23b05356b",618:"f4d7698f69b3ad75e162",803:"5f3759c98814aa602705",875:"3862770905b6ec887529",991:"9dbbbf18ad1725320b95"}[e],T.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),T.hmd=e=>((e=Object.create(e)).children||(e.children=[]),Object.defineProperty(e,"exports",{enumerable:!0,set:()=>{throw new Error("ES Modules may not assign module.exports or exports.*, Use ESM export syntax, instead: "+e.id)}}),e),T.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),t={},a="@jupytergis/jupytergis-core:",T.l=(e,r,o,n)=>{if(t[e])t[e].push(r);else{var i,u;if(void 0!==o)for(var l=document.getElementsByTagName("script"),d=0;d<l.length;d++){var f=l[d];if(f.getAttribute("src")==e||f.getAttribute("data-webpack")==a+o){i=f;break}}i||(u=!0,(i=document.createElement("script")).charset="utf-8",T.nc&&i.setAttribute("nonce",T.nc),i.setAttribute("data-webpack",a+o),i.src=e),t[e]=[r];var s=(r,a)=>{i.onerror=i.onload=null,clearTimeout(c);var o=t[e];if(delete t[e],i.parentNode&&i.parentNode.removeChild(i),o&&o.forEach(e=>e(a)),r)return r(a)},c=setTimeout(s.bind(null,void 0,{type:"timeout",target:i}),12e4);i.onerror=s.bind(null,i.onerror),i.onload=s.bind(null,i.onload),u&&document.head.appendChild(i)}},T.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},T.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),(()=>{T.S={};var e={},r={};T.I=(t,a)=>{a||(a=[]);var o=r[t];if(o||(o=r[t]={}),!(a.indexOf(o)>=0)){if(a.push(o),e[t])return e[t];T.o(T.S,t)||(T.S[t]={});var n=T.S[t],i="@jupytergis/jupytergis-core",u=(e,r,t,a)=>{var o=n[e]=n[e]||{},u=o[r];(!u||!u.loaded&&(!a!=!u.eager?a:i>u.from))&&(o[r]={get:t,from:i,eager:!!a})},l=[];return"default"===t&&(u("@jupyter/collaborative-drive","3.1.2",()=>Promise.all([T.e(262),T.e(234)]).then(()=>()=>T(20234))),u("@jupytergis/base","0.10.0",()=>Promise.all([T.e(250),T.e(262),T.e(602),T.e(875),T.e(919)]).then(()=>()=>T(62507))),u("@jupytergis/jupytergis-core","0.10.0",()=>Promise.all([T.e(919),T.e(991)]).then(()=>()=>T(29991))),u("@jupytergis/schema","0.10.0",()=>Promise.all([T.e(803),T.e(262),T.e(602),T.e(397)]).then(()=>()=>T(67397)))),e[t]=l.length?Promise.all(l).then(()=>e[t]=1):1}}})(),(()=>{var e;T.g.importScripts&&(e=T.g.location+"");var r=T.g.document;if(!e&&r&&(r.currentScript&&"SCRIPT"===r.currentScript.tagName.toUpperCase()&&(e=r.currentScript.src),!e)){var t=r.getElementsByTagName("script");if(t.length)for(var a=t.length-1;a>-1&&(!e||!/^http(s?):/.test(e));)e=t[a--].src}if(!e)throw new Error("Automatic publicPath is not supported in this browser");e=e.replace(/^blob:/,"").replace(/#.*$/,"").replace(/\?.*$/,"").replace(/\/[^\/]+$/,"/"),T.p=e})(),o=e=>{var r=e=>e.split(".").map(e=>+e==e?+e:e),t=/^([^-+]+)?(?:-([^+]+))?(?:\+(.+))?$/.exec(e),a=t[1]?r(t[1]):[];return t[2]&&(a.length++,a.push.apply(a,r(t[2]))),t[3]&&(a.push([]),a.push.apply(a,r(t[3]))),a},n=(e,r)=>{e=o(e),r=o(r);for(var t=0;;){if(t>=e.length)return t<r.length&&"u"!=(typeof r[t])[0];var a=e[t],n=(typeof a)[0];if(t>=r.length)return"u"==n;var i=r[t],u=(typeof i)[0];if(n!=u)return"o"==n&&"n"==u||"s"==u||"u"==n;if("o"!=n&&"u"!=n&&a!=i)return a<i;t++}},i=e=>{var r=e[0],t="";if(1===e.length)return"*";if(r+.5){t+=0==r?">=":-1==r?"<":1==r?"^":2==r?"~":r>0?"=":"!=";for(var a=1,o=1;o<e.length;o++)a--,t+="u"==(typeof(u=e[o]))[0]?"-":(a>0?".":"")+(a=2,u);return t}var n=[];for(o=1;o<e.length;o++){var u=e[o];n.push(0===u?"not("+l()+")":1===u?"("+l()+" || "+l()+")":2===u?n.pop()+" "+n.pop():i(u))}return l();function l(){return n.pop().replace(/^\((.+)\)$/,"$1")}},u=(e,r)=>{if(0 in e){r=o(r);var t=e[0],a=t<0;a&&(t=-t-1);for(var n=0,i=1,l=!0;;i++,n++){var d,f,s=i<e.length?(typeof e[i])[0]:"";if(n>=r.length||"o"==(f=(typeof(d=r[n]))[0]))return!l||("u"==s?i>t&&!a:""==s!=a);if("u"==f){if(!l||"u"!=s)return!1}else if(l)if(s==f)if(i<=t){if(d!=e[i])return!1}else{if(a?d>e[i]:d<e[i])return!1;d!=e[i]&&(l=!1)}else if("s"!=s&&"n"!=s){if(a||i<=t)return!1;l=!1,i--}else{if(i<=t||f<s!=a)return!1;l=!1}else"s"!=s&&"n"!=s&&(l=!1,i--)}}var c=[],p=c.pop.bind(c);for(n=1;n<e.length;n++){var b=e[n];c.push(1==b?p()|p():2==b?p()&p():b?u(b,r):!p())}return!!p()},l=(e,r)=>e&&T.o(e,r),d=e=>(e.loaded=1,e.get()),f=e=>Object.keys(e).reduce((r,t)=>(e[t].eager&&(r[t]=e[t]),r),{}),s=(e,r,t)=>{var a=t?f(e[r]):e[r];return(r=Object.keys(a).reduce((e,r)=>!e||n(e,r)?r:e,0))&&a[r]},c=(e,r,t,a)=>{var o=a?f(e[r]):e[r];return(r=Object.keys(o).reduce((e,r)=>!u(t,r)||e&&!n(e,r)?e:r,0))&&o[r]},p=(e,r,t)=>{var a=t?f(e[r]):e[r];return Object.keys(a).reduce((e,r)=>!e||!a[e].loaded&&n(e,r)?r:e,0)},b=(e,r,t,a)=>"Unsatisfied version "+t+" from "+(t&&e[r][t].from)+" of shared singleton module "+r+" (required "+i(a)+")",h=(e,r,t,a,o)=>{var n=e[t];return"No satisfying version ("+i(a)+")"+(o?" for eager consumption":"")+" of shared module "+t+" found in shared scope "+r+".\nAvailable versions: "+Object.keys(n).map(e=>e+" from "+n[e].from).join(", ")},y=e=>{throw new Error(e)},m=e=>{"undefined"!=typeof console&&console.warn&&console.warn(e)},g=(e,r,t)=>t?t():((e,r)=>y("Shared module "+r+" doesn't exist in shared scope "+e))(e,r),j=(v=e=>function(r,t,a,o,n){var i=T.I(r);return i&&i.then&&!a?i.then(e.bind(e,r,T.S[r],t,!1,o,n)):e(r,T.S[r],t,a,o,n)})((e,r,t,a,o,n)=>{if(!l(r,t))return g(e,t,n);var i=c(r,t,o,a);return i?d(i):(m(h(r,e,t,o,a)),d(s(r,t,a)))}),w=v((e,r,t,a,o,n)=>{if(!l(r,t))return g(e,t,n);var i=c(r,t,o,a);return i?d(i):n?n():void y(h(r,e,t,o,a))}),P=v((e,r,t,a,o,n)=>{if(!l(r,t))return g(e,t,n);var i=p(r,t,a);return u(o,i)||m(b(r,t,i,o)),d(r[t][i])}),O={},S={2678:()=>P("default","@jupyterlab/console",!1,[1,4,5,0]),13603:()=>P("default","@jupyterlab/coreutils",!1,[1,6,5,0]),47825:()=>P("default","@jupytergis/schema",!1,[2,0,10,0],()=>Promise.all([T.e(803),T.e(262),T.e(602),T.e(397)]).then(()=>()=>T(67397))),57324:()=>P("default","@jupyterlab/apputils",!1,[1,4,6,0]),63555:()=>P("default","@jupyterlab/filebrowser",!1,[1,4,5,0]),78005:()=>j("default","@jupyterlab/docregistry",!1,[1,4,5,0]),13070:()=>P("default","@jupyterlab/docmanager",!1,[1,4,5,0]),20248:()=>P("default","@jupyterlab/translation",!1,[1,4,5,0]),25485:()=>P("default","@jupytergis/base",!1,[2,0,10,0],()=>Promise.all([T.e(250),T.e(262),T.e(602),T.e(875)]).then(()=>()=>T(62507))),50053:()=>P("default","@jupyterlab/rendermime",!1,[1,4,5,0]),57891:()=>P("default","@jupyterlab/mainmenu",!1,[1,4,5,0]),58477:()=>P("default","@jupyterlab/launcher",!1,[1,4,5,0]),62393:()=>P("default","@jupyterlab/codeeditor",!1,[1,4,5,0]),75932:()=>P("default","@jupyterlab/statedb",!1,[1,4,5,0]),76903:()=>w("default","@jupyter/collaborative-drive",!1,[1,3,0,0],()=>Promise.all([T.e(262),T.e(234)]).then(()=>()=>T(20234))),99816:()=>P("default","@jupyterlab/settingregistry",!1,[1,4,5,0]),67262:()=>P("default","@lumino/coreutils",!1,[1,2,0,0]),74602:()=>P("default","@lumino/signaling",!1,[1,2,0,0]),5882:()=>P("default","@jupyterlab/ui-components",!1,[1,4,5,0]),7628:()=>P("default","react-dom",!1,[1,18,2,0]),13695:()=>j("default","@jupyterlab/observables",!1,[1,5,5,0]),40180:()=>P("default","@jupyter/react-components",!1,[2,0,16,6]),46167:()=>P("default","@lumino/commands",!1,[1,2,0,1]),46230:()=>P("default","@lumino/messaging",!1,[1,2,0,0]),51247:()=>P("default","@lumino/widgets",!1,[1,2,3,1,,"alpha",1]),65596:()=>P("default","@jupyterlab/services",!1,[1,7,5,0]),93345:()=>P("default","react",!1,[1,18,2,0]),28e3:()=>P("default","@jupyter/ydoc",!1,[1,3,0,0,,"a3"])},E={262:[67262],397:[28e3],602:[74602],875:[5882,7628,13695,40180,46167,46230,51247,65596,93345],919:[2678,13603,47825,57324,63555,78005],991:[13070,20248,25485,50053,57891,58477,62393,75932,76903,99816]},_={},T.f.consumes=(e,r)=>{T.o(E,e)&&E[e].forEach(e=>{if(T.o(O,e))return r.push(O[e]);if(!_[e]){var t=r=>{O[e]=0,T.m[e]=t=>{delete T.c[e],t.exports=r()}};_[e]=!0;var a=r=>{delete O[e],T.m[e]=t=>{throw delete T.c[e],r}};try{var o=S[e]();o.then?r.push(O[e]=o.then(t).catch(a)):t(o)}catch(e){a(e)}}})},(()=>{T.b="undefined"!=typeof document&&document.baseURI||self.location.href;var e={108:0};T.f.j=(r,t)=>{var a=T.o(e,r)?e[r]:void 0;if(0!==a)if(a)t.push(a[2]);else if(/^(262|602|919)$/.test(r))e[r]=0;else{var o=new Promise((t,o)=>a=e[r]=[t,o]);t.push(a[2]=o);var n=T.p+T.u(r),i=new Error;T.l(n,t=>{if(T.o(e,r)&&(0!==(a=e[r])&&(e[r]=void 0),a)){var o=t&&("load"===t.type?"missing":t.type),n=t&&t.target&&t.target.src;i.message="Loading chunk "+r+" failed.\n("+o+": "+n+")",i.name="ChunkLoadError",i.type=o,i.request=n,a[1](i)}},"chunk-"+r,r)}};var r=(r,t)=>{var a,o,[n,i,u]=t,l=0;if(n.some(r=>0!==e[r])){for(a in i)T.o(i,a)&&(T.m[a]=i[a]);u&&u(T)}for(r&&r(t);l<n.length;l++)o=n[l],T.o(e,o)&&e[o]&&e[o][0](),e[o]=0},t=self.webpackChunk_jupytergis_jupytergis_core=self.webpackChunk_jupytergis_jupytergis_core||[];t.forEach(r.bind(null,0)),t.push=r.bind(null,t.push.bind(t))})(),T.nc=void 0;var A=T(71650);(_JUPYTERLAB=void 0===_JUPYTERLAB?{}:_JUPYTERLAB)["@jupytergis/jupytergis-core"]=A})();
|
|
@@ -62,13 +62,13 @@
|
|
|
62
62
|
},
|
|
63
63
|
{
|
|
64
64
|
"name": "@jupytergis/base",
|
|
65
|
-
"versionInfo": "0.
|
|
65
|
+
"versionInfo": "0.10.0",
|
|
66
66
|
"licenseId": "BSD-3-Clause",
|
|
67
67
|
"extractedText": ""
|
|
68
68
|
},
|
|
69
69
|
{
|
|
70
70
|
"name": "@jupytergis/schema",
|
|
71
|
-
"versionInfo": "0.
|
|
71
|
+
"versionInfo": "0.10.0",
|
|
72
72
|
"licenseId": "BSD-3-Clause",
|
|
73
73
|
"extractedText": ""
|
|
74
74
|
},
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
},
|
|
87
87
|
{
|
|
88
88
|
"name": "@petamoriken/float16",
|
|
89
|
-
"versionInfo": "3.9.
|
|
89
|
+
"versionInfo": "3.9.3",
|
|
90
90
|
"licenseId": "MIT",
|
|
91
91
|
"extractedText": "MIT License\n\nCopyright (c) 2017-2025 Kenta Moriuchi\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
|
|
92
92
|
},
|
|
@@ -470,7 +470,7 @@
|
|
|
470
470
|
},
|
|
471
471
|
{
|
|
472
472
|
"name": "ol",
|
|
473
|
-
"versionInfo": "10.
|
|
473
|
+
"versionInfo": "10.7.0",
|
|
474
474
|
"licenseId": "BSD-2-Clause",
|
|
475
475
|
"extractedText": "BSD 2-Clause License\n\nCopyright 2005-present, OpenLayers Contributors\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n1. Redistributions of source code must retain the above copyright notice, this\n list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright notice,\n this list of conditions and the following disclaimer in the documentation\n and/or other materials provided with the distribution.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\"\nAND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE\nIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE\nDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE\nFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL\nDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR\nSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER\nCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,\nOR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"
|
|
476
476
|
},
|
|
@@ -482,7 +482,7 @@
|
|
|
482
482
|
},
|
|
483
483
|
{
|
|
484
484
|
"name": "ol-stac",
|
|
485
|
-
"versionInfo": "1.0
|
|
485
|
+
"versionInfo": "1.1.0",
|
|
486
486
|
"licenseId": "Apache-2.0",
|
|
487
487
|
"extractedText": " Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n APPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\n Copyright [yyyy] [name of copyright owner]\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n"
|
|
488
488
|
},
|
|
@@ -518,7 +518,7 @@
|
|
|
518
518
|
},
|
|
519
519
|
{
|
|
520
520
|
"name": "proj4",
|
|
521
|
-
"versionInfo": "2.
|
|
521
|
+
"versionInfo": "2.20.2",
|
|
522
522
|
"licenseId": "MIT",
|
|
523
523
|
"extractedText": "## Proj4js -- Javascript reprojection library. \n \nAuthors:\n- Mike Adair madairATdmsolutions.ca\n- Richard Greenwood richATgreenwoodmap.com\n- Didier Richard didier.richardATign.fr\n- Stephen Irons stephen.ironsATclear.net.nz\n- Olivier Terral oterralATgmail.com\n- Calvin Metcalf cmetcalfATappgeo.com\n\nCopyright (c) 2014, Mike Adair, Richard Greenwood, Didier Richard, Stephen Irons, Olivier Terral and Calvin Metcalf\n\n Permission is hereby granted, free of charge, to any person obtaining a\n copy of this software and associated documentation files (the \"Software\"),\n to deal in the Software without restriction, including without limitation\n the rights to use, copy, modify, merge, publish, distribute, sublicense,\n and/or sell copies of the Software, and to permit persons to whom the\n Software is furnished to do so, subject to the following conditions:\n\n The above copyright notice and this permission notice shall be included\n in all copies or substantial portions of the Software.\n\n _THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS\n OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL\n THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER\n DEALINGS IN THE SOFTWARE._\n"
|
|
524
524
|
},
|
|
@@ -560,7 +560,7 @@
|
|
|
560
560
|
},
|
|
561
561
|
{
|
|
562
562
|
"name": "react-day-picker",
|
|
563
|
-
"versionInfo": "9.
|
|
563
|
+
"versionInfo": "9.11.3",
|
|
564
564
|
"licenseId": "MIT",
|
|
565
565
|
"extractedText": "The MIT License (MIT)\n\nCopyright (c) 2014-2025 Giampaolo Bellavite <io@gpbl.dev> and contributors\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
|
|
566
566
|
},
|
|
@@ -572,7 +572,7 @@
|
|
|
572
572
|
},
|
|
573
573
|
{
|
|
574
574
|
"name": "react-remove-scroll",
|
|
575
|
-
"versionInfo": "2.7.
|
|
575
|
+
"versionInfo": "2.7.2",
|
|
576
576
|
"licenseId": "MIT",
|
|
577
577
|
"extractedText": "MIT License\n\nCopyright (c) 2017 Anton Korzunov\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n"
|
|
578
578
|
},
|
|
@@ -590,13 +590,13 @@
|
|
|
590
590
|
},
|
|
591
591
|
{
|
|
592
592
|
"name": "shpjs",
|
|
593
|
-
"versionInfo": "6.
|
|
593
|
+
"versionInfo": "6.2.0",
|
|
594
594
|
"licenseId": "MIT",
|
|
595
|
-
"extractedText": ""
|
|
595
|
+
"extractedText": "The MIT License (MIT)\n=====================\n\nCopyright © 2024 - Calvin Metcalf and other `shapefile-js` contributors.\n\nPermission is hereby granted, free of charge, to any person\nobtaining a copy of this software and associated documentation\nfiles (the “Software”), to deal in the Software without\nrestriction, including without limitation the rights to use,\ncopy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the\nSoftware is furnished to do so, subject to the following\nconditions:\n\nThe above copyright notice and this permission notice shall be\nincluded in all copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND,\nEXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES\nOF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND\nNONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT\nHOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,\nWHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\nFROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR\nOTHER DEALINGS IN THE SOFTWARE.\n\n"
|
|
596
596
|
},
|
|
597
597
|
{
|
|
598
598
|
"name": "stac-js",
|
|
599
|
-
"versionInfo": "0.1.
|
|
599
|
+
"versionInfo": "0.1.9",
|
|
600
600
|
"licenseId": "Apache-2.0",
|
|
601
601
|
"extractedText": " Apache License\n Version 2.0, January 2004\n http://www.apache.org/licenses/\n\n TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION\n\n 1. Definitions.\n\n \"License\" shall mean the terms and conditions for use, reproduction,\n and distribution as defined by Sections 1 through 9 of this document.\n\n \"Licensor\" shall mean the copyright owner or entity authorized by\n the copyright owner that is granting the License.\n\n \"Legal Entity\" shall mean the union of the acting entity and all\n other entities that control, are controlled by, or are under common\n control with that entity. For the purposes of this definition,\n \"control\" means (i) the power, direct or indirect, to cause the\n direction or management of such entity, whether by contract or\n otherwise, or (ii) ownership of fifty percent (50%) or more of the\n outstanding shares, or (iii) beneficial ownership of such entity.\n\n \"You\" (or \"Your\") shall mean an individual or Legal Entity\n exercising permissions granted by this License.\n\n \"Source\" form shall mean the preferred form for making modifications,\n including but not limited to software source code, documentation\n source, and configuration files.\n\n \"Object\" form shall mean any form resulting from mechanical\n transformation or translation of a Source form, including but\n not limited to compiled object code, generated documentation,\n and conversions to other media types.\n\n \"Work\" shall mean the work of authorship, whether in Source or\n Object form, made available under the License, as indicated by a\n copyright notice that is included in or attached to the work\n (an example is provided in the Appendix below).\n\n \"Derivative Works\" shall mean any work, whether in Source or Object\n form, that is based on (or derived from) the Work and for which the\n editorial revisions, annotations, elaborations, or other modifications\n represent, as a whole, an original work of authorship. For the purposes\n of this License, Derivative Works shall not include works that remain\n separable from, or merely link (or bind by name) to the interfaces of,\n the Work and Derivative Works thereof.\n\n \"Contribution\" shall mean any work of authorship, including\n the original version of the Work and any modifications or additions\n to that Work or Derivative Works thereof, that is intentionally\n submitted to Licensor for inclusion in the Work by the copyright owner\n or by an individual or Legal Entity authorized to submit on behalf of\n the copyright owner. For the purposes of this definition, \"submitted\"\n means any form of electronic, verbal, or written communication sent\n to the Licensor or its representatives, including but not limited to\n communication on electronic mailing lists, source code control systems,\n and issue tracking systems that are managed by, or on behalf of, the\n Licensor for the purpose of discussing and improving the Work, but\n excluding communication that is conspicuously marked or otherwise\n designated in writing by the copyright owner as \"Not a Contribution.\"\n\n \"Contributor\" shall mean Licensor and any individual or Legal Entity\n on behalf of whom a Contribution has been received by Licensor and\n subsequently incorporated within the Work.\n\n 2. Grant of Copyright License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n copyright license to reproduce, prepare Derivative Works of,\n publicly display, publicly perform, sublicense, and distribute the\n Work and such Derivative Works in Source or Object form.\n\n 3. Grant of Patent License. Subject to the terms and conditions of\n this License, each Contributor hereby grants to You a perpetual,\n worldwide, non-exclusive, no-charge, royalty-free, irrevocable\n (except as stated in this section) patent license to make, have made,\n use, offer to sell, sell, import, and otherwise transfer the Work,\n where such license applies only to those patent claims licensable\n by such Contributor that are necessarily infringed by their\n Contribution(s) alone or by combination of their Contribution(s)\n with the Work to which such Contribution(s) was submitted. If You\n institute patent litigation against any entity (including a\n cross-claim or counterclaim in a lawsuit) alleging that the Work\n or a Contribution incorporated within the Work constitutes direct\n or contributory patent infringement, then any patent licenses\n granted to You under this License for that Work shall terminate\n as of the date such litigation is filed.\n\n 4. Redistribution. You may reproduce and distribute copies of the\n Work or Derivative Works thereof in any medium, with or without\n modifications, and in Source or Object form, provided that You\n meet the following conditions:\n\n (a) You must give any other recipients of the Work or\n Derivative Works a copy of this License; and\n\n (b) You must cause any modified files to carry prominent notices\n stating that You changed the files; and\n\n (c) You must retain, in the Source form of any Derivative Works\n that You distribute, all copyright, patent, trademark, and\n attribution notices from the Source form of the Work,\n excluding those notices that do not pertain to any part of\n the Derivative Works; and\n\n (d) If the Work includes a \"NOTICE\" text file as part of its\n distribution, then any Derivative Works that You distribute must\n include a readable copy of the attribution notices contained\n within such NOTICE file, excluding those notices that do not\n pertain to any part of the Derivative Works, in at least one\n of the following places: within a NOTICE text file distributed\n as part of the Derivative Works; within the Source form or\n documentation, if provided along with the Derivative Works; or,\n within a display generated by the Derivative Works, if and\n wherever such third-party notices normally appear. The contents\n of the NOTICE file are for informational purposes only and\n do not modify the License. You may add Your own attribution\n notices within Derivative Works that You distribute, alongside\n or as an addendum to the NOTICE text from the Work, provided\n that such additional attribution notices cannot be construed\n as modifying the License.\n\n You may add Your own copyright statement to Your modifications and\n may provide additional or different license terms and conditions\n for use, reproduction, or distribution of Your modifications, or\n for any such Derivative Works as a whole, provided Your use,\n reproduction, and distribution of the Work otherwise complies with\n the conditions stated in this License.\n\n 5. Submission of Contributions. Unless You explicitly state otherwise,\n any Contribution intentionally submitted for inclusion in the Work\n by You to the Licensor shall be under the terms and conditions of\n this License, without any additional terms or conditions.\n Notwithstanding the above, nothing herein shall supersede or modify\n the terms of any separate license agreement you may have executed\n with Licensor regarding such Contributions.\n\n 6. Trademarks. This License does not grant permission to use the trade\n names, trademarks, service marks, or product names of the Licensor,\n except as required for reasonable and customary use in describing the\n origin of the Work and reproducing the content of the NOTICE file.\n\n 7. Disclaimer of Warranty. Unless required by applicable law or\n agreed to in writing, Licensor provides the Work (and each\n Contributor provides its Contributions) on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or\n implied, including, without limitation, any warranties or conditions\n of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A\n PARTICULAR PURPOSE. You are solely responsible for determining the\n appropriateness of using or redistributing the Work and assume any\n risks associated with Your exercise of permissions under this License.\n\n 8. Limitation of Liability. In no event and under no legal theory,\n whether in tort (including negligence), contract, or otherwise,\n unless required by applicable law (such as deliberate and grossly\n negligent acts) or agreed to in writing, shall any Contributor be\n liable to You for damages, including any direct, indirect, special,\n incidental, or consequential damages of any character arising as a\n result of this License or out of the use or inability to use the\n Work (including but not limited to damages for loss of goodwill,\n work stoppage, computer failure or malfunction, or any and all\n other commercial damages or losses), even if such Contributor\n has been advised of the possibility of such damages.\n\n 9. Accepting Warranty or Additional Liability. While redistributing\n the Work or Derivative Works thereof, You may choose to offer,\n and charge a fee for, acceptance of support, warranty, indemnity,\n or other liability obligations and/or rights consistent with this\n License. However, in accepting such obligations, You may act only\n on Your own behalf and on Your sole responsibility, not on behalf\n of any other Contributor, and only if You agree to indemnify,\n defend, and hold each Contributor harmless for any liability\n incurred by, or claims asserted against, such Contributor by reason\n of your accepting any such warranty or additional liability.\n\n END OF TERMS AND CONDITIONS\n\n APPENDIX: How to apply the Apache License to your work.\n\n To apply the Apache License to your work, attach the following\n boilerplate notice, with the fields enclosed by brackets \"[]\"\n replaced with your own identifying information. (Don't include\n the brackets!) The text should be enclosed in the appropriate\n comment syntax for the file format. We also recommend that a\n file or class name and description of purpose be included on the\n same \"printed page\" as the copyright notice for easier\n identification within third-party archives.\n\n Copyright [yyyy] [name of copyright owner]\n\n Licensed under the Apache License, Version 2.0 (the \"License\");\n you may not use this file except in compliance with the License.\n You may obtain a copy of the License at\n\n http://www.apache.org/licenses/LICENSE-2.0\n\n Unless required by applicable law or agreed to in writing, software\n distributed under the License is distributed on an \"AS IS\" BASIS,\n WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n See the License for the specific language governing permissions and\n limitations under the License.\n"
|
|
602
602
|
},
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
jupytergis_core/__init__.py,sha256=sLAtxtMwg2Vwhcq2hCD5uncbwGwcPmpmQmvadLhZsJU,1116
|
|
2
|
+
jupytergis_core/_version.py,sha256=8s1oJxQeqJyYxnU0bVU75FIfuHKLgHdlgyj_X3X6eZs,172
|
|
3
|
+
jupytergis_core/handler.py,sha256=VSbWtNCWxHWqmY1nMdpOrbURGLpaL2xFw5lfsl38NCw,10151
|
|
4
|
+
jupytergis_core/jgis_ydoc.py,sha256=Yee2whYwttA3eyP_tBCSv3dVrzj0L6-tO2xsjF7NHic,3315
|
|
5
|
+
jupytergis_core/schema/__init__.py,sha256=PiiQVxt_33t0Orq9vgF79n4gwTFrpghp_n-BDhHa-NI,1535
|
|
6
|
+
jupytergis_core/schema/interfaces/__init__.py,sha256=N3dtGhakp1t-10ue5vAzYCh9KnO4o9Hzuw6wpx-d9uo,102
|
|
7
|
+
jupytergis_core/schema/interfaces/geojson.py,sha256=o_yYY04qUjXnSlCfHA_mn854bJxerMYTctqKzDkqQMY,10347
|
|
8
|
+
jupytergis_core/schema/interfaces/export/__init__.py,sha256=N3dtGhakp1t-10ue5vAzYCh9KnO4o9Hzuw6wpx-d9uo,102
|
|
9
|
+
jupytergis_core/schema/interfaces/export/exportGeoJson.py,sha256=NLx8NbUM4opq1muTeUgROc7avyea02Ca2Z3tmqcyb48,448
|
|
10
|
+
jupytergis_core/schema/interfaces/export/exportGeoTiff.py,sha256=mul5Bn0h-QvpGNUudpFXc5y4vGS0vTxE9-I8MvYwAQg,814
|
|
11
|
+
jupytergis_core/schema/interfaces/processing/__init__.py,sha256=N3dtGhakp1t-10ue5vAzYCh9KnO4o9Hzuw6wpx-d9uo,102
|
|
12
|
+
jupytergis_core/schema/interfaces/processing/boundingBoxes.py,sha256=7pfqNTo8LSMwJ1QqjrL02xjwHMY4qptHE4Pbf3yBMZM,387
|
|
13
|
+
jupytergis_core/schema/interfaces/processing/buffer.py,sha256=odi8WUphsXYe1tQdxCYrzECMhtH-TBjZ43a5XXQnkEU,652
|
|
14
|
+
jupytergis_core/schema/interfaces/processing/centroids.py,sha256=ACAGSwiLEsmUYToB3nHEvFbhiMFJS6ICVCAr0uMNTic,374
|
|
15
|
+
jupytergis_core/schema/interfaces/processing/concaveHull.py,sha256=GNc5Z9KVLB1sp5t2-IsaFfEAXaz703m8QfTRLUaEPCQ,722
|
|
16
|
+
jupytergis_core/schema/interfaces/processing/convexHull.py,sha256=u7tEE60QHL0begxAa10RteCabwv3zx50GcSfJXpjU0U,378
|
|
17
|
+
jupytergis_core/schema/interfaces/processing/dissolve.py,sha256=RML--SsP_8bn7ZRdGK21A6Wrv0kz72JSAV8zwcBYb3Q,659
|
|
18
|
+
jupytergis_core/schema/interfaces/project/__init__.py,sha256=N3dtGhakp1t-10ue5vAzYCh9KnO4o9Hzuw6wpx-d9uo,102
|
|
19
|
+
jupytergis_core/schema/interfaces/project/jgis.py,sha256=SZ7buayy9UCiWyIZvdeCtxMI5JIaIWq8HDg9cbhhHqo,3374
|
|
20
|
+
jupytergis_core/schema/interfaces/project/layers/__init__.py,sha256=N3dtGhakp1t-10ue5vAzYCh9KnO4o9Hzuw6wpx-d9uo,102
|
|
21
|
+
jupytergis_core/schema/interfaces/project/layers/heatmapLayer.py,sha256=kFiH2ZsqP6AvIegopdk1yDoxzOIVFG_pJ_81M5q3FH0,977
|
|
22
|
+
jupytergis_core/schema/interfaces/project/layers/hillshadeLayer.py,sha256=dgj9nz5AdM5dcP-VpDDBzT2dVKyOM_7hlgOStXRs-6c,511
|
|
23
|
+
jupytergis_core/schema/interfaces/project/layers/imageLayer.py,sha256=u0jNCFFF4GhDPgHfzbMp4Obw9AKMEX6ImNZRlE7C48U,536
|
|
24
|
+
jupytergis_core/schema/interfaces/project/layers/rasterLayer.py,sha256=1y1zjclhRY-mNrE08_jk7r4VLgg7ZTOW7CwMqEGeSzI,538
|
|
25
|
+
jupytergis_core/schema/interfaces/project/layers/stacLayer.py,sha256=6gMj8M1b7r2jxH1_AaXZgWh9_2DAGHuZTPPi-XKElR4,556
|
|
26
|
+
jupytergis_core/schema/interfaces/project/layers/vectorLayer.py,sha256=kO1WIIU2VC23va5b88kFtqvUnQ7IhVo0SsE4ZgQyRTc,1465
|
|
27
|
+
jupytergis_core/schema/interfaces/project/layers/vectorTileLayer.py,sha256=Q7RkJPpshgH9UyJYFeRE5w7Ccesrc0aXuL45eQ9Algw,668
|
|
28
|
+
jupytergis_core/schema/interfaces/project/layers/webGlLayer.py,sha256=NhaNttmCxNI5LeCFurlQvvRuO0VhZ4dT5BEEY0RiTIk,1610
|
|
29
|
+
jupytergis_core/schema/interfaces/project/sources/__init__.py,sha256=N3dtGhakp1t-10ue5vAzYCh9KnO4o9Hzuw6wpx-d9uo,102
|
|
30
|
+
jupytergis_core/schema/interfaces/project/sources/geoJsonSource.py,sha256=wsv49aJ7bn6CkS9cW762q-2rZt_xaWTECOlpU5vuXq0,619
|
|
31
|
+
jupytergis_core/schema/interfaces/project/sources/geoParquetSource.py,sha256=kOSzyh7nuv_E3ztPmAT5VsLbNUGlDjUDnty5Re6pkPk,686
|
|
32
|
+
jupytergis_core/schema/interfaces/project/sources/geoTiffSource.py,sha256=diFDY6KwpfvkLF5D8LIPvzxRaPgnbVZfVu81fvYhnyU,922
|
|
33
|
+
jupytergis_core/schema/interfaces/project/sources/imageSource.py,sha256=W_cr6zGJ-8Wc9aTm8F7aq_mB3vrDXxaVD4EmqvyxEjQ,797
|
|
34
|
+
jupytergis_core/schema/interfaces/project/sources/markerSource.py,sha256=IyFhrpr0kCfmPhan75TGuo6mF1l_d4AG9azz6Y9waDw,629
|
|
35
|
+
jupytergis_core/schema/interfaces/project/sources/rasterDemSource.py,sha256=gyodRkCGXmyiDXMUNRgLVJxsaAo7qybgZ0WNuCbIl8A,709
|
|
36
|
+
jupytergis_core/schema/interfaces/project/sources/rasterSource.py,sha256=Pj4mB2eqXGlNOSVyI5Em40FpWhNWlUHZsGMd41MJWoU,1260
|
|
37
|
+
jupytergis_core/schema/interfaces/project/sources/shapefileSource.py,sha256=pYoL7B86O_giyOiBnP6BlEpRBuFEL8GJDJKlW6MD10k,1002
|
|
38
|
+
jupytergis_core/schema/interfaces/project/sources/vectorTileSource.py,sha256=4bi2t7bvRFXs8rkBv0b6gONuCL5K_AOo0VxBmzG_95c,918
|
|
39
|
+
jupytergis_core/schema/interfaces/project/sources/videoSource.py,sha256=Iw8wvMfXz3zfHVDKJCZVZvOG8XY_5aUQjX6xSdylI5E,735
|
|
40
|
+
jupytergis_core-0.10.0.data/data/etc/jupyter/jupyter_server_config.d/jupytergis_core.json,sha256=CV_X7pENr4UgKxFL4m6f8FGBtrrV5PJazlckMYVrelo,90
|
|
41
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/package.json,sha256=td2InUMluIhnrsDNb-fnJJgQi6GPcLXEUHknDu24-YE,4084
|
|
42
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/schemas/@jupytergis/jupytergis-core/jupytergis-settings.json,sha256=XCaNYORDUF3LjYLby0yBIXRSQIujIslRsBN3m0CTuqI,1180
|
|
43
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/schemas/@jupytergis/jupytergis-core/package.json.orig,sha256=HVF2gL5d2NIatXsxLY9A7IhSmfC6knWUhvLCthh19u8,3942
|
|
44
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/026680ab0cd1523edc87.png,sha256=AmaAqwzRUj7chz7F6hK2yXJLiEPqOibu6akK58TrixA,366859
|
|
45
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/02ff7d503bbd90b21fc4.png,sha256=Av99UDu9kLIfxMpkETnGpUWq5ShYM0IurMXLhPrykZA,54022
|
|
46
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/062a9554f6b4caac9713.png,sha256=BiqVVPa0yqyXExBtgWeeMTcPACeYir3ULoOKDFkdGjg,369976
|
|
47
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/064f37cecb8130ad66e8.png,sha256=Bk83zsuBMK1m6EmLobbOXNgBSn2FKfdHM3I8cg2azPg,431901
|
|
48
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/08da2741746ddab81d04.png,sha256=CNonQXRt2rgdBPPmwxPZQoWyTJygC_FFlui1rDD8NjE,442782
|
|
49
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/0c6a0352b82839119f95.png,sha256=DGoDUrgoORGflUg0ec5VPOpJq2HIcZXHWG0Tc_b99zA,462212
|
|
50
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/13c485bb93f5567f02fd.png,sha256=E8SFu5P1Vn8C_UkRjegepGTR2Q5OxvZwU7Yqczi5L8Y,352109
|
|
51
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/1474207a6b3ca1001e78.png,sha256=FHQgems8oQAeeDOJkw963S94x4PbDI0kXH7NXY8HI78,452291
|
|
52
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/14b98240613d5256c621.png,sha256=FLmCQGE9UlbGIRxinVd5df2Ab5B_1LJOO5TN8Zgze6Y,350745
|
|
53
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/154.234a33e9fcda783cc84b.js,sha256=I0oz6fzaeDzISysmHYTa87exZ8VxvGzJE1Bm4mpfe4g,2735
|
|
54
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/1b97ea0f2b3af717cffa.png,sha256=G5fqDys69xfP-n7rOFljhFCBL8aveo-MwGgHjPuLscg,317122
|
|
55
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/1d440270da19a2f22fee.png,sha256=HUQCcNoZovIv7gEA5ngeodlMG-4S9JOHdB2PtJWby_A,319945
|
|
56
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/1ed164e010f3c0306d15.png,sha256=HtFk4BDzwDBtFds-3GFc5mAuI9x5BnWJjFvHSHMUCjc,237793
|
|
57
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/211.083574a3909f85924cc7.js,sha256=CDV0o5CfhZJMx2VsKArGQLPmqCdSNmOneRfPfs9OD3o,36562
|
|
58
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/2218dfba22fc2b08e948.png,sha256=IhjfuiL8KwjpSDabp4RluScYHx1cj44z3Rm-klkRvuE,130129
|
|
59
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/234.2f0fc49f516ad354aa18.js,sha256=Lw_En1Fq01SqGLWrqW0cOk2rJzrgGuD6NGNYKUWtK5M,355
|
|
60
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/250.a749c8a61c81e7156744.js,sha256=9H4b8zrHi_7s2VVYEo3gO2fXeInrnQgyDFkX50LgEjQ,2640894
|
|
61
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/250.a749c8a61c81e7156744.js.LICENSE.txt,sha256=-nIzJ7R9b_ojmZJmrmEJ9o0znnbc-vhBCoG0eE6NHGk,1971
|
|
62
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/27.6ee794baeb00791424c2.js,sha256=Zc3hMXrsVryrIh4lfqgXAhgznGRc4MmscFvuGTJ6KfM,63310
|
|
63
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/27.6ee794baeb00791424c2.js.LICENSE.txt,sha256=dwQ7H60QoWgzT-QRmxxtmVIE1715m87nofpOOY7yeqE,254
|
|
64
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/2ab791b60c4058e664f8.png,sha256=KreRtgxAWOZk-ATcGaCu3THqXN1cSfwewykUmrGW2NI,561236
|
|
65
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/2b24b6a745c11511f055.png,sha256=KyS2p0XBFRHwVVT7_zThiUAP1xSXgl_7wNVkW3memQQ,568028
|
|
66
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/2d676bc0a01c2cd2fccb.png,sha256=LWdrwKAcLNL8yxG2dNwtoXADgijZuvaaelVhCQgN7Ig,279624
|
|
67
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/2f02309ea499725612ea.png,sha256=LwIwnqSZclYS6uCB7BPwrQ7-qpFi1F6d6odiaDynHmo,542902
|
|
68
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/32c7a73662cceb5bb1d7.png,sha256=MsenNmLM61ux1zTnKQUeboPZrl8wiESG8BL6f9S5Xvw,172231
|
|
69
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/350eec4ce9ae4bc10bca.wasm,sha256=NQ7sTOmuS8ELyv2GIUY-BXq9u4-DcvDY4K8G5rhWGDU,28219835
|
|
70
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/363ca7c5f78deb6fd033.png,sha256=NjynxfeN62_QM_iVvsjjqCRhWhvhTRnuNb33yD9Roqs,445044
|
|
71
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/376.1dc881bb3edbaa917d71.js,sha256=HciBuz7bqpF9cRS3XBrLFg2zvfkjXn4zZfD3XAdJmeE,115764
|
|
72
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/397.075ccafc191603fcad13.js,sha256=B1zK_BkWA_ytE3wVcWeafwxMwfON9BZ5E2mfg0m-72g,23041
|
|
73
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/3ae0bf244442de7efc35.png,sha256=OuC_JERC3n78NY9skKyDMpQ27lruPw3zyS97kfMLpIc,110946
|
|
74
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/3d48be10ffea86eb15de.png,sha256=PUi-EP_qhusV3uzeAW6SKeKROOQ7TpVWUlWxQCEof0A,452348
|
|
75
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/407.e9ba4ebc707a690bc548.js,sha256=6bpOvHB6aQvFSAjUKNvmyJJZUPunBlYkjAgZ-tdcmC4,1468
|
|
76
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/415edc3fa381260cf31e.png,sha256=QV7cP6OBJgzzHuXWpT-CyaZUSVuMDfaiv8EUmaNshr8,18305
|
|
77
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/42cbddf5e883673bc4e2.png,sha256=Qsvd9eiDZzvE4k4EzuKJxh8NM_MYZu6l9cBZHUoRpPQ,100312
|
|
78
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/432.b81aa01fd224321ff376.js,sha256=uBqgH9IkMh_zdp74cAaqRASPJVlQeOXuEN5MPOVDHpM,4160
|
|
79
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/472.5e2408d0777222e455cc.js,sha256=XiQI0HdyIuRVzAC8ye0cS0oWs6CCaaJNCQpCmdkZODo,1705
|
|
80
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/527ef171d5df15dc7da5.png,sha256=Un7xcdXfFdx9pZOMmqdqhPcNrQYT922uUfBnwFoXc2Q,50393
|
|
81
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/542.9766a06057be72a32b09.js,sha256=l2agYFe-cqMrCf8iY7EuSIYjJrKGM2GmpQVvSCsWB-g,2078
|
|
82
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/552.0936beb209d3ea5a1229.js,sha256=CTa-sgnT6loSKT4-FarSOrqKQaIzfgoACJ_4d6jLU2A,46957
|
|
83
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/555.1cd3070a2aa23b05356b.js,sha256=HNMHCiqiOwU1a5Q3uaBrvH6Nua74bMDMgFsyNZ6eW5E,10168
|
|
84
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/5bb02252f243f8c7494f.png,sha256=W7AiUvJD-MdJTzb5-6oUqYYHL15EO6Q8EUAPhxpGxsY,68860
|
|
85
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/5d181edc3c046e1454a1.png,sha256=XRge3DwEbhRUodWb2qnRg26uplipRcQNPJ_3uRoY3tI,39770
|
|
86
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/5f32ad48aefe00e51312.png,sha256=XzKtSK7-AOUTEiTFucknE5RgNRq-Q_Dk4u0yB1zBBRs,283800
|
|
87
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/618.f4d7698f69b3ad75e162.js,sha256=9Ndpj2mzrXXhYr5fEI1vg1VMcvL63tmrljAtz2Icq3M,269
|
|
88
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/6e4f6b4d0dfca3bd4450.png,sha256=bk9rTQ38o71EUB8W3nqqTHpydfdBNXyp1LTsoqamOYU,1827
|
|
89
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/71d436fb44627b6bfbd7.png,sha256=cdQ2-0Rie2v71zXnyLz2-kehRnO3cQL7emrTyXr24G4,479740
|
|
90
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/7b225dc2d37cd3582156.png,sha256=eyJdwtN801ghVjAy9u9ShUf7k2p9BE_5_hAQyKE5vME,420024
|
|
91
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/803.5f3759c98814aa602705.js,sha256=6Xirg17YmxRtSaOZ5m5NctFeC9P-QFZR7vGI1gRq8Bs,122343
|
|
92
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/803.5f3759c98814aa602705.js.LICENSE.txt,sha256=e5rXKlIVk9PRn8cQPr8kfCfz1Paakt2urafpaM7lFGg,95
|
|
93
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/843ab141e62516b9df5c.png,sha256=hDqxQeYlFrnfXKeadz-6fR3HrDRnbWq0iAFC5fZc0Mk,531141
|
|
94
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/875.3862770905b6ec887529.js,sha256=OGJ3CQW27Ih1KYpb_yVv0uuuI_ikcXVecPfrWIFAlNo,376353
|
|
95
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/8814e17f6b110e8f3e42.png,sha256=iBThf2sRDo8-QuSMOcEC5GELV-vOVBuolIFeaul3Yeg,12393
|
|
96
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/88b2ae0d29edb684eae5.png,sha256=iLKuDSnttoTq5UuchdlEaTehtkEMBYjRaFNJl4gfnGo,142837
|
|
97
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/971a42d174dd17b9451a.png,sha256=lxpC0XTdF7lFGjg1D95kXGdnntg94bf_7nh_Jh2dZP8,431668
|
|
98
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/991.9dbbbf18ad1725320b95.js,sha256=nbu_GK0XJTILlUw-P7FF4S2__wMAvjUT1NLmXNF_fKs,34135
|
|
99
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/a3c609f5bff95a7a53be.png,sha256=o8YJ9b_5WnpTvoP-3DJ4TsxRLFj3lidoJSr0xRYkfDc,308268
|
|
100
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/a86d626c9ed2e222d190.png,sha256=qG1ibJ7S4iLRkJVSxLzQrZeKDvq-vVcjCO6VTBPFxZY,547995
|
|
101
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/a9e286b0c0264a9fc737.png,sha256=qeKGsMAmSp_HN7cbFdpn5nzor3Dta6GI2TNMO5hyuFU,327218
|
|
102
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/ab309078b494f850430a.png,sha256=qzCQeLSU-FBDCqE40wX7JP6PCBce7pUjP8HhegICDW4,69110
|
|
103
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/b15e3989b7b90b5a8d9d.png,sha256=sV45ibe5C1qNndsNS5QVe8WvyTZLQlUEI0hxepKpskU,24477
|
|
104
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/b36717fbb06f21d53b01.png,sha256=s2cX-7BvIdU7AWGKYp3fWjFxCgSQr9rIG5y1OUmb-Xs,257756
|
|
105
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/ba4b6e82fe5a816c40a5.png,sha256=uktugv5agWxApf3G1tsN4XGkKPyk_bEl4nCV_2xILTI,108855
|
|
106
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/bb2b310570da7a3587e9.png,sha256=uysxBXDaejWH6c7H6nb5ZrNM9FONjROGcFST0558Jmw,1930
|
|
107
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/be92bcf7bb99753b4b3d.png,sha256=vpK897uZdTtLPfLqAMXYqx6wpOYyzCpA36cy-FxF1eM,36786
|
|
108
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/c2ffa011d7f52a0ddf45.png,sha256=wv-gEdf1Kg3fRRrllbiGcvzL8IHTQNDIo5vSBAP5PVY,568377
|
|
109
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/d83457b1b925c1718f6d.png,sha256=2DRXsbklwXGPbaqI2gpSzHS3_KxNOx8RnK5l8C8iBqc,17852
|
|
110
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/e473e1e9f20af114bbb4.data,sha256=5HPh6fIK8RS7tJHZz37xVJhnCKfsdjsiGBxeXwEviJ4,11595145
|
|
111
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/f2617180c6907263a7ff.png,sha256=8mFxgMaQcmOn_zg5CctHUSEG86rccY22EDiV7K_WXWw,62650
|
|
112
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/fe99a6dbf5a71d308989.png,sha256=_pmm2_WnHTCJidssHYSpOnBx-s_0jkj2kZsYRBpzX5o,530602
|
|
113
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/remoteEntry.2bb7bef2a307eb614492.js,sha256=K7e-8qMH62FEkmO8LLJpLhEu6HBkgk7_cP61dEHmRic,11451
|
|
114
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/style.js,sha256=g-u07NhwojMBj_0iNeJCJ_gEBVW7Pmt1VqjTGoAynKk,170
|
|
115
|
+
jupytergis_core-0.10.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-core/static/third-party-licenses.json,sha256=vhd-fXjQMDNGPNxxkd8xiBR3xDL1nxhRX1cJjJNbN4E,244399
|
|
116
|
+
jupytergis_core-0.10.0.dist-info/METADATA,sha256=BqtUmnr8H82XxoHJLBjgGtoQgPm12llz__LTxm3-Yrc,2925
|
|
117
|
+
jupytergis_core-0.10.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
118
|
+
jupytergis_core-0.10.0.dist-info/entry_points.txt,sha256=kAnz_pUpRTtFL8hibChlanokZH0yEGcBDnbs1hJzHGw,54
|
|
119
|
+
jupytergis_core-0.10.0.dist-info/licenses/LICENSE,sha256=VblFgHMsSan_kg15lNsI-YHIqUOUNXGptcoaX2yDDhU,1531
|
|
120
|
+
jupytergis_core-0.10.0.dist-info/RECORD,,
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";(self.webpackChunk_jupytergis_jupytergis_core=self.webpackChunk_jupytergis_jupytergis_core||[]).push([[154],{74660:(e,t,r)=>{function n(e,t){let r=e.length-t,n=0;do{for(let r=t;r>0;r--)e[n+t]+=e[n],n++;r-=t}while(r>0)}function o(e,t,r){let n=0,o=e.length;const i=o/r;for(;o>t;){for(let r=t;r>0;--r)e[n+t]+=e[n],++n;o-=t}const s=e.slice();for(let t=0;t<i;++t)for(let n=0;n<r;++n)e[r*t+n]=s[(r-n-1)*i+t]}r.d(t,{A:()=>i});class i{async decode(e,t){const r=await this.decodeBlock(t),i=e.Predictor||1;if(1!==i){const t=!e.StripOffsets;return function(e,t,r,i,s,l){if(!t||1===t)return e;for(let e=0;e<s.length;++e){if(s[e]%8!=0)throw new Error("When decoding with predictor, only multiple of 8 bits are supported.");if(s[e]!==s[0])throw new Error("When decoding with predictor, all samples must have the same size.")}const c=s[0]/8,f=2===l?1:s.length;for(let l=0;l<i&&!(l*f*r*c>=e.byteLength);++l){let i;if(2===t){switch(s[0]){case 8:i=new Uint8Array(e,l*f*r*c,f*r*c);break;case 16:i=new Uint16Array(e,l*f*r*c,f*r*c/2);break;case 32:i=new Uint32Array(e,l*f*r*c,f*r*c/4);break;default:throw new Error(`Predictor 2 not allowed with ${s[0]} bits per sample.`)}n(i,f)}else 3===t&&(i=new Uint8Array(e,l*f*r*c,f*r*c),o(i,f,c))}return e}(r,i,t?e.TileWidth:e.ImageWidth,t?e.TileLength:e.RowsPerStrip||e.ImageLength,e.BitsPerSample,e.PlanarConfiguration)}return r}}},87154:(e,t,r)=>{r.r(t),r.d(t,{default:()=>i});var n=r(74660);function o(e,t){for(let r=t.length-1;r>=0;r--)e.push(t[r]);return e}class i extends n.A{decodeBlock(e){return function(e){const t=new Uint16Array(4093),r=new Uint8Array(4093);for(let e=0;e<=257;e++)t[e]=4096,r[e]=e;let n=258,i=9,s=0;function l(){n=258,i=9}function c(e){const t=function(e,t,r){const n=t%8,o=Math.floor(t/8),i=8-n,s=t+r-8*(o+1);let l=8*(o+2)-(t+r);const c=8*(o+2)-t;if(l=Math.max(0,l),o>=e.length)return console.warn("ran off the end of the buffer before finding EOI_CODE (end on input code)"),257;let f=e[o]&2**(8-n)-1;f<<=r-i;let a=f;if(o+1<e.length){let t=e[o+1]>>>l;t<<=Math.max(0,r-c),a+=t}if(s>8&&o+2<e.length){const n=8*(o+3)-(t+r);a+=e[o+2]>>>n}return a}(e,s,i);return s+=i,t}function f(e,o){return r[n]=o,t[n]=e,n++,n-1}function a(e){const n=[];for(let o=e;4096!==o;o=t[o])n.push(r[o]);return n}const u=[];l();const h=new Uint8Array(e);let d,w=c(h);for(;257!==w;){if(256===w){for(l(),w=c(h);256===w;)w=c(h);if(257===w)break;if(w>256)throw new Error(`corrupted code at scanline ${w}`);o(u,a(w)),d=w}else if(w<n){const e=a(w);o(u,e),f(d,e[e.length-1]),d=w}else{const e=a(d);if(!e)throw new Error(`Bogus entry. Not in dictionary, ${d} / ${n}, position: ${s}`);o(u,e),u.push(e[e.length-1]),f(d,e[e.length-1]),d=w}n+1>=2**i&&(12===i?d=void 0:i++),w=c(h)}return new Uint8Array(u)}(e).buffer}}}}]);
|