Published
Edited
Feb 18, 2020
2 forks
5 stars
Insert cell
Insert cell
Insert cell
pointA = [-0.2420222, 51.5287714] // london
Insert cell
pointB = [-122.5078109, 37.7578149] // san francisco
Insert cell
line = ({
type: "LineString",
coordinates: [pointA, pointB]
})
Insert cell
Insert cell
topojson = require("topojson-client@3")
Insert cell
graticule = d3.geoGraticule10()
Insert cell
Insert cell
land = topojson.feature(world, world.objects.land)
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