Geo Contour Waves

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

Surfaces
apps-script-web
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": [
    "apps-script-web"
  ],
  "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 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 →