# Examples · Dash Globe

> Captured from the interactive `usage.py` gallery. Prefer GIFs where the scene animates; otherwise a still PNG shows the rendered state.

HTML version: [examples.html](./examples.html)

## Gallery

- **Basic Points** — Night-earth texture with random colored altitude points (`assets/examples/basic-points.png`)
- **Random Arcs** — Dashed arcs with per-arc dash timing authored in Python (`assets/examples/random-arcs.gif`)
- **Choropleth Countries** — GDP-per-capita coloring with clientside hover highlight (`assets/examples/choropleth.png`)
- **Large Dataset via data_url** — Browser-fetched GeoJSON with summary hover payloads (`assets/examples/large-dataset.gif`)
- **Airline Routes** — OpenFlights-derived routes with hover highlighting (`assets/examples/airline-routes.png`)
- **Day Night Cycle** — First-class day/night shader mode (`assets/examples/day-night-cycle.gif`)
- **Clouds** — Rotating transparent cloud shell (`assets/examples/clouds.gif`)
- **Situation Room** — Camera-aware tethered HTML overlays for briefing-style scenes (`assets/examples/situation-room.png`)

## Run the interactive gallery

```bash
cd dash_globe
python usage.py
```

Source: [usage.py](https://github.com/jeffgallini/dash-globe/blob/master/dash_globe/usage.py)

See also: [API reference](./api.md), [Getting started](./getting-started.md), [llms.txt](./llms.txt).
