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"
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.4.tar.gz
(14.8 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.4.tar.gz.
File metadata
- Download URL: geomind_ai-1.0.4.tar.gz
- Upload date:
- Size: 14.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
69c91ecaabf233dcee827710074f4a0c81902c4f9ffd71bc61bf85a6bf74bdb1
|
|
| MD5 |
934ada671765d72aeb1fc4eaf30eb7fd
|
|
| BLAKE2b-256 |
34ca527ea7f5b9cdf210fa13d7ae0308355c9a99adfd2c8e980b8b974622c77c
|
File details
Details for the file geomind_ai-1.0.4-py3-none-any.whl.
File metadata
- Download URL: geomind_ai-1.0.4-py3-none-any.whl
- Upload date:
- Size: 17.0 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 |
e8f70393416864cfd99d2fdacfc5b7bb046b4dbb0d2e4748197ecfc0417cfaaf
|
|
| MD5 |
0b9052caedb31378b5b9fc7339be61b0
|
|
| BLAKE2b-256 |
5d11fb4309bac443283e361e11edc547c1b178e3c721ebcf215e6f6555df503f
|