geoai-py 0.0.1__tar.gz → 0.1.0__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.0.1/geoai_py.egg-info → geoai-py-0.1.0}/PKG-INFO +5 -7
- geoai-py-0.1.0/README.md +15 -0
- {geoai-py-0.0.1 → geoai-py-0.1.0}/geoai/__init__.py +1 -1
- {geoai-py-0.0.1 → geoai-py-0.1.0/geoai_py.egg-info}/PKG-INFO +5 -7
- {geoai-py-0.0.1 → geoai-py-0.1.0}/geoai_py.egg-info/SOURCES.txt +1 -0
- geoai-py-0.1.0/geoai_py.egg-info/dependency_links.txt +1 -0
- geoai-py-0.1.0/geoai_py.egg-info/requires.txt +1 -0
- geoai-py-0.1.0/requirements.txt +1 -0
- {geoai-py-0.0.1 → geoai-py-0.1.0}/setup.cfg +1 -1
- {geoai-py-0.0.1 → geoai-py-0.1.0}/setup.py +1 -1
- geoai-py-0.0.1/README.md +0 -17
- geoai-py-0.0.1/geoai_py.egg-info/dependency_links.txt +0 -1
- geoai-py-0.0.1/requirements.txt +0 -0
- {geoai-py-0.0.1 → geoai-py-0.1.0}/LICENSE +0 -0
- {geoai-py-0.0.1 → geoai-py-0.1.0}/MANIFEST.in +0 -0
- {geoai-py-0.0.1 → geoai-py-0.1.0}/geoai/common.py +0 -0
- {geoai-py-0.0.1 → geoai-py-0.1.0}/geoai/geoai.py +0 -0
- {geoai-py-0.0.1 → geoai-py-0.1.0}/geoai_py.egg-info/not-zip-safe +0 -0
- {geoai-py-0.0.1 → geoai-py-0.1.0}/geoai_py.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: geoai-py
|
|
3
|
-
Version: 0.0
|
|
3
|
+
Version: 0.1.0
|
|
4
4
|
Summary: A Python package for using Artificial Intelligence (AI) with geospatial data
|
|
5
5
|
Home-page: https://github.com/opengeos/geoai
|
|
6
6
|
Author: Qiusheng Wu
|
|
@@ -21,18 +21,16 @@ License-File: LICENSE
|
|
|
21
21
|
|
|
22
22
|
# geoai
|
|
23
23
|
|
|
24
|
+
[](https://pypi.python.org/pypi/geoai-py)
|
|
24
25
|
|
|
25
|
-
[](https://pypi.python.org/pypi/geoai)
|
|
26
26
|
[](https://anaconda.org/conda-forge/geoai)
|
|
27
27
|
|
|
28
|
-
|
|
29
28
|
**A Python package for using Artificial Intelligence (AI) with geospatial data**
|
|
30
29
|
|
|
31
|
-
|
|
32
30
|
- Free software: MIT license
|
|
33
|
-
- Documentation: https://
|
|
34
|
-
|
|
31
|
+
- Documentation: <https://geoai.gishub.org>
|
|
35
32
|
|
|
36
33
|
## Features
|
|
37
34
|
|
|
38
|
-
-
|
|
35
|
+
- Segmenting remote sensing imagery with the Segment Anything Model
|
|
36
|
+
- Classifying remote sensing imagery with deep learning models
|
geoai-py-0.1.0/README.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# geoai
|
|
2
|
+
|
|
3
|
+
[](https://pypi.python.org/pypi/geoai-py)
|
|
4
|
+
|
|
5
|
+
[](https://anaconda.org/conda-forge/geoai)
|
|
6
|
+
|
|
7
|
+
**A Python package for using Artificial Intelligence (AI) with geospatial data**
|
|
8
|
+
|
|
9
|
+
- Free software: MIT license
|
|
10
|
+
- Documentation: <https://geoai.gishub.org>
|
|
11
|
+
|
|
12
|
+
## Features
|
|
13
|
+
|
|
14
|
+
- Segmenting remote sensing imagery with the Segment Anything Model
|
|
15
|
+
- Classifying remote sensing imagery with deep learning models
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: geoai-py
|
|
3
|
-
Version: 0.0
|
|
3
|
+
Version: 0.1.0
|
|
4
4
|
Summary: A Python package for using Artificial Intelligence (AI) with geospatial data
|
|
5
5
|
Home-page: https://github.com/opengeos/geoai
|
|
6
6
|
Author: Qiusheng Wu
|
|
@@ -21,18 +21,16 @@ License-File: LICENSE
|
|
|
21
21
|
|
|
22
22
|
# geoai
|
|
23
23
|
|
|
24
|
+
[](https://pypi.python.org/pypi/geoai-py)
|
|
24
25
|
|
|
25
|
-
[](https://pypi.python.org/pypi/geoai)
|
|
26
26
|
[](https://anaconda.org/conda-forge/geoai)
|
|
27
27
|
|
|
28
|
-
|
|
29
28
|
**A Python package for using Artificial Intelligence (AI) with geospatial data**
|
|
30
29
|
|
|
31
|
-
|
|
32
30
|
- Free software: MIT license
|
|
33
|
-
- Documentation: https://
|
|
34
|
-
|
|
31
|
+
- Documentation: <https://geoai.gishub.org>
|
|
35
32
|
|
|
36
33
|
## Features
|
|
37
34
|
|
|
38
|
-
-
|
|
35
|
+
- Segmenting remote sensing imagery with the Segment Anything Model
|
|
36
|
+
- Classifying remote sensing imagery with deep learning models
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
segment-geospatial
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
segment-geospatial
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
segment-geospatial
|
geoai-py-0.0.1/README.md
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
# geoai
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
[](https://pypi.python.org/pypi/geoai)
|
|
5
|
-
[](https://anaconda.org/conda-forge/geoai)
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
**A Python package for using Artificial Intelligence (AI) with geospatial data**
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
- Free software: MIT license
|
|
12
|
-
- Documentation: https://opengeos.github.io/geoai
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
## Features
|
|
16
|
-
|
|
17
|
-
- TODO
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
|
geoai-py-0.0.1/requirements.txt
DELETED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|