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.3.tar.gz
(14.6 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.3.tar.gz.
File metadata
- Download URL: geomind_ai-1.0.3.tar.gz
- Upload date:
- Size: 14.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba6d3c876d0467ac06fbba842df84265156de68ce5f9b87d0ae2be3d01a30db7
|
|
| MD5 |
2b3aa5cd61dc3799e108a0d94baf2303
|
|
| BLAKE2b-256 |
77f9fe8ae1262f921e3645de3349b81b29fcc0563f033c0f13bb19d9dcab893f
|
File details
Details for the file geomind_ai-1.0.3-py3-none-any.whl.
File metadata
- Download URL: geomind_ai-1.0.3-py3-none-any.whl
- Upload date:
- Size: 16.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 |
2d3d55d3ee09e78d1efa2447343783115365463a945608cf6deb57c55ca172ef
|
|
| MD5 |
c369f707abdfda25ae1aa5ce4d0a14ea
|
|
| BLAKE2b-256 |
65d6c4fcb04b3ca3ca1a41c550a10256b603dc0cd4fd4488260c8bc4e31c6c1d
|