Published
Edited
Jan 28, 2022
Importers
7 stars
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
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
tree = {
const json = await FileAttachment("gisaid-tree-26-jan.json").json();

const hierachy = d3.hierarchy(json);

const descendants = hierachy.descendants();
const links = hierachy.links();

return { hierachy, descendants, links };
}
Insert cell
node_reg_exp = /NODE/
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