AI agent for geospatial analysis
Project description
1. Install Dependencies
pip install -r requirements.txt
2. Set Up API Key
Set your HuggingFace API key in the environment or update config.py:
# In geomind/config.py
HF_API_KEY = "your_huggingface_api_key"
Get a free API key from HuggingFace.
3. Run the Agent
python main.py
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.0.tar.gz
(15.1 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.0.tar.gz.
File metadata
- Download URL: geomind_ai-1.0.0.tar.gz
- Upload date:
- Size: 15.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cbe33e178c10b719dce377dc8f5e546c5dcccf13833433e1dfb3bec341d5ae83
|
|
| MD5 |
3b80f3fe9d2d6c70fb51b6a0799ee7a4
|
|
| BLAKE2b-256 |
b4ec83cee4da705299961c3dcbcbfb4ad6816f2d4ea2abafbea5e2196a34a2d0
|
File details
Details for the file geomind_ai-1.0.0-py3-none-any.whl.
File metadata
- Download URL: geomind_ai-1.0.0-py3-none-any.whl
- Upload date:
- Size: 16.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
75fb52f58dd18ba0d6952d896f524d5f92c372088a4aacb7337aeacfc78ed812
|
|
| MD5 |
b408e7f81d47a4ed619422656281881d
|
|
| BLAKE2b-256 |
5a62abd26df166f189bc0612043064990f62887ad63e6526a2e0a39fafb64b05
|