geoai-py 0.9.1__py2.py3-none-any.whl → 0.9.2__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 +1 -1
- {geoai_py-0.9.1.dist-info → geoai_py-0.9.2.dist-info}/METADATA +1 -1
- {geoai_py-0.9.1.dist-info → geoai_py-0.9.2.dist-info}/RECORD +8 -8
- {geoai_py-0.9.1.dist-info → geoai_py-0.9.2.dist-info}/WHEEL +0 -0
- {geoai_py-0.9.1.dist-info → geoai_py-0.9.2.dist-info}/entry_points.txt +0 -0
- {geoai_py-0.9.1.dist-info → geoai_py-0.9.2.dist-info}/licenses/LICENSE +0 -0
- {geoai_py-0.9.1.dist-info → geoai_py-0.9.2.dist-info}/top_level.txt +0 -0
geoai/__init__.py
CHANGED
geoai/utils.py
CHANGED
@@ -1251,7 +1251,7 @@ def create_split_map(
|
|
1251
1251
|
if basemap.startswith("http"):
|
1252
1252
|
m.add_cog_layer(basemap, name="Basemap", **basemap_args)
|
1253
1253
|
else:
|
1254
|
-
m.add_raster(basemap,
|
1254
|
+
m.add_raster(basemap, layer_name="Basemap", **basemap_args)
|
1255
1255
|
else:
|
1256
1256
|
m.add_basemap(basemap)
|
1257
1257
|
m.split_map(
|
@@ -1,4 +1,4 @@
|
|
1
|
-
geoai/__init__.py,sha256=
|
1
|
+
geoai/__init__.py,sha256=Udtv5X0N90h8vLLPvjQuib_iAMGQl5LjYbM7aZJATzk,3765
|
2
2
|
geoai/change_detection.py,sha256=DUhC8nqOYL2cKSuc1s7G4tw9tFb7armDIS84mHulSnE,59552
|
3
3
|
geoai/classify.py,sha256=0DcComVR6vKU4qWtH2oHVeXc7ZTcV0mFvdXRtlNmolo,35637
|
4
4
|
geoai/detectron2.py,sha256=dOOFM9M9-6PV8q2A4-mnIPrz7yTo-MpEvDiAW34nl0w,14610
|
@@ -10,10 +10,10 @@ geoai/sam.py,sha256=O6S-kGiFn7YEcFbfWFItZZQOhnsm6-GlunxQLY0daEs,34345
|
|
10
10
|
geoai/segment.py,sha256=yBGTxA-ti8lBpk7WVaBOp6yP23HkaulKJQk88acrmZ0,43788
|
11
11
|
geoai/segmentation.py,sha256=7yEzBSKCyHW1dNssoK0rdvhxi2IXsIQIFSga817KdI4,11535
|
12
12
|
geoai/train.py,sha256=k-nniOSRSZgwItBPukvFhTfTymAIAGPlCDoNYOV8S5Y,135885
|
13
|
-
geoai/utils.py,sha256=
|
14
|
-
geoai_py-0.9.
|
15
|
-
geoai_py-0.9.
|
16
|
-
geoai_py-0.9.
|
17
|
-
geoai_py-0.9.
|
18
|
-
geoai_py-0.9.
|
19
|
-
geoai_py-0.9.
|
13
|
+
geoai/utils.py,sha256=MK9zaijX4v_UnPdvsee8S4W2-ZPr09TgzNrkMF0oqVQ,300412
|
14
|
+
geoai_py-0.9.2.dist-info/licenses/LICENSE,sha256=vN2L5U7cZ6ZkOHFmc8WiGlsogWsZc5dllMeNxnKVOZg,1070
|
15
|
+
geoai_py-0.9.2.dist-info/METADATA,sha256=Bd3lQwAWMSV2spDncP7iaceKSmQWAkogGv5K_NLg_Ww,6763
|
16
|
+
geoai_py-0.9.2.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
|
17
|
+
geoai_py-0.9.2.dist-info/entry_points.txt,sha256=uGp3Az3HURIsRHP9v-ys0hIbUuBBNUfXv6VbYHIXeg4,41
|
18
|
+
geoai_py-0.9.2.dist-info/top_level.txt,sha256=1YkCUWu-ii-0qIex7kbwAvfei-gos9ycyDyUCJPNWHY,6
|
19
|
+
geoai_py-0.9.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|