Published
Edited
Dec 15, 2019
Fork of Polyconic
3 stars
Insert cell
Insert cell
projection = d3.geoPolyconic()
.rotate([100, 0]) // Central Meridian 100°W
.center([0, 37])
.translate([w / 2, h / 2])
.scale(w * 0.79)
.clipExtent([[1, 1], [w - 1, h - 1]])
.precision(0.1)
Insert cell
Insert cell
w = Math.min(400, width)
Insert cell
h = w * 1.85 // aspect ratio
Insert cell
land = d3.json(
"https://unpkg.com/visionscarto-world-atlas/world/110m_land.geojson"
)
Insert cell
d3 = require("d3@5", "d3-geo-projection@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