scientificnasaaerospacedecision-rulesuciclassification
Space Shuttle Autolanding Control (NASA / UCI)
About this data
A small NASA decision dataset specifying the conditions — stability, error, sign, wind, magnitude, and visibility — under which a Space Shuttle should land automatically versus manually. A classic UCI benchmark.
Schema
| Name | Type | Description |
|---|---|---|
| Class | VARCHAR | |
| STABILITY | VARCHAR | |
| ERROR | VARCHAR | |
| SIGN | VARCHAR | |
| WIND | VARCHAR | |
| MAGNITUDE | VARCHAR | |
| VISIBILITY | VARCHAR |
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: "Space Shuttle Autolanding Cont" })
// Found: 9c1b3b13-a765-4259-bfe6-4f33a682aaed
get_download_url({ dataset_id: "9c1b3b13-a765-4259-bfe6-4f33a682aaed" }) // free — no API key neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/9c1b3b13-a765-4259-bfe6-4f33a682aaed/download-url