Geo Contour Waves

Animated isobaric atmospheric contour wave field — fluid procedural sine/cosine curves on dark background

Surfaces
google-apps-script-webmcp-apps
Degraded on
SurfaceNote
webanimates, not interactive
Live preview
Fields
FieldType
titlestringoptional
colorstring (optional, hex, default #a78bfa)optional
intensitynumber (optional, wave band count, default 4, max 8)optional
heightnumber (optional, px, default 350)optional
Example payload
{
  "type": "geo_contour_waves"
}
ARD catalog entry
{
  "identifier": "urn:air:a2uicatalog.ai:atom:geo_contour_waves",
  "displayName": "Geo Contour Waves",
  "type": "application/vnd.a2ui.atom+json",
  "url": "https://a2uicatalog.ai/atoms/geo_contour_waves",
  "capabilities": [
    "google-apps-script-web",
    "mcp-apps"
  ],
  "description": "Animated isobaric atmospheric contour wave field \u2014 fluid procedural sine/cosine curves on dark background",
  "representativeQueries": [
    "show a animated atmospheric contour wave field",
    "animated isobaric atmospheric contour wave field \u2014 fluid procedural sine/cosine curves on dark backg",
    "render a geo contour waves"
  ]
}
← Full ARD catalog
Deploy your own Google Apps Script renderer

The renderer is an open-source Google Apps Script web app. 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 a2ui/apps-script-surface/gas-wired-renderer
clasp push && clasp deploy
Full deploy guide →