Published
Edited
Oct 24, 2018
5 forks
Importers
37 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
bonne = d3.geoBonne()
.rotate([-20.0, 0.0])
.center([0.0, 52.0])
.parallel(52)
.translate([width / 2, height / 2])
.scale(700)
.precision(.1)
Insert cell
Insert cell
Insert cell
Insert cell
equidistantConic = d3.geoConicEquidistant()
.rotate([-20.0, 0.0])
.center([0.0, 52.0])
.parallels([35.0, 65.0])
.translate([width / 2, height / 2])
.scale(700)
.precision(.1)
Insert cell
Insert cell
Insert cell
Insert cell
lambertConformalConic = d3.geoConicConformal()
.rotate([-20.0, 0.0])
.center([0.0, 52.0])
.parallels([35.0, 65.0])
.translate([width / 2, height / 2])
.scale(700)
.precision(.1)
Insert cell
Insert cell
Insert cell
Insert cell
albers = d3.geoAlbers()
.rotate([-20.0, 0.0])
.center([0.0, 52.0])
.parallels([35.0, 65.0])
.translate([width / 2, height / 2])
.scale(700)
.precision(.1)
Insert cell
Insert cell
Insert cell
Insert cell
lambertAzimuthalEqualArea = d3.geoAzimuthalEqualArea()
.rotate([-20.0, -52.0])
.translate([width / 2, height / 2])
.scale(700)
.precision(.1)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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