geoai-py 0.11.0__py2.py3-none-any.whl → 0.11.1__py2.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.
- geoai/__init__.py +1 -1
- geoai/utils.py +2 -1
- {geoai_py-0.11.0.dist-info → geoai_py-0.11.1.dist-info}/METADATA +1 -1
- {geoai_py-0.11.0.dist-info → geoai_py-0.11.1.dist-info}/RECORD +8 -8
- {geoai_py-0.11.0.dist-info → geoai_py-0.11.1.dist-info}/WHEEL +0 -0
- {geoai_py-0.11.0.dist-info → geoai_py-0.11.1.dist-info}/entry_points.txt +0 -0
- {geoai_py-0.11.0.dist-info → geoai_py-0.11.1.dist-info}/licenses/LICENSE +0 -0
- {geoai_py-0.11.0.dist-info → geoai_py-0.11.1.dist-info}/top_level.txt +0 -0
geoai/__init__.py
CHANGED
geoai/utils.py
CHANGED
@@ -64,7 +64,7 @@ def view_raster(
|
|
64
64
|
client_args: Optional[Dict] = {"cors_all": False},
|
65
65
|
basemap: Optional[str] = "OpenStreetMap",
|
66
66
|
basemap_args: Optional[Dict] = None,
|
67
|
-
backend: Optional[str] = "
|
67
|
+
backend: Optional[str] = "ipyleaflet",
|
68
68
|
**kwargs: Any,
|
69
69
|
) -> Any:
|
70
70
|
"""
|
@@ -87,6 +87,7 @@ def view_raster(
|
|
87
87
|
client_args (Optional[Dict], optional): Additional arguments for the client. Defaults to {"cors_all": False}.
|
88
88
|
basemap (Optional[str], optional): The basemap to use. Defaults to "OpenStreetMap".
|
89
89
|
basemap_args (Optional[Dict], optional): Additional arguments for the basemap. Defaults to None.
|
90
|
+
backend (Optional[str], optional): The backend to use. Defaults to "ipyleaflet".
|
90
91
|
**kwargs (Any): Additional keyword arguments.
|
91
92
|
|
92
93
|
Returns:
|
@@ -1,4 +1,4 @@
|
|
1
|
-
geoai/__init__.py,sha256=
|
1
|
+
geoai/__init__.py,sha256=bf-BQ8_LOIWMsCC_0MMLRSBoeskwphJeLXAqyAHtuG8,3851
|
2
2
|
geoai/change_detection.py,sha256=XkJjMEU1nD8uX3-nQy7NEmz8cukVeSaRxKJHlrv8xPM,59636
|
3
3
|
geoai/classify.py,sha256=0DcComVR6vKU4qWtH2oHVeXc7ZTcV0mFvdXRtlNmolo,35637
|
4
4
|
geoai/detectron2.py,sha256=dOOFM9M9-6PV8q2A4-mnIPrz7yTo-MpEvDiAW34nl0w,14610
|
@@ -12,10 +12,10 @@ geoai/sam.py,sha256=O6S-kGiFn7YEcFbfWFItZZQOhnsm6-GlunxQLY0daEs,34345
|
|
12
12
|
geoai/segment.py,sha256=yBGTxA-ti8lBpk7WVaBOp6yP23HkaulKJQk88acrmZ0,43788
|
13
13
|
geoai/segmentation.py,sha256=7yEzBSKCyHW1dNssoK0rdvhxi2IXsIQIFSga817KdI4,11535
|
14
14
|
geoai/train.py,sha256=r9eioaBpc2eg6hckkGVI3aGhQZffKas_UVRj-AWruu8,136049
|
15
|
-
geoai/utils.py,sha256=
|
16
|
-
geoai_py-0.11.
|
17
|
-
geoai_py-0.11.
|
18
|
-
geoai_py-0.11.
|
19
|
-
geoai_py-0.11.
|
20
|
-
geoai_py-0.11.
|
21
|
-
geoai_py-0.11.
|
15
|
+
geoai/utils.py,sha256=Vg8vNuIZ2PvmwPGAIZHN_1dHw4jC9ddjM_GmdkFN1KA,300899
|
16
|
+
geoai_py-0.11.1.dist-info/licenses/LICENSE,sha256=vN2L5U7cZ6ZkOHFmc8WiGlsogWsZc5dllMeNxnKVOZg,1070
|
17
|
+
geoai_py-0.11.1.dist-info/METADATA,sha256=7RYVHCX_BzOQXPiXg9hsejDQM4lUQaLKvO-22xLq0ow,6764
|
18
|
+
geoai_py-0.11.1.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
|
19
|
+
geoai_py-0.11.1.dist-info/entry_points.txt,sha256=uGp3Az3HURIsRHP9v-ys0hIbUuBBNUfXv6VbYHIXeg4,41
|
20
|
+
geoai_py-0.11.1.dist-info/top_level.txt,sha256=1YkCUWu-ii-0qIex7kbwAvfei-gos9ycyDyUCJPNWHY,6
|
21
|
+
geoai_py-0.11.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|