Public
Edited
Aug 2, 2022
Fork of SQL + Chart
2 stars
Insert cell
Insert cell
viewof vocabulary = Inputs.select(schemes.sort((a,b) =>a.title.localeCompare(b.title)), {format: s => s.title, label: "Vokabular"})
Insert cell
Insert cell
Insert cell
Insert cell
levels = Object.entries(metrics.levelDistribution).map(([level, number]) => ({level: 1*level, number}))
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
schemes = fetch("https://raw.githubusercontent.com/gbv/jskos-data/master/metrics.json").then(res => res.json())
Insert cell
bartocUri = "http://bartoc.org/en/node/1051"
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