Public
Edited
Feb 15, 2023
Insert cell
Insert cell
bertin.draw({
params: { projection: d3.geoEqualEarth(), margin: 2.5, clip: true },
layers: [
{ type: "layer", geojson: ipGeo, fill: "black", symbol_size: 12 },
{ type: "layer", geojson: world, fill: "lightgray" }
]
})
Insert cell
Insert cell
fwips.csv
Type Table, then Shift-Enter. Ctrl-space for more options.

Insert cell
world = d3.json(
"https://raw.githubusercontent.com/neocarto/bertin/main/data/world.geojson"
)
Insert cell
bertin = require("bertin")
Insert cell
geo = require("geotoolbox")
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