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.2.tar.gz
(14.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.2.tar.gz.
File metadata
- Download URL: geomind_ai-1.0.2.tar.gz
- Upload date:
- Size: 14.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 |
a4240b9974787992b5fd13d3ba6b921c92f3d7b8fb688833af981ea1000702fb
|
|
| MD5 |
497046401faaf311f7af80f841c26e20
|
|
| BLAKE2b-256 |
b8f7166b41484c31e166c8d6798f5feb6b2aaa6773a809f249369598f40621b6
|
File details
Details for the file geomind_ai-1.0.2-py3-none-any.whl.
File metadata
- Download URL: geomind_ai-1.0.2-py3-none-any.whl
- Upload date:
- Size: 16.6 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 |
d1d6d8c19d4d89cec54a8ce2c655052652b797fdfcd10885821bb7e54c665220
|
|
| MD5 |
d9754f715378af57270fd01d4de8a173
|
|
| BLAKE2b-256 |
a8644f31c8e25c8b13d998996c653162fe3c09fa4247ce8f1af7008faf30e9db
|