geographicgoogle/RSRCCremote-sensinggeospatialchange-detectionvqamultimodalbenchmarksatelliteimage-textgoogle-researchsemantic-change

RSRCC: Remote Sensing Regional Change Comprehension Benchmark

Category
Geographic
Records
126,131 rows
Format
PARQUET
Update Frequency
One-time snapshot
Collection Method
auto_imported_huggingface_federated
PII
None detected
File Size
~22624 MB
Downloads
0

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

NameTypeDescription
beforeSTRUCT(bytes BLOB, path VARCHAR)Earlier-timestamp remote sensing image as JPEG bytes and file path reference
afterSTRUCT(bytes BLOB, path VARCHAR)Later-timestamp remote sensing image of same region as JPEG bytes and file path reference
textVARCHARNatural 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
Sign up to download

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 needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/65fb4289-df76-4c63-9d1a-5176bf52a4c9/download-url