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.6.tar.gz
(15.2 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.6.tar.gz.
File metadata
- Download URL: geomind_ai-1.0.6.tar.gz
- Upload date:
- Size: 15.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba39585ef81c6e9b941214fdbe86c3e3ec4443f42475d14e7517a64a62025ea0
|
|
| MD5 |
e52fa007f8c0d8183480c29199347449
|
|
| BLAKE2b-256 |
84a69fc72f53780210ae5ab31c430ee7506d300d837e011922fdac145249425d
|
File details
Details for the file geomind_ai-1.0.6-py3-none-any.whl.
File metadata
- Download URL: geomind_ai-1.0.6-py3-none-any.whl
- Upload date:
- Size: 17.4 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 |
3788acdbd4ea96e4dfa083bb835fbea093de4535fad792268c2f1b27a20c8173
|
|
| MD5 |
a5078daff6106cac1a626cd7823362ed
|
|
| BLAKE2b-256 |
27eaa2a1f4955398d98efc382958939aac7f809e3661833c811d85794dd070f9
|