Public
Edited
Dec 15, 2023
Insert cell
Insert cell
Plot.plot({
projection: "equal-earth",
width,
marks: [
Plot.geo(land, { fill: "#000" }),
Plot.graticule(),
Plot.sphere()
]
})
Insert cell
land = topojson.feature(land50m, land50m.objects.land)
Insert cell
land50m = FileAttachment("land-50m.json").json()
Insert cell
data = fetch("https://airlabs.co/api/v9/routes?api_key=3b633c18-87dd-4276-a88e-a82be484ca7f").then((response) => response.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