Public
Edited
Mar 31, 2023
Fork of D3 world map
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
elecv = d3
.csv(
"https://raw.githubusercontent.com/neocarto/resources/master/datasets/DEM/dem2.csv"
)
.then((r) => r.filter((d) => d.lat > -58).filter((d) => d.lat <= 87))
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