Published
Edited
May 5, 2020
1 star
Insert cell
md`# River Cam Distances`
Insert cell
Insert cell
Insert cell
mutable pos = [0,0]
Insert cell
path = d3.geoPath(projection)
Insert cell
projection = d3.geoIdentity()
.reflectY(true)
.fitWidth(width, data)
Insert cell
width = 800
Insert cell
height = 400
Insert cell
Insert cell
Insert cell
Insert cell
topojson = require("topojson-client")
Insert cell
turf = require("@turf/turf")
Insert cell
d3 = require("d3-geo@1", "d3-array@2")
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