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 CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  __author__ = """Qiusheng Wu"""
4
4
  __email__ = "giswqs@gmail.com"
5
- __version__ = "0.9.1"
5
+ __version__ = "0.9.2"
6
6
 
7
7
 
8
8
  import os
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, name="Basemap", **basemap_args)
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,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: geoai-py
3
- Version: 0.9.1
3
+ Version: 0.9.2
4
4
  Summary: A Python package for using Artificial Intelligence (AI) with geospatial data
5
5
  Author-email: Qiusheng Wu <giswqs@gmail.com>
6
6
  License: MIT License
@@ -1,4 +1,4 @@
1
- geoai/__init__.py,sha256=kKhbJueAgebEbAHDJ0qn3PMl5C_JZR93qvBtwhGtImk,3765
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=PrqF1hMvmsd_nIJYTOZUDo4TAYfHsAWdadkPaAhoPec,300406
14
- geoai_py-0.9.1.dist-info/licenses/LICENSE,sha256=vN2L5U7cZ6ZkOHFmc8WiGlsogWsZc5dllMeNxnKVOZg,1070
15
- geoai_py-0.9.1.dist-info/METADATA,sha256=j2ouzTmHTBIQf4DqT-tRcZQDrIq4L4pLvTyyU9IrO78,6763
16
- geoai_py-0.9.1.dist-info/WHEEL,sha256=JNWh1Fm1UdwIQV075glCn4MVuCRs0sotJIq-J6rbxCU,109
17
- geoai_py-0.9.1.dist-info/entry_points.txt,sha256=uGp3Az3HURIsRHP9v-ys0hIbUuBBNUfXv6VbYHIXeg4,41
18
- geoai_py-0.9.1.dist-info/top_level.txt,sha256=1YkCUWu-ii-0qIex7kbwAvfei-gos9ycyDyUCJPNWHY,6
19
- geoai_py-0.9.1.dist-info/RECORD,,
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,,