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"
geomind --query "Create an RGB true-color composite visualization from the December 25th image"
geomind --query "Create an NDVI from the December 25th image"
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.1.1.tar.gz
(18.0 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.1.1.tar.gz.
File metadata
- Download URL: geomind_ai-1.1.1.tar.gz
- Upload date:
- Size: 18.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5b89452813e6165a7424df601610bcf2da5f2354c761cee8ae66566d4284a54
|
|
| MD5 |
1e5ee32e49238019ac9cf49d685b3084
|
|
| BLAKE2b-256 |
7a00fc7c0c41f5911ae0a784615fd47633571ae96c9eae91d023cebdc80b8669
|
File details
Details for the file geomind_ai-1.1.1-py3-none-any.whl.
File metadata
- Download URL: geomind_ai-1.1.1-py3-none-any.whl
- Upload date:
- Size: 20.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 |
3268f01e25b924317e90eb544c7be3221764f2b7096f20bafa9390c5d3f15fc8
|
|
| MD5 |
f53c976814e5f87945d1869a33a31281
|
|
| BLAKE2b-256 |
35a4c460ebadc3dd99958a6e5ade66c496446299b7a23c3bb647518b406c75f0
|