AI agent for geospatial analysis with Sentinel-2 satellite imagery
Project description
Install Dependencies
pip install -r requirements.txt
Run the Agent
# Interactive mode
geomind
# Single query
geomind --query "Find recent imagery of Paris"
geomind --query "Create an RGB true-color composite visualization from the December 25th image"
geomind --query "Create an NDVI from the December 25th image"
Example Queries
💬 "Create an RGB composite for the most recent image of London"
💬 "Calculate NDVI for Central Park, New York"
💬 "What images are available for Tokyo with less than 10% cloud cover?"
Approach
Traditional Approach
Full Scene Download → Local Storage → Process → Result
~720 MB Disk I/O Slow
GeoMind Approach (Zarr + fsspec)
HTTP Range Request → Stream Chunks → Process in Memory → Result
~1-5 MB No disk Fast
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
geomind_ai-1.2.0.tar.gz
(17.3 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file geomind_ai-1.2.0.tar.gz.
File metadata
- Download URL: geomind_ai-1.2.0.tar.gz
- Upload date:
- Size: 17.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0cc4d4ac79749a5106af5a694e40150e1d312132c6fd3de1df40bd1b6d32111f
|
|
| MD5 |
1df3f3ee4ed9d425b7220abd022dd0ac
|
|
| BLAKE2b-256 |
0abd6129fbcf7ce1d331972facefb164b667da6c660793aeb036bf4ca86bb2e2
|
File details
Details for the file geomind_ai-1.2.0-py3-none-any.whl.
File metadata
- Download URL: geomind_ai-1.2.0-py3-none-any.whl
- Upload date:
- Size: 18.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
87aa2365b8c34011c430f1760de1c64c24dfc832d7d0ca3d88fa3fbb12e5e759
|
|
| MD5 |
b1e2158a987ea033a89d5f4222e4705f
|
|
| BLAKE2b-256 |
c36f38cf3e040d5d68eb35bce927133c58d72825570df754260a42476f033a3f
|