geoai-py 0.2.0__py2.py3-none-any.whl → 0.2.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 CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  __author__ = """Qiusheng Wu"""
4
4
  __email__ = "giswqs@gmail.com"
5
- __version__ = "0.2.0"
5
+ __version__ = "0.2.1"
6
6
 
7
7
 
8
8
  import os
@@ -29,5 +29,7 @@ def set_proj_lib_path():
29
29
  return
30
30
 
31
31
 
32
- set_proj_lib_path()
32
+ if "google.colab" not in sys.modules:
33
+ set_proj_lib_path()
34
+
33
35
  from .geoai import *
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: geoai-py
3
- Version: 0.2.0
3
+ Version: 0.2.1
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
@@ -24,8 +24,8 @@ Requires-Dist: jupyter-server-proxy
24
24
  Requires-Dist: leafmap
25
25
  Requires-Dist: localtileserver
26
26
  Requires-Dist: overturemaps
27
- Requires-Dist: planetary_computer
28
- Requires-Dist: pystac_client
27
+ Requires-Dist: planetary-computer
28
+ Requires-Dist: pystac-client
29
29
  Requires-Dist: rasterio
30
30
  Requires-Dist: rioxarray
31
31
  Requires-Dist: scikit-learn
@@ -112,6 +112,12 @@ pip install geoai-py
112
112
  conda install -c conda-forge geoai
113
113
  ```
114
114
 
115
+ ### Using mamba
116
+
117
+ ```bash
118
+ mamba install -c conda-forge geoai
119
+ ```
120
+
115
121
  ## 📋 Documentation
116
122
 
117
123
  Comprehensive documentation is available at [https://geoai.gishub.org](https://geoai.gishub.org), including:
@@ -1,13 +1,13 @@
1
- geoai/__init__.py,sha256=9U65kN5xD2e8TOuHCXuyvHFDZnuzKxIt-a1yhnzSD34,880
1
+ geoai/__init__.py,sha256=VK7J2Y0GS1zFvaA61lVyGcGPHyyavg1tAiPOMhormGc,923
2
2
  geoai/common.py,sha256=Q_KTGUtJj3RwBGdQLTNGjjtBh_beJ8iBkDg3xR7yx6c,15131
3
3
  geoai/download.py,sha256=4GiDmLrp2wKslgfm507WeZrwOdYcMekgQXxWGbl5cBw,13094
4
4
  geoai/extract.py,sha256=Fh29d5Fj60YiqhMs62lzkd9T_ONTp2UZ4j98We769sg,31563
5
5
  geoai/geoai.py,sha256=TmR7x1uL51G5oAjw0AQWnC5VQtLWDygyFLrDIj46xNc,86
6
6
  geoai/preprocess.py,sha256=dI3N-xdtDUXYY46nb_SSC7c5G_F1qvGC0HF0bUWKb8A,82824
7
7
  geoai/segmentation.py,sha256=Vcymnhwl_xikt4v9x8CYJq_vId9R1gB7-YzLfwg-F9M,11372
8
- geoai_py-0.2.0.dist-info/LICENSE,sha256=vN2L5U7cZ6ZkOHFmc8WiGlsogWsZc5dllMeNxnKVOZg,1070
9
- geoai_py-0.2.0.dist-info/METADATA,sha256=ZY0Rx5zUI9-l8B_lFChyp9VUpt17CbvrpUAgNv85TGo,5373
10
- geoai_py-0.2.0.dist-info/WHEEL,sha256=rF4EZyR2XVS6irmOHQIJx2SUqXLZKRMUrjsg8UwN-XQ,109
11
- geoai_py-0.2.0.dist-info/entry_points.txt,sha256=uGp3Az3HURIsRHP9v-ys0hIbUuBBNUfXv6VbYHIXeg4,41
12
- geoai_py-0.2.0.dist-info/top_level.txt,sha256=1YkCUWu-ii-0qIex7kbwAvfei-gos9ycyDyUCJPNWHY,6
13
- geoai_py-0.2.0.dist-info/RECORD,,
8
+ geoai_py-0.2.1.dist-info/LICENSE,sha256=vN2L5U7cZ6ZkOHFmc8WiGlsogWsZc5dllMeNxnKVOZg,1070
9
+ geoai_py-0.2.1.dist-info/METADATA,sha256=FvpsWwkFLOQXf-ay6hKDkeMQ1okhD93eSWw_RO6OmSE,5438
10
+ geoai_py-0.2.1.dist-info/WHEEL,sha256=rF4EZyR2XVS6irmOHQIJx2SUqXLZKRMUrjsg8UwN-XQ,109
11
+ geoai_py-0.2.1.dist-info/entry_points.txt,sha256=uGp3Az3HURIsRHP9v-ys0hIbUuBBNUfXv6VbYHIXeg4,41
12
+ geoai_py-0.2.1.dist-info/top_level.txt,sha256=1YkCUWu-ii-0qIex7kbwAvfei-gos9ycyDyUCJPNWHY,6
13
+ geoai_py-0.2.1.dist-info/RECORD,,