Public
Edited
Mar 10
Insert cell
Insert cell
Insert cell
import {us} from "@observablehq/us-geographic-data"
Insert cell
nation = topojson.feature(us, us.objects.nation)
Insert cell
counties = topojson.feature(us, us.objects.counties)
Insert cell
states = topojson.feature(us, us.objects.states)
Insert cell
Insert cell
Insert cell
canadaNation = d3.json('https://raw.githubusercontent.com/johan/world.geo.json/refs/heads/master/countries/CAN.geo.json')
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more