geomind-ai 1.0.0__tar.gz → 1.0.2__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 (21) hide show
  1. {geomind_ai-1.0.0 → geomind_ai-1.0.2}/LICENSE +21 -21
  2. {geomind_ai-1.0.0 → geomind_ai-1.0.2}/MANIFEST.in +4 -4
  3. {geomind_ai-1.0.0/geomind_ai.egg-info → geomind_ai-1.0.2}/PKG-INFO +78 -85
  4. {geomind_ai-1.0.0 → geomind_ai-1.0.2}/README.md +40 -47
  5. {geomind_ai-1.0.0 → geomind_ai-1.0.2}/geomind/__init__.py +11 -11
  6. {geomind_ai-1.0.0 → geomind_ai-1.0.2}/geomind/agent.py +441 -445
  7. {geomind_ai-1.0.0 → geomind_ai-1.0.2}/geomind/cli.py +125 -125
  8. {geomind_ai-1.0.0 → geomind_ai-1.0.2}/geomind/config.py +55 -55
  9. {geomind_ai-1.0.0 → geomind_ai-1.0.2}/geomind/tools/__init__.py +27 -27
  10. {geomind_ai-1.0.0 → geomind_ai-1.0.2}/geomind/tools/geocoding.py +108 -108
  11. {geomind_ai-1.0.0 → geomind_ai-1.0.2}/geomind/tools/processing.py +351 -349
  12. {geomind_ai-1.0.0 → geomind_ai-1.0.2}/geomind/tools/stac_search.py +234 -231
  13. {geomind_ai-1.0.0 → geomind_ai-1.0.2/geomind_ai.egg-info}/PKG-INFO +78 -85
  14. {geomind_ai-1.0.0 → geomind_ai-1.0.2}/pyproject.toml +69 -69
  15. {geomind_ai-1.0.0 → geomind_ai-1.0.2}/requirements.txt +13 -13
  16. {geomind_ai-1.0.0 → geomind_ai-1.0.2}/setup.cfg +4 -4
  17. {geomind_ai-1.0.0 → geomind_ai-1.0.2}/geomind_ai.egg-info/SOURCES.txt +0 -0
  18. {geomind_ai-1.0.0 → geomind_ai-1.0.2}/geomind_ai.egg-info/dependency_links.txt +0 -0
  19. {geomind_ai-1.0.0 → geomind_ai-1.0.2}/geomind_ai.egg-info/entry_points.txt +0 -0
  20. {geomind_ai-1.0.0 → geomind_ai-1.0.2}/geomind_ai.egg-info/requires.txt +0 -0
  21. {geomind_ai-1.0.0 → geomind_ai-1.0.2}/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,85 +1,78 @@
1
- Metadata-Version: 2.4
2
- Name: geomind-ai
3
- Version: 1.0.0
4
- Summary: AI agent for geospatial analysis
5
- Author: Harsh Shinde
6
- License-Expression: MIT
7
- Project-URL: Homepage, https://harshshinde0.github.io/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
- ### 1. Install Dependencies
40
-
41
- ```bash
42
- pip install -r requirements.txt
43
- ```
44
-
45
- ### 2. Set Up API Key
46
-
47
- Set your HuggingFace API key in the environment or update `config.py`:
48
-
49
- ```python
50
- # In geomind/config.py
51
- HF_API_KEY = "your_huggingface_api_key"
52
- ```
53
-
54
- Get a free API key from [HuggingFace](https://huggingface.co/settings/tokens).
55
-
56
- ### 3. Run the Agent
57
-
58
- ```bash
59
- python main.py
60
- ```
61
-
62
- ## Example Queries
63
-
64
- ```
65
-
66
- 💬 "Create an RGB composite for the most recent image of London"
67
-
68
- 💬 "Calculate NDVI for Central Park, New York"
69
-
70
- 💬 "What images are available for Tokyo with less than 10% cloud cover?"
71
- ```
72
-
73
- ## Approach
74
-
75
- ### Traditional Approach
76
- ```
77
- Full Scene Download → Local Storage → Process → Result
78
- ~720 MB Disk I/O Slow
79
- ```
80
-
81
- ### GeoMind Approach (Zarr + fsspec)
82
- ```
83
- HTTP Range Request → Stream Chunks → Process in Memory → Result
84
- ~1-5 MB No disk Fast
85
- ```
1
+ Metadata-Version: 2.4
2
+ Name: geomind-ai
3
+ Version: 1.0.2
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,47 +1,40 @@
1
- ### 1. Install Dependencies
2
-
3
- ```bash
4
- pip install -r requirements.txt
5
- ```
6
-
7
- ### 2. Set Up API Key
8
-
9
- Set your HuggingFace API key in the environment or update `config.py`:
10
-
11
- ```python
12
- # In geomind/config.py
13
- HF_API_KEY = "your_huggingface_api_key"
14
- ```
15
-
16
- Get a free API key from [HuggingFace](https://huggingface.co/settings/tokens).
17
-
18
- ### 3. Run the Agent
19
-
20
- ```bash
21
- python main.py
22
- ```
23
-
24
- ## Example Queries
25
-
26
- ```
27
-
28
- 💬 "Create an RGB composite for the most recent image of London"
29
-
30
- 💬 "Calculate NDVI for Central Park, New York"
31
-
32
- 💬 "What images are available for Tokyo with less than 10% cloud cover?"
33
- ```
34
-
35
- ## Approach
36
-
37
- ### Traditional Approach
38
- ```
39
- Full Scene Download → Local Storage → Process → Result
40
- ~720 MB Disk I/O Slow
41
- ```
42
-
43
- ### GeoMind Approach (Zarr + fsspec)
44
- ```
45
- HTTP Range Request → Stream Chunks → Process in Memory → Result
46
- ~1-5 MB No disk Fast
47
- ```
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,11 +1,11 @@
1
- """
2
- GeoMind - Geospatial AI Agent
3
-
4
- """
5
-
6
- __version__ = "1.0.0"
7
- __author__ = "Harsh Shinde"
8
-
9
- from .agent import GeoMindAgent
10
-
11
- __all__ = ["GeoMindAgent"]
1
+ """
2
+ GeoMind - Geospatial AI Agent
3
+
4
+ """
5
+
6
+ __version__ = "1.0.2"
7
+ __author__ = "Harsh Shinde"
8
+
9
+ from .agent import GeoMindAgent
10
+
11
+ __all__ = ["GeoMindAgent"]