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.
- {geoai_py-0.2.0 → geoai_py-0.2.1}/PKG-INFO +9 -3
- {geoai_py-0.2.0 → geoai_py-0.2.1}/README.md +6 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/index.md +6 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/installation.md +10 -7
- {geoai_py-0.2.0 → geoai_py-0.2.1}/geoai/__init__.py +4 -2
- {geoai_py-0.2.0 → geoai_py-0.2.1}/geoai_py.egg-info/PKG-INFO +9 -3
- {geoai_py-0.2.0 → geoai_py-0.2.1}/geoai_py.egg-info/requires.txt +2 -2
- {geoai_py-0.2.0 → geoai_py-0.2.1}/pyproject.toml +2 -2
- {geoai_py-0.2.0 → geoai_py-0.2.1}/requirements.txt +2 -2
- {geoai_py-0.2.0 → geoai_py-0.2.1}/.editorconfig +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/.github/ISSUE_TEMPLATE/config.yml +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/.github/dependabot.yml +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/.github/workflows/docs-build.yml +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/.github/workflows/docs.yml +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/.github/workflows/macos.yml +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/.github/workflows/pypi.yml +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/.github/workflows/ubuntu.yml +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/.github/workflows/windows.yml +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/.gitignore +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/.pre-commit-config.yaml +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/LICENSE +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/MANIFEST.in +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/CNAME +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/changelog.md +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/common.md +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/contributing.md +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/download.md +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/examples/data_visualization.ipynb +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/examples/dataviz/lidar_viz.ipynb +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/examples/dataviz/raster_viz.ipynb +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/examples/dataviz/vector_viz.ipynb +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/examples/download_data.ipynb +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/examples/jupytext.toml +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/examples/rastervision/semantic_segmentation.ipynb +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/examples/samgeo/arcgis.ipynb +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/examples/samgeo/automatic_mask_generator.ipynb +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/examples/samgeo/automatic_mask_generator_hq.ipynb +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/examples/samgeo/box_prompts.ipynb +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/examples/samgeo/fast_sam.ipynb +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/examples/samgeo/input_prompts.ipynb +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/examples/samgeo/input_prompts_hq.ipynb +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/examples/samgeo/maxar_open_data.ipynb +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/examples/samgeo/satellite-predictor.ipynb +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/examples/samgeo/satellite.ipynb +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/examples/samgeo/swimming_pools.ipynb +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/examples/samgeo/text_prompts.ipynb +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/examples/samgeo/text_prompts_batch.ipynb +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/extract.md +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/faq.md +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/geoai.md +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/overrides/main.html +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/preprocess.md +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/segmentation.md +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/docs/usage.md +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/geoai/common.py +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/geoai/download.py +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/geoai/extract.py +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/geoai/geoai.py +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/geoai/preprocess.py +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/geoai/segmentation.py +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/geoai_py.egg-info/SOURCES.txt +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/geoai_py.egg-info/dependency_links.txt +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/geoai_py.egg-info/entry_points.txt +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/geoai_py.egg-info/top_level.txt +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/mkdocs.yml +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/requirements_docs.txt +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/setup.cfg +0 -0
- {geoai_py-0.2.0 → geoai_py-0.2.1}/tests/__init__.py +0 -0
- {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.
|
|
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:
|
|
28
|
-
Requires-Dist:
|
|
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
|
-
###
|
|
28
|
+
### 🐍 Using uv
|
|
29
29
|
|
|
30
|
-
|
|
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
|
-
|
|
33
|
+
uv pip install geoai-py
|
|
34
34
|
```
|
|
35
35
|
|
|
36
|
-
|
|
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.
|
|
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
|
-
|
|
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.
|
|
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:
|
|
28
|
-
Requires-Dist:
|
|
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,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "geoai-py"
|
|
3
|
-
version = "0.2.
|
|
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.
|
|
50
|
+
current_version = "0.2.1"
|
|
51
51
|
commit = true
|
|
52
52
|
tag = true
|
|
53
53
|
|
|
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
|
|
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
|
|
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
|