Platform
Resources
Pricing
Sign in
Get started
Agustín
Information designer at @ripencc. Internet measurements, data, and visualisations.
Workspace
Fork
Public
By
Agustín
Edited
May 16, 2023
Importers
1
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.
Try it for free
Learn more
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
overview
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
overview_
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML