Public
Edited
May 16, 2023
Importers
Insert cell
Insert cell
overview = overview_.map((r) => {
let asn = parseInt(r.asn.split(">")[1].split("<")[0]);
return {
...r,
asn: asn,
aspop: dataRipencc.countries[r["country iso"]]?.apnic.filter(
(apnic) => apnic.as === asn
)[0] // TODO assuming 1-element array
};
})
Insert cell
overview_ = FileAttachment("overview.json").json()
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