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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: geoai-py
3
- Version: 0.0.1
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
+ [![image](https://img.shields.io/pypi/v/geoai-py.svg)](https://pypi.python.org/pypi/geoai-py)
24
25
 
25
- [![image](https://img.shields.io/pypi/v/geoai.svg)](https://pypi.python.org/pypi/geoai)
26
26
  [![image](https://img.shields.io/conda/vn/conda-forge/geoai.svg)](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://opengeos.github.io/geoai
34
-
31
+ - Documentation: <https://geoai.gishub.org>
35
32
 
36
33
  ## Features
37
34
 
38
- - TODO
35
+ - Segmenting remote sensing imagery with the Segment Anything Model
36
+ - Classifying remote sensing imagery with deep learning models
@@ -0,0 +1,15 @@
1
+ # geoai
2
+
3
+ [![image](https://img.shields.io/pypi/v/geoai-py.svg)](https://pypi.python.org/pypi/geoai-py)
4
+
5
+ [![image](https://img.shields.io/conda/vn/conda-forge/geoai.svg)](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
@@ -2,4 +2,4 @@
2
2
 
3
3
  __author__ = """Qiusheng Wu"""
4
4
  __email__ = 'giswqs@gmail.com'
5
- __version__ = '0.0.1'
5
+ __version__ = '0.1.0'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: geoai-py
3
- Version: 0.0.1
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
+ [![image](https://img.shields.io/pypi/v/geoai-py.svg)](https://pypi.python.org/pypi/geoai-py)
24
25
 
25
- [![image](https://img.shields.io/pypi/v/geoai.svg)](https://pypi.python.org/pypi/geoai)
26
26
  [![image](https://img.shields.io/conda/vn/conda-forge/geoai.svg)](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://opengeos.github.io/geoai
34
-
31
+ - Documentation: <https://geoai.gishub.org>
35
32
 
36
33
  ## Features
37
34
 
38
- - TODO
35
+ - Segmenting remote sensing imagery with the Segment Anything Model
36
+ - Classifying remote sensing imagery with deep learning models
@@ -11,4 +11,5 @@ geoai_py.egg-info/PKG-INFO
11
11
  geoai_py.egg-info/SOURCES.txt
12
12
  geoai_py.egg-info/dependency_links.txt
13
13
  geoai_py.egg-info/not-zip-safe
14
+ geoai_py.egg-info/requires.txt
14
15
  geoai_py.egg-info/top_level.txt
@@ -0,0 +1 @@
1
+ segment-geospatial
@@ -0,0 +1 @@
1
+ segment-geospatial
@@ -0,0 +1 @@
1
+ segment-geospatial
@@ -1,5 +1,5 @@
1
1
  [bumpversion]
2
- current_version = 0.0.1
2
+ current_version = 0.1.0
3
3
  commit = True
4
4
  tag = True
5
5
 
@@ -52,6 +52,6 @@ setup(
52
52
  test_suite='tests',
53
53
  tests_require=test_requirements,
54
54
  url='https://github.com/opengeos/geoai',
55
- version='0.0.1',
55
+ version='0.1.0',
56
56
  zip_safe=False,
57
57
  )
geoai-py-0.0.1/README.md DELETED
@@ -1,17 +0,0 @@
1
- # geoai
2
-
3
-
4
- [![image](https://img.shields.io/pypi/v/geoai.svg)](https://pypi.python.org/pypi/geoai)
5
- [![image](https://img.shields.io/conda/vn/conda-forge/geoai.svg)](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
File without changes
File without changes
File without changes
File without changes
File without changes