geoai-py 0.5.4__py2.py3-none-any.whl → 0.5.5__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.5.4"
5
+ __version__ = "0.5.5"
6
6
 
7
7
 
8
8
  import os
geoai/download.py CHANGED
@@ -905,7 +905,7 @@ def pc_stac_download(
905
905
  items,
906
906
  output_dir=".",
907
907
  assets=None,
908
- max_workers=4,
908
+ max_workers=1,
909
909
  skip_existing=True,
910
910
  ):
911
911
  """
@@ -922,7 +922,7 @@ def pc_stac_download(
922
922
  assets (list, optional): List of asset keys to download. If None,
923
923
  downloads all available assets. Defaults to None.
924
924
  max_workers (int, optional): Maximum number of concurrent download threads.
925
- Defaults to 4.
925
+ Defaults to 1.
926
926
  skip_existing (bool, optional): Skip download if the file already exists.
927
927
  Defaults to True.
928
928
  sign_urls (bool, optional): Whether to sign URLs for authenticated access.
geoai/geoai.py CHANGED
@@ -11,6 +11,8 @@ from .download import (
11
11
  download_naip,
12
12
  download_overture_buildings,
13
13
  download_pc_stac_item,
14
+ get_overture_data,
15
+ extract_building_stats,
14
16
  pc_collection_list,
15
17
  pc_item_asset_list,
16
18
  pc_stac_search,
geoai/utils.py CHANGED
@@ -6235,7 +6235,7 @@ def download_model_from_hf(model_path, repo_id=None):
6235
6235
  # Define the repository ID and model filename
6236
6236
  if repo_id is None:
6237
6237
  print(
6238
- "Repo is is not specified, using default Hugging Face repo_id: giswqs/geoai"
6238
+ "Repo is not specified, using default Hugging Face repo_id: giswqs/geoai"
6239
6239
  )
6240
6240
  repo_id = "giswqs/geoai"
6241
6241
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: geoai-py
3
- Version: 0.5.4
3
+ Version: 0.5.5
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
@@ -0,0 +1,16 @@
1
+ geoai/__init__.py,sha256=IOmIEHpwSXTIcrja0XC9W8ltKl6LfHEFUHSaFedMhAI,3765
2
+ geoai/classify.py,sha256=_e-193QzAx3pIxUflPIsIs1qZevQx5ADu7i3bOL1G70,35055
3
+ geoai/download.py,sha256=PjGiPP8Q37_3XU1R4aWxu8iDIHVOBpHoJGGdrPDWchw,40892
4
+ geoai/extract.py,sha256=GocJufMmrwEWxNBL1J91EXXHL8AKcO8m_lmtUF5AKPw,119102
5
+ geoai/geoai.py,sha256=qstOl2BKlvaVndrldUN3v-t--v0qMEFkKKvmH0FhGuc,9321
6
+ geoai/hf.py,sha256=mLKGxEAS5eHkxZLwuLpYc1o7e3-7QIXdBv-QUY-RkFk,17072
7
+ geoai/segment.py,sha256=g3YW17ftr--CKq6VB32TJEPY8owGQ7uQ0sg_tUT2ooE,13681
8
+ geoai/segmentation.py,sha256=AtPzCvguHAEeuyXafa4bzMFATvltEYcah1B8ZMfkM_s,11373
9
+ geoai/train.py,sha256=mQXat2yuddT-2rME4xnX_m3SkY23E_-zdxLnBIKxw8o,44091
10
+ geoai/utils.py,sha256=dzoOOI30JK8Moj-ygKLtx-dOW2_b7MIKRXQ__gzfg9o,244383
11
+ geoai_py-0.5.5.dist-info/licenses/LICENSE,sha256=vN2L5U7cZ6ZkOHFmc8WiGlsogWsZc5dllMeNxnKVOZg,1070
12
+ geoai_py-0.5.5.dist-info/METADATA,sha256=vVU3bp2QtxizALztaVnOZtECUtCzlegOojAgR4zigtQ,6623
13
+ geoai_py-0.5.5.dist-info/WHEEL,sha256=MAQBAzGbXNI3bUmkDsiV_duv8i-gcdnLzw7cfUFwqhU,109
14
+ geoai_py-0.5.5.dist-info/entry_points.txt,sha256=uGp3Az3HURIsRHP9v-ys0hIbUuBBNUfXv6VbYHIXeg4,41
15
+ geoai_py-0.5.5.dist-info/top_level.txt,sha256=1YkCUWu-ii-0qIex7kbwAvfei-gos9ycyDyUCJPNWHY,6
16
+ geoai_py-0.5.5.dist-info/RECORD,,
@@ -1,16 +0,0 @@
1
- geoai/__init__.py,sha256=_SUkF87skch6o0kWnBmcY5ki_cjE1uSsIVM_ByCU6eA,3765
2
- geoai/classify.py,sha256=_e-193QzAx3pIxUflPIsIs1qZevQx5ADu7i3bOL1G70,35055
3
- geoai/download.py,sha256=lJ1GsJOZsKc2i6_dQyPV-XXIXmlADOpmSBo-wha4DEU,40892
4
- geoai/extract.py,sha256=GocJufMmrwEWxNBL1J91EXXHL8AKcO8m_lmtUF5AKPw,119102
5
- geoai/geoai.py,sha256=CeVLiK_ly8SG6HBXb8ZrHv_WbPQS3v68NYfXskr1vMM,9270
6
- geoai/hf.py,sha256=mLKGxEAS5eHkxZLwuLpYc1o7e3-7QIXdBv-QUY-RkFk,17072
7
- geoai/segment.py,sha256=g3YW17ftr--CKq6VB32TJEPY8owGQ7uQ0sg_tUT2ooE,13681
8
- geoai/segmentation.py,sha256=AtPzCvguHAEeuyXafa4bzMFATvltEYcah1B8ZMfkM_s,11373
9
- geoai/train.py,sha256=mQXat2yuddT-2rME4xnX_m3SkY23E_-zdxLnBIKxw8o,44091
10
- geoai/utils.py,sha256=075-CoiYIYs7ZgtWOnyw5pBaQIeWuBW49JwTYfOBHDI,244386
11
- geoai_py-0.5.4.dist-info/licenses/LICENSE,sha256=vN2L5U7cZ6ZkOHFmc8WiGlsogWsZc5dllMeNxnKVOZg,1070
12
- geoai_py-0.5.4.dist-info/METADATA,sha256=aCOkYuGkhV6Iuzv5o5RvJNhAMApwANK9aJqmgPWG6y4,6623
13
- geoai_py-0.5.4.dist-info/WHEEL,sha256=MAQBAzGbXNI3bUmkDsiV_duv8i-gcdnLzw7cfUFwqhU,109
14
- geoai_py-0.5.4.dist-info/entry_points.txt,sha256=uGp3Az3HURIsRHP9v-ys0hIbUuBBNUfXv6VbYHIXeg4,41
15
- geoai_py-0.5.4.dist-info/top_level.txt,sha256=1YkCUWu-ii-0qIex7kbwAvfei-gos9ycyDyUCJPNWHY,6
16
- geoai_py-0.5.4.dist-info/RECORD,,