Published
Edited
Oct 30, 2019
2 forks
Importers
26 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
relief = hillshade(dem, 315, 45, 0.002)
Insert cell
Insert cell
contours = d3.contours()
.thresholds(thresholds)
.size([dem.width, dem.height])
(dem.data);
Insert cell
colorScale = chroma
.scale(colors)
.domain(thresholds);
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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