Published
Edited
Jul 22, 2019
3 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
geojsonData = GeoJSON.parse(coordinates, {Point: ['gis_latitude', 'gis_longitude']})
Insert cell
fitProjection = d3.geoConicConformal()
.parallels([33, 45])
.rotate([96, -45])
.fitExtent([[10, 10], [width - 10, height - 10]], geojsonData)
Insert cell
path = d3.geoPath(fitProjection)
Insert cell
Insert cell
Insert cell
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