geoai-py 0.2.0__tar.gz → 0.2.1__tar.gz

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.
Files changed (71) hide show
  1. {geoai_py-0.2.0 → geoai_py-0.2.1}/PKG-INFO +9 -3
  2. {geoai_py-0.2.0 → geoai_py-0.2.1}/README.md +6 -0
  3. {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/index.md +6 -0
  4. {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/installation.md +10 -7
  5. {geoai_py-0.2.0 → geoai_py-0.2.1}/geoai/__init__.py +4 -2
  6. {geoai_py-0.2.0 → geoai_py-0.2.1}/geoai_py.egg-info/PKG-INFO +9 -3
  7. {geoai_py-0.2.0 → geoai_py-0.2.1}/geoai_py.egg-info/requires.txt +2 -2
  8. {geoai_py-0.2.0 → geoai_py-0.2.1}/pyproject.toml +2 -2
  9. {geoai_py-0.2.0 → geoai_py-0.2.1}/requirements.txt +2 -2
  10. {geoai_py-0.2.0 → geoai_py-0.2.1}/.editorconfig +0 -0
  11. {geoai_py-0.2.0 → geoai_py-0.2.1}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  12. {geoai_py-0.2.0 → geoai_py-0.2.1}/.github/ISSUE_TEMPLATE/config.yml +0 -0
  13. {geoai_py-0.2.0 → geoai_py-0.2.1}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  14. {geoai_py-0.2.0 → geoai_py-0.2.1}/.github/dependabot.yml +0 -0
  15. {geoai_py-0.2.0 → geoai_py-0.2.1}/.github/workflows/docs-build.yml +0 -0
  16. {geoai_py-0.2.0 → geoai_py-0.2.1}/.github/workflows/docs.yml +0 -0
  17. {geoai_py-0.2.0 → geoai_py-0.2.1}/.github/workflows/macos.yml +0 -0
  18. {geoai_py-0.2.0 → geoai_py-0.2.1}/.github/workflows/pypi.yml +0 -0
  19. {geoai_py-0.2.0 → geoai_py-0.2.1}/.github/workflows/ubuntu.yml +0 -0
  20. {geoai_py-0.2.0 → geoai_py-0.2.1}/.github/workflows/windows.yml +0 -0
  21. {geoai_py-0.2.0 → geoai_py-0.2.1}/.gitignore +0 -0
  22. {geoai_py-0.2.0 → geoai_py-0.2.1}/.pre-commit-config.yaml +0 -0
  23. {geoai_py-0.2.0 → geoai_py-0.2.1}/LICENSE +0 -0
  24. {geoai_py-0.2.0 → geoai_py-0.2.1}/MANIFEST.in +0 -0
  25. {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/CNAME +0 -0
  26. {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/changelog.md +0 -0
  27. {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/common.md +0 -0
  28. {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/contributing.md +0 -0
  29. {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/download.md +0 -0
  30. {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/examples/data_visualization.ipynb +0 -0
  31. {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/examples/dataviz/lidar_viz.ipynb +0 -0
  32. {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/examples/dataviz/raster_viz.ipynb +0 -0
  33. {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/examples/dataviz/vector_viz.ipynb +0 -0
  34. {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/examples/download_data.ipynb +0 -0
  35. {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/examples/jupytext.toml +0 -0
  36. {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/examples/rastervision/semantic_segmentation.ipynb +0 -0
  37. {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/examples/samgeo/arcgis.ipynb +0 -0
  38. {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/examples/samgeo/automatic_mask_generator.ipynb +0 -0
  39. {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/examples/samgeo/automatic_mask_generator_hq.ipynb +0 -0
  40. {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/examples/samgeo/box_prompts.ipynb +0 -0
  41. {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/examples/samgeo/fast_sam.ipynb +0 -0
  42. {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/examples/samgeo/input_prompts.ipynb +0 -0
  43. {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/examples/samgeo/input_prompts_hq.ipynb +0 -0
  44. {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/examples/samgeo/maxar_open_data.ipynb +0 -0
  45. {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/examples/samgeo/satellite-predictor.ipynb +0 -0
  46. {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/examples/samgeo/satellite.ipynb +0 -0
  47. {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/examples/samgeo/swimming_pools.ipynb +0 -0
  48. {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/examples/samgeo/text_prompts.ipynb +0 -0
  49. {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/examples/samgeo/text_prompts_batch.ipynb +0 -0
  50. {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/extract.md +0 -0
  51. {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/faq.md +0 -0
  52. {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/geoai.md +0 -0
  53. {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/overrides/main.html +0 -0
  54. {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/preprocess.md +0 -0
  55. {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/segmentation.md +0 -0
  56. {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/usage.md +0 -0
  57. {geoai_py-0.2.0 → geoai_py-0.2.1}/geoai/common.py +0 -0
  58. {geoai_py-0.2.0 → geoai_py-0.2.1}/geoai/download.py +0 -0
  59. {geoai_py-0.2.0 → geoai_py-0.2.1}/geoai/extract.py +0 -0
  60. {geoai_py-0.2.0 → geoai_py-0.2.1}/geoai/geoai.py +0 -0
  61. {geoai_py-0.2.0 → geoai_py-0.2.1}/geoai/preprocess.py +0 -0
  62. {geoai_py-0.2.0 → geoai_py-0.2.1}/geoai/segmentation.py +0 -0
  63. {geoai_py-0.2.0 → geoai_py-0.2.1}/geoai_py.egg-info/SOURCES.txt +0 -0
  64. {geoai_py-0.2.0 → geoai_py-0.2.1}/geoai_py.egg-info/dependency_links.txt +0 -0
  65. {geoai_py-0.2.0 → geoai_py-0.2.1}/geoai_py.egg-info/entry_points.txt +0 -0
  66. {geoai_py-0.2.0 → geoai_py-0.2.1}/geoai_py.egg-info/top_level.txt +0 -0
  67. {geoai_py-0.2.0 → geoai_py-0.2.1}/mkdocs.yml +0 -0
  68. {geoai_py-0.2.0 → geoai_py-0.2.1}/requirements_docs.txt +0 -0
  69. {geoai_py-0.2.0 → geoai_py-0.2.1}/setup.cfg +0 -0
  70. {geoai_py-0.2.0 → geoai_py-0.2.1}/tests/__init__.py +0 -0
  71. {geoai_py-0.2.0 → geoai_py-0.2.1}/tests/test_geoai.py +0 -0
@@ -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:
@@ -68,6 +68,12 @@ pip install geoai-py
68
68
  conda install -c conda-forge geoai
69
69
  ```
70
70
 
71
+ ### Using mamba
72
+
73
+ ```bash
74
+ mamba install -c conda-forge geoai
75
+ ```
76
+
71
77
  ## 📋 Documentation
72
78
 
73
79
  Comprehensive documentation is available at [https://geoai.gishub.org](https://geoai.gishub.org), including:
@@ -68,6 +68,12 @@ pip install geoai-py
68
68
  conda install -c conda-forge geoai
69
69
  ```
70
70
 
71
+ ### Using mamba
72
+
73
+ ```bash
74
+ mamba install -c conda-forge geoai
75
+ ```
76
+
71
77
  ## 📋 Documentation
72
78
 
73
79
  Comprehensive documentation is available at [https://geoai.gishub.org](https://geoai.gishub.org), including:
@@ -25,27 +25,30 @@ To install GeoAI with all optional dependencies for additional features:
25
25
  pip install "geoai-py[all]"
26
26
  ```
27
27
 
28
- ### 🐼 Using conda
28
+ ### 🐍 Using uv
29
29
 
30
- For Anaconda/Miniconda users, we recommend installing GeoAI via conda-forge, which handles dependencies like GDAL more elegantly:
30
+ To install the latest stable release of GeoAI with [uv](https://docs.astral.sh/uv), a faster alternative to pip:
31
31
 
32
32
  ```bash
33
- conda install -c conda-forge geoai
33
+ uv pip install geoai-py
34
34
  ```
35
35
 
36
- Consider creating a dedicated environment for your GeoAI projects:
36
+ ### 🐼 Using conda
37
+
38
+ For Anaconda/Miniconda users, we recommend installing GeoAI via conda-forge, which handles dependencies like GDAL more elegantly:
37
39
 
38
40
  ```bash
39
- conda create -n geo python=3.12
40
- conda activate geo
41
41
  conda install -c conda-forge geoai
42
42
  ```
43
43
 
44
44
  ### 🦡 Using mamba
45
45
 
46
- Mamba provides faster dependency resolution compared to conda:
46
+ Mamba provides faster dependency resolution compared to conda. This is especially useful for large packages like GeoAI:
47
47
 
48
48
  ```bash
49
+ conda create -n geo python=3.12
50
+ conda activate geo
51
+ conda install -c conda-forge mamba
49
52
  mamba install -c conda-forge geoai
50
53
  ```
51
54
 
@@ -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:
@@ -5,8 +5,8 @@ jupyter-server-proxy
5
5
  leafmap
6
6
  localtileserver
7
7
  overturemaps
8
- planetary_computer
9
- pystac_client
8
+ planetary-computer
9
+ pystac-client
10
10
  rasterio
11
11
  rioxarray
12
12
  scikit-learn
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "geoai-py"
3
- version = "0.2.0"
3
+ version = "0.2.1"
4
4
  dynamic = [
5
5
  "dependencies",
6
6
  ]
@@ -47,7 +47,7 @@ universal = true
47
47
 
48
48
 
49
49
  [tool.bumpversion]
50
- current_version = "0.2.0"
50
+ current_version = "0.2.1"
51
51
  commit = true
52
52
  tag = true
53
53
 
@@ -5,8 +5,8 @@ jupyter-server-proxy
5
5
  leafmap
6
6
  localtileserver
7
7
  overturemaps
8
- planetary_computer
9
- pystac_client
8
+ planetary-computer
9
+ pystac-client
10
10
  rasterio
11
11
  rioxarray
12
12
  scikit-learn
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes