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.0.8.tar.gz
(15.4 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.8.tar.gz.
File metadata
- Download URL: geomind_ai-1.0.8.tar.gz
- Upload date:
- Size: 15.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.19
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
420821816685e75c0852b9e8b797d40d7f27a06de1f3205a10c4d9c30cdfccf4
|
|
| MD5 |
70d8aa424196868121eda902d0ede8c2
|
|
| BLAKE2b-256 |
95973a1e03ab68d2a02c5f180056c2acf56beda18c5ed7c81394ed4d27bfe428
|
File details
Details for the file geomind_ai-1.0.8-py3-none-any.whl.
File metadata
- Download URL: geomind_ai-1.0.8-py3-none-any.whl
- Upload date:
- Size: 17.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 |
0e0fb9dfd642479872cae1176fd899a339eb20522c7e34ea49909d9a46944ddc
|
|
| MD5 |
fc0961335306bea341d87d811254a8d5
|
|
| BLAKE2b-256 |
23d92dea3fab800d933501c6e4d823ccf545f731a7a257bd8b4d66e07d3701d9
|