Skip to main content

AI agent for geospatial analysis with Sentinel-2 satellite imagery

Project description

GeoMind Logo

GeoMind

An AI agent for geospatial analysis with Sentinel-2 satellite imagery.
Type a plain-English query - GeoMind handles everything else.

PyPI · Docs


GeoMind lets you interact with satellite data through natural language. No code, no GIS software, no manual downloads. Describe what you want - GeoMind geocodes the location, searches the satellite archive, streams only the data it needs, and saves the result to your machine in seconds.

It can generate RGB true-color composites, calculate NDVI vegetation indices, apply cloud cover filters, retrieve band statistics, and handle multiple products in a single query. Queries can reference place names, cities, regions, or raw coordinates. A single instruction like "get a recent image of Scotland and its NDVI" will trigger search, composite generation, and vegetation analysis automatically.


How It Works

Your query  ->  Geocoding  ->  Catalog search  ->  Stream band data  ->  Image output
"Paris RGB"     Paris coords   Recent scenes      ~1-5 MB via Zarr    outputs/*.png
  1. Geocoding - place name is converted to coordinates and a bounding box
  2. Catalog search - recent Sentinel-2 L2A scenes retrieved from STAC API
  3. Cloud-native streaming - only the required band chunks are downloaded (~1–5 MB instead of ~720 MB full scene)
  4. Processing - bands are scaled, stacked, and rendered as PNG
  5. Output - image saved to outputs/ and opened automatically

Traditional vs GeoMind

Traditional:  Full Scene Download -> Local Storage -> Process -> Result
                   ~720 MB            Disk I/O       Slow

GeoMind:      HTTP Range Request  -> Stream Chunks -> Process -> Result
                   ~1-5 MB           No disk         Fast

Installation

pip install geomind-ai

Quick Start

1. Get a free API key at openrouter.ai/settings/keys

2. Launch GeoMind:

geomind

3. Enter your key on first run (saved automatically - never asked again):

OpenRouter API key required (FREE)
Get yours at: https://openrouter.ai/settings/keys

Enter your API key: sk-or-v1-xxxxxxxxxxxxxxxxxxxxxxxx
API key saved!

4. Start querying:

> get me a recent image of scotland and its ndvi
Executing: list_recent_imagery({'location_name': 'Scotland'})
Executing: create_rgb_composite({...})
Executing: calculate_ndvi({...})

RGB composite:  outputs/rgb_composite_7066.png
NDVI:           outputs/ndvi_9664.png
NDVI stats:     min -0.72 / max 0.91 / mean 0.34

Single Query Mode

geomind --query "Find recent imagery of Paris with less than 10% cloud cover"

Key Facts

Data source Sentinel-2 Level-2A (surface reflectance)
Resolution 10 m (RGB, NDVI), 20 m (Red Edge, SWIR)
Default AI model nvidia/nemotron-3-nano-30b-a3b:free via OpenRouter
API key required Free OpenRouter account
Output format PNG saved to outputs/
Data per query ~1–5 MB (cloud-native streaming)
Search lookback 14 days by default, auto-extends if no results
Max cloud cover 50% default, configurable per query

Requirements


Documentation

Full documentation at harshshinde0.github.io/GeoMind

Project details


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.3.0.tar.gz (21.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

geomind_ai-1.3.0-py3-none-any.whl (22.1 kB view details)

Uploaded Python 3

File details

Details for the file geomind_ai-1.3.0.tar.gz.

File metadata

  • Download URL: geomind_ai-1.3.0.tar.gz
  • Upload date:
  • Size: 21.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.19

File hashes

Hashes for geomind_ai-1.3.0.tar.gz
Algorithm Hash digest
SHA256 d03553f61526794cc2e67b54152dfbab3342b8ed2279afb07b4c3bed86b67a95
MD5 0bc61b443ff445e65a67aedc325f63ca
BLAKE2b-256 bb687016b8bc7a839b56a4621b3b7eb9c5b596c3bf314c07876b7c745384b5dd

See more details on using hashes here.

File details

Details for the file geomind_ai-1.3.0-py3-none-any.whl.

File metadata

  • Download URL: geomind_ai-1.3.0-py3-none-any.whl
  • Upload date:
  • Size: 22.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.10.19

File hashes

Hashes for geomind_ai-1.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2f684c78d93fdedb0e90bcc0b32b9218cd330877edce630f8896926f21f69bca
MD5 307734ed9580e89d87a2281403aa8cca
BLAKE2b-256 0f109a55896f72ea15e6bc6dc28228d454856e4cbbfae93d0fa6c8d467dfb269

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page