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.0.9.tar.gz
(15.5 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.0.9.tar.gz.
File metadata
- Download URL: geomind_ai-1.0.9.tar.gz
- Upload date:
- Size: 15.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
276e19054ec617a9865b4c8c199f593610bd3f06582a36731166fa4d8402371b
|
|
| MD5 |
4e784501d41af2aff778a71a7a0d6a25
|
|
| BLAKE2b-256 |
3011b46c4253d2bc0883da97a1bd4214a4809f7886c395f032fecf3ea34bc5db
|
File details
Details for the file geomind_ai-1.0.9-py3-none-any.whl.
File metadata
- Download URL: geomind_ai-1.0.9-py3-none-any.whl
- Upload date:
- Size: 17.7 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 |
7ffe8fe27828478fc04dbc3810d358829b14789285c217a079e1bd51fa723c5a
|
|
| MD5 |
6f15a8f324244ca1ca8c895fa7cdee98
|
|
| BLAKE2b-256 |
97355e8b8cb0cae6a09ae138e5c628aa183e1da046fea93c708f8876010bf727
|