geomind-ai 1.0.1__tar.gz → 1.0.3__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 (22) hide show
  1. {geomind_ai-1.0.1 → geomind_ai-1.0.3}/LICENSE +21 -21
  2. {geomind_ai-1.0.1 → geomind_ai-1.0.3}/MANIFEST.in +4 -4
  3. {geomind_ai-1.0.1 → geomind_ai-1.0.3}/PKG-INFO +78 -78
  4. {geomind_ai-1.0.1 → geomind_ai-1.0.3}/README.md +40 -40
  5. geomind_ai-1.0.3/geomind/__init__.py +11 -0
  6. {geomind_ai-1.0.1 → geomind_ai-1.0.3}/geomind/agent.py +446 -445
  7. {geomind_ai-1.0.1 → geomind_ai-1.0.3}/geomind/cli.py +125 -123
  8. {geomind_ai-1.0.1 → geomind_ai-1.0.3}/geomind/config.py +55 -55
  9. {geomind_ai-1.0.1 → geomind_ai-1.0.3}/geomind/tools/__init__.py +27 -27
  10. {geomind_ai-1.0.1 → geomind_ai-1.0.3}/geomind/tools/geocoding.py +108 -111
  11. {geomind_ai-1.0.1 → geomind_ai-1.0.3}/geomind/tools/processing.py +351 -347
  12. {geomind_ai-1.0.1 → geomind_ai-1.0.3}/geomind/tools/stac_search.py +234 -233
  13. {geomind_ai-1.0.1 → geomind_ai-1.0.3}/geomind_ai.egg-info/PKG-INFO +78 -78
  14. {geomind_ai-1.0.1 → geomind_ai-1.0.3}/pyproject.toml +69 -69
  15. {geomind_ai-1.0.1 → geomind_ai-1.0.3}/requirements.txt +13 -13
  16. {geomind_ai-1.0.1 → geomind_ai-1.0.3}/setup.cfg +4 -4
  17. geomind_ai-1.0.1/geomind/__init__.py +0 -11
  18. {geomind_ai-1.0.1 → geomind_ai-1.0.3}/geomind_ai.egg-info/SOURCES.txt +0 -0
  19. {geomind_ai-1.0.1 → geomind_ai-1.0.3}/geomind_ai.egg-info/dependency_links.txt +0 -0
  20. {geomind_ai-1.0.1 → geomind_ai-1.0.3}/geomind_ai.egg-info/entry_points.txt +0 -0
  21. {geomind_ai-1.0.1 → geomind_ai-1.0.3}/geomind_ai.egg-info/requires.txt +0 -0
  22. {geomind_ai-1.0.1 → geomind_ai-1.0.3}/geomind_ai.egg-info/top_level.txt +0 -0
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2026 Harsh Shinde
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Harsh Shinde
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
@@ -1,4 +1,4 @@
1
- include README.md
2
- include LICENSE
3
- include requirements.txt
4
- recursive-include geomind *.py
1
+ include README.md
2
+ include LICENSE
3
+ include requirements.txt
4
+ recursive-include geomind *.py
@@ -1,78 +1,78 @@
1
- Metadata-Version: 2.4
2
- Name: geomind-ai
3
- Version: 1.0.1
4
- Summary: AI agent for geospatial analysis with Sentinel-2 satellite imagery
5
- Author: Harsh Shinde
6
- License-Expression: MIT
7
- Project-URL: Homepage, https://github.com/HarshShinde0/GeoMind
8
- Project-URL: Repository, https://github.com/HarshShinde0/GeoMind
9
- Project-URL: Documentation, https://github.com/HarshShinde0/GeoMind#readme
10
- Project-URL: Issues, https://github.com/HarshShinde0/GeoMind/issues
11
- Keywords: geospatial,satellite-imagery,sentinel-2,ai-agent,remote-sensing,earth-observation
12
- Classifier: Development Status :: 4 - Beta
13
- Classifier: Intended Audience :: Science/Research
14
- Classifier: Intended Audience :: Developers
15
- Classifier: Programming Language :: Python :: 3.10
16
- Classifier: Programming Language :: Python :: 3.11
17
- Classifier: Programming Language :: Python :: 3.12
18
- Classifier: Topic :: Scientific/Engineering
19
- Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
20
- Requires-Python: >=3.10
21
- Description-Content-Type: text/markdown
22
- License-File: LICENSE
23
- Requires-Dist: openai>=1.0.0
24
- Requires-Dist: pystac-client>=0.8.0
25
- Requires-Dist: pystac>=1.10.0
26
- Requires-Dist: xarray>=2024.1.0
27
- Requires-Dist: zarr>=2.18.0
28
- Requires-Dist: dask>=2024.1.0
29
- Requires-Dist: geopy>=2.4.0
30
- Requires-Dist: fsspec>=2024.1.0
31
- Requires-Dist: aiohttp>=3.9.0
32
- Requires-Dist: requests>=2.31.0
33
- Requires-Dist: s3fs>=2024.1.0
34
- Requires-Dist: matplotlib>=3.8.0
35
- Requires-Dist: numpy>=1.26.0
36
- Requires-Dist: python-dotenv>=1.0.0
37
- Dynamic: license-file
38
-
39
- ### Install Dependencies
40
-
41
- ```bash
42
- pip install -r requirements.txt
43
- ```
44
-
45
- ### Run the Agent
46
-
47
- ```bash
48
- # Interactive mode
49
- geomind
50
-
51
- # Single query
52
- geomind --query "Find recent imagery of Paris"
53
- ```
54
-
55
- ## Example Queries
56
-
57
- ```
58
-
59
- 💬 "Create an RGB composite for the most recent image of London"
60
-
61
- 💬 "Calculate NDVI for Central Park, New York"
62
-
63
- 💬 "What images are available for Tokyo with less than 10% cloud cover?"
64
- ```
65
-
66
- ## Approach
67
-
68
- ### Traditional Approach
69
- ```
70
- Full Scene Download → Local Storage → Process → Result
71
- ~720 MB Disk I/O Slow
72
- ```
73
-
74
- ### GeoMind Approach (Zarr + fsspec)
75
- ```
76
- HTTP Range Request → Stream Chunks → Process in Memory → Result
77
- ~1-5 MB No disk Fast
78
- ```
1
+ Metadata-Version: 2.4
2
+ Name: geomind-ai
3
+ Version: 1.0.3
4
+ Summary: AI agent for geospatial analysis with Sentinel-2 satellite imagery
5
+ Author: Harsh Shinde
6
+ License-Expression: MIT
7
+ Project-URL: Homepage, https://github.com/HarshShinde0/GeoMind
8
+ Project-URL: Repository, https://github.com/HarshShinde0/GeoMind
9
+ Project-URL: Documentation, https://github.com/HarshShinde0/GeoMind#readme
10
+ Project-URL: Issues, https://github.com/HarshShinde0/GeoMind/issues
11
+ Keywords: geospatial,satellite-imagery,sentinel-2,ai-agent,remote-sensing,earth-observation
12
+ Classifier: Development Status :: 4 - Beta
13
+ Classifier: Intended Audience :: Science/Research
14
+ Classifier: Intended Audience :: Developers
15
+ Classifier: Programming Language :: Python :: 3.10
16
+ Classifier: Programming Language :: Python :: 3.11
17
+ Classifier: Programming Language :: Python :: 3.12
18
+ Classifier: Topic :: Scientific/Engineering
19
+ Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
20
+ Requires-Python: >=3.10
21
+ Description-Content-Type: text/markdown
22
+ License-File: LICENSE
23
+ Requires-Dist: openai>=1.0.0
24
+ Requires-Dist: pystac-client>=0.8.0
25
+ Requires-Dist: pystac>=1.10.0
26
+ Requires-Dist: xarray>=2024.1.0
27
+ Requires-Dist: zarr>=2.18.0
28
+ Requires-Dist: dask>=2024.1.0
29
+ Requires-Dist: geopy>=2.4.0
30
+ Requires-Dist: fsspec>=2024.1.0
31
+ Requires-Dist: aiohttp>=3.9.0
32
+ Requires-Dist: requests>=2.31.0
33
+ Requires-Dist: s3fs>=2024.1.0
34
+ Requires-Dist: matplotlib>=3.8.0
35
+ Requires-Dist: numpy>=1.26.0
36
+ Requires-Dist: python-dotenv>=1.0.0
37
+ Dynamic: license-file
38
+
39
+ ### Install Dependencies
40
+
41
+ ```bash
42
+ pip install -r requirements.txt
43
+ ```
44
+
45
+ ### Run the Agent
46
+
47
+ ```bash
48
+ # Interactive mode
49
+ geomind
50
+
51
+ # Single query
52
+ geomind --query "Find recent imagery of Paris"
53
+ ```
54
+
55
+ ## Example Queries
56
+
57
+ ```
58
+
59
+ 💬 "Create an RGB composite for the most recent image of London"
60
+
61
+ 💬 "Calculate NDVI for Central Park, New York"
62
+
63
+ 💬 "What images are available for Tokyo with less than 10% cloud cover?"
64
+ ```
65
+
66
+ ## Approach
67
+
68
+ ### Traditional Approach
69
+ ```
70
+ Full Scene Download → Local Storage → Process → Result
71
+ ~720 MB Disk I/O Slow
72
+ ```
73
+
74
+ ### GeoMind Approach (Zarr + fsspec)
75
+ ```
76
+ HTTP Range Request → Stream Chunks → Process in Memory → Result
77
+ ~1-5 MB No disk Fast
78
+ ```
@@ -1,40 +1,40 @@
1
- ### Install Dependencies
2
-
3
- ```bash
4
- pip install -r requirements.txt
5
- ```
6
-
7
- ### Run the Agent
8
-
9
- ```bash
10
- # Interactive mode
11
- geomind
12
-
13
- # Single query
14
- geomind --query "Find recent imagery of Paris"
15
- ```
16
-
17
- ## Example Queries
18
-
19
- ```
20
-
21
- 💬 "Create an RGB composite for the most recent image of London"
22
-
23
- 💬 "Calculate NDVI for Central Park, New York"
24
-
25
- 💬 "What images are available for Tokyo with less than 10% cloud cover?"
26
- ```
27
-
28
- ## Approach
29
-
30
- ### Traditional Approach
31
- ```
32
- Full Scene Download → Local Storage → Process → Result
33
- ~720 MB Disk I/O Slow
34
- ```
35
-
36
- ### GeoMind Approach (Zarr + fsspec)
37
- ```
38
- HTTP Range Request → Stream Chunks → Process in Memory → Result
39
- ~1-5 MB No disk Fast
40
- ```
1
+ ### Install Dependencies
2
+
3
+ ```bash
4
+ pip install -r requirements.txt
5
+ ```
6
+
7
+ ### Run the Agent
8
+
9
+ ```bash
10
+ # Interactive mode
11
+ geomind
12
+
13
+ # Single query
14
+ geomind --query "Find recent imagery of Paris"
15
+ ```
16
+
17
+ ## Example Queries
18
+
19
+ ```
20
+
21
+ 💬 "Create an RGB composite for the most recent image of London"
22
+
23
+ 💬 "Calculate NDVI for Central Park, New York"
24
+
25
+ 💬 "What images are available for Tokyo with less than 10% cloud cover?"
26
+ ```
27
+
28
+ ## Approach
29
+
30
+ ### Traditional Approach
31
+ ```
32
+ Full Scene Download → Local Storage → Process → Result
33
+ ~720 MB Disk I/O Slow
34
+ ```
35
+
36
+ ### GeoMind Approach (Zarr + fsspec)
37
+ ```
38
+ HTTP Range Request → Stream Chunks → Process in Memory → Result
39
+ ~1-5 MB No disk Fast
40
+ ```
@@ -0,0 +1,11 @@
1
+ """
2
+ GeoMind - Geospatial AI Agent
3
+
4
+ """
5
+
6
+ __version__ = "1.0.3"
7
+ __author__ = "Harsh Shinde"
8
+
9
+ from .agent import GeoMindAgent
10
+
11
+ __all__ = ["GeoMindAgent"]