Geo Iso Takeoff

Full-viewport isometric 3D canvas animation of an A321neo (or other narrowbody) departing from Toulouse Blagnac (LFBO). Shows rolling takeoff run, rotation, gear retraction, and climb-out against a night-sky grid. HUD overlay shows airline code, aircraft type, and runway. Accent colour auto-selected from airline ICAO (AIB=Airbus blue, EZY=orange, AFR=Air France blue, BAW=British Airways red, DLH=Lufthansa navy, RYR=Ryanair blue). Includes a LIVE RADAR button that opens the airspace_command_deck for LFBO.

Surfaces
apps-script-web
Fields
FieldType
titlestring. HUD title line. Default "LFBO RWY 32L — A321neo DEPARTURE".optional
airlinestring. ICAO airline code for accent colour — AIB, EZY, AFR, BAW, DLH, RYR. Default AIB.optional
aircraft_typestring. ICAO aircraft type code — A21N (A321neo), A320, B738. Default A21N.optional
Example payload
{
  "type": "geo_iso_takeoff"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:geo_iso_takeoff",
  "displayName": "Geo Iso Takeoff",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/geo_iso_takeoff",
  "capabilities": [
    "apps-script-web"
  ],
  "description": "Full-viewport isometric 3D canvas animation of an A321neo (or other narrowbody) departing from Toulouse Blagnac (LFBO). Shows rolling takeoff run, rotation, gear retraction, and climb-out against a night-sky grid. HUD overlay shows airline code, aircraft type, and runway. Accent colour auto-selected from airline ICAO (AIB=Airbus blue, EZY=orange, AFR=Air France blue, BAW=British Airways red, DLH=Lufthansa navy, RYR=Ryanair blue). Includes a LIVE RADAR button that opens the airspace_command_deck for LFBO.",
  "representativeQueries": [
    "show a isometric 3D canvas of A321neo takeoff from LFBO \u2014 animated roll, rotation, gear-up, climb; HUD with airline/runway",
    "full-viewport isometric 3d canvas animation of an a321neo (or other narrowbody) departing from toulo",
    "render a geo iso takeoff"
  ]
}
← Full ARD catalog Try it live →
Deploy your own renderer

The renderer is open source. Deploy your own instance in 4 commands — you own the URL, no dependency on the demo endpoint.

git clone https://github.com/a2uicatalog/a2ui
cd apps-script-surface/gas-schema-renderer
clasp push && clasp deploy
Full deploy guide →