Public
Edited
Jun 14, 2023
1 fork
6 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
projection = proj4d3(epsg3035).fitExtent([[0, 0], [width, height]], europe)
Insert cell
Insert cell
Insert cell
path = d3.geoPath(projection)
Insert cell
Insert cell
Insert cell
bb = coords2obj([[-10, 36], [45, 66]])
Insert cell
projection2 = proj4d3(epsg3035).fitExtent([[10, 10], [width, height]], bb)
Insert cell
bb
Insert cell
path2 = d3.geoPath(projection2)
Insert cell
Insert cell
Insert cell
Insert cell
projection3 = d3
.geoAzimuthalEqualArea()
.rotate([-10, -52])
.fitExtent([[10, 10], [width, height]], bb)
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