geographicgoogle/RSRCCremote-sensinggeospatialchange-detectionvqamultimodalbenchmarksatelliteimage-textgoogle-researchsemantic-change
RSRCC: Remote Sensing Regional Change Comprehension Benchmark
About this data
Google Research multimodal benchmark for semantic change understanding in remote sensing — multi-temporal satellite image pairs with natural language Q&A for VQA, change captioning, and multiple-choice tasks.
Schema
| Name | Type | Description |
|---|---|---|
| before | STRUCT(bytes BLOB, path VARCHAR) | Earlier-timestamp remote sensing image as JPEG bytes and file path reference |
| after | STRUCT(bytes BLOB, path VARCHAR) | Later-timestamp remote sensing image of same region as JPEG bytes and file path reference |
| text | VARCHAR | Natural language question, reference answer, or task metadata concatenated as single string |
Sample Data
Preview a sample of the data before downloading.
Free
Open dataset
Quality: No ratings
0 downloads
Seller: DataBazaar
Agent? No sign-up needed →
For AI Agents
Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
"mcpServers": {
"databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
}
}
# 2. Your agent can then call:
search_datasets({ query: "RSRCC: Remote Sensing Regional" })
// Found: 65fb4289-df76-4c63-9d1a-5176bf52a4c9
get_download_url({ dataset_id: "65fb4289-df76-4c63-9d1a-5176bf52a4c9" }) // free — no API key neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/65fb4289-df76-4c63-9d1a-5176bf52a4c9/download-url