Hi. I'm Nicolas Lambert, research engineer in geographic information science at CNRS (France). My job is to draw maps and teach cartography at the university. I am a geographer 🌎, and not really a developer 🖥️
Type JavaScript, then Shift-Enter. Ctrl-space for more options. Arrow ↑/↓ to switch modes.
msd=discr.breaks(data,{
method:"msd",
k:msd_k,
middle:middle,
precision:2,
minmax:msdminmax
})
discr.breaks(data,{
method:"headtail",
nb:headtail_range,
precision:2,
minmax:headtailminmax
})
discr.breaks(data,{
method:"pretty",
nb:pretty_range,
minmax:prettylminmax
})
series=newdiscr.JenksClassifier(data,2)
series.classify(7)
{
series.classify(7);
returnseries.countByClass();
}
{
series.classify(7);
returnseries.getClass(30000);
}
series.min()
series.max()
series.population()
series.mean()
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.