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.1.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.1.tar.gz.
File metadata
- Download URL: geomind_ai-1.0.1.tar.gz
- Upload date:
- Size: 14.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
07efc2b2ce2a90d56f3ad8d2039c4e3ff6789cb7970a6401b6cf8529dec2f9b1
|
|
| MD5 |
0e2d33f6230402ca9162bd9257960b47
|
|
| BLAKE2b-256 |
abf743f39b9dc6ed9e8429f93659ad445621d3349732e0a85c0305e654e28b87
|
File details
Details for the file geomind_ai-1.0.1-py3-none-any.whl.
File metadata
- Download URL: geomind_ai-1.0.1-py3-none-any.whl
- Upload date:
- Size: 16.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7c2f91bbec79f0ae293c499ccac6e1fdad9f69920e29e7107378a8444f8064c8
|
|
| MD5 |
ff91e596edb5a519eda2b7545f468224
|
|
| BLAKE2b-256 |
e90d7c0418d69dba04c210a9cb929f11930a465108e2f4bd362a25f7ce252f0c
|