Published
Edited
Jul 26, 2022
22 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
map([world, cities])
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
map(country_shapes.features[1])
Insert cell
mergedAttributes = merge(country_shapes, country_names, { on: "iso_a3" })
Insert cell
map(mergedAttributes.features[1])
Insert cell
Insert cell
map(countries.features[141])
Insert cell
map(cities.features[0])
Insert cell
mergedSpatial = sjoin(cities, countries, { how: "inner", op: "intersects" })
Insert cell
map(mergedSpatial.features[0])
Insert cell
Insert cell
sm = require("spatialmerge")
Insert cell
Insert cell
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