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.7.tar.gz
(15.3 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.7.tar.gz.
File metadata
- Download URL: geomind_ai-1.0.7.tar.gz
- Upload date:
- Size: 15.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a9fb7a6e40dae3b836a0901b8fe593f6af1166944591598d95c810b92aad937b
|
|
| MD5 |
f078db35c27f205b39573fe7ac3e3c5c
|
|
| BLAKE2b-256 |
9d8e51920ed0e20d66355ebc76b2036816d4a821791dd79ef51c380e5f5a9502
|
File details
Details for the file geomind_ai-1.0.7-py3-none-any.whl.
File metadata
- Download URL: geomind_ai-1.0.7-py3-none-any.whl
- Upload date:
- Size: 17.5 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 |
40369a604e60d17998f6364f22997e3413a74fc22918f3a19376a70ed22bcf19
|
|
| MD5 |
1217f33eaffcb0da0dd1d74bb7f98feb
|
|
| BLAKE2b-256 |
37e8851a6929e2cde8a7f7bb66994d008c2acab06ef9198ebed52b5857ec230b
|