jupytergis-lab 0.4.5__py3-none-any.whl → 0.5.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. jupytergis_lab/_version.py +1 -1
  2. jupytergis_lab/notebook/explore.py +4 -4
  3. jupytergis_lab/notebook/gis_document.py +1 -1
  4. {jupytergis_lab-0.4.5.data → jupytergis_lab-0.5.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/package.json +4 -4
  5. jupytergis_lab-0.5.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/432.c9ac1551a28b0189d4b3.js +1 -0
  6. jupytergis_lab-0.5.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/484.1e1e78276dfe49d0de97.js +1 -0
  7. jupytergis_lab-0.4.5.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/remoteEntry.4b4db2d5f1ccde6ba0de.js → jupytergis_lab-0.5.0.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/remoteEntry.5cdf3f10821b0262016a.js +1 -1
  8. {jupytergis_lab-0.4.5.data → jupytergis_lab-0.5.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/third-party-licenses.json +1 -1
  9. {jupytergis_lab-0.4.5.dist-info → jupytergis_lab-0.5.0.dist-info}/METADATA +1 -1
  10. jupytergis_lab-0.5.0.dist-info/RECORD +21 -0
  11. jupytergis_lab/notebook/objects/__init__.py +0 -22
  12. jupytergis_lab/notebook/objects/_schema/__init__.py +0 -3
  13. jupytergis_lab/notebook/objects/_schema/export/__init__.py +0 -3
  14. jupytergis_lab/notebook/objects/_schema/export/exportGeojson.py +0 -18
  15. jupytergis_lab/notebook/objects/_schema/export/exportGeotiff.py +0 -28
  16. jupytergis_lab/notebook/objects/_schema/geojson.py +0 -502
  17. jupytergis_lab/notebook/objects/_schema/geojsonsource.py +0 -20
  18. jupytergis_lab/notebook/objects/_schema/processing/__init__.py +0 -3
  19. jupytergis_lab/notebook/objects/_schema/processing/buffer.py +0 -23
  20. jupytergis_lab/notebook/objects/_schema/processing/dissolve.py +0 -24
  21. jupytergis_lab/notebook/objects/_schema/project/__init__.py +0 -3
  22. jupytergis_lab/notebook/objects/_schema/project/jgis.py +0 -135
  23. jupytergis_lab/notebook/objects/_schema/project/layers/__init__.py +0 -3
  24. jupytergis_lab/notebook/objects/_schema/project/layers/heatmapLayer.py +0 -30
  25. jupytergis_lab/notebook/objects/_schema/project/layers/hillshadeLayer.py +0 -19
  26. jupytergis_lab/notebook/objects/_schema/project/layers/imageLayer.py +0 -19
  27. jupytergis_lab/notebook/objects/_schema/project/layers/rasterlayer.py +0 -19
  28. jupytergis_lab/notebook/objects/_schema/project/layers/vectorTileLayer.py +0 -30
  29. jupytergis_lab/notebook/objects/_schema/project/layers/vectorlayer.py +0 -64
  30. jupytergis_lab/notebook/objects/_schema/project/layers/webGlLayer.py +0 -57
  31. jupytergis_lab/notebook/objects/_schema/project/sources/__init__.py +0 -3
  32. jupytergis_lab/notebook/objects/_schema/project/sources/geoTiffSource.py +0 -27
  33. jupytergis_lab/notebook/objects/_schema/project/sources/imageSource.py +0 -29
  34. jupytergis_lab/notebook/objects/_schema/project/sources/rasterDemSource.py +0 -23
  35. jupytergis_lab/notebook/objects/_schema/project/sources/rastersource.py +0 -36
  36. jupytergis_lab/notebook/objects/_schema/project/sources/shapefileSource.py +0 -31
  37. jupytergis_lab/notebook/objects/_schema/project/sources/vectortilesource.py +0 -27
  38. jupytergis_lab/notebook/objects/_schema/project/sources/videoSource.py +0 -30
  39. jupytergis_lab-0.4.5.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/432.bb0ae93e813eefae7236.js +0 -1
  40. jupytergis_lab-0.4.5.data/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/484.8ba570bf2020ec490e49.js +0 -1
  41. jupytergis_lab-0.4.5.dist-info/RECORD +0 -49
  42. {jupytergis_lab-0.4.5.data → jupytergis_lab-0.5.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/install.json +0 -0
  43. {jupytergis_lab-0.4.5.data → jupytergis_lab-0.5.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/234.c2d7ed33ae9ca2244b0d.js +0 -0
  44. {jupytergis_lab-0.4.5.data → jupytergis_lab-0.5.0.data}/data/share/jupyter/labextensions/@jupytergis/jupytergis-lab/static/style.js +0 -0
  45. {jupytergis_lab-0.4.5.dist-info → jupytergis_lab-0.5.0.dist-info}/WHEEL +0 -0
  46. {jupytergis_lab-0.4.5.dist-info → jupytergis_lab-0.5.0.dist-info}/licenses/LICENSE +0 -0