Public
Edited
Jan 1
1 star
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
Insert cell
Insert cell
Insert cell
Insert cell
sphere = ({ type: "Sphere" })
Insert cell
projection = d3[projectionName]()
.rotate([-location[0], -location[1]])
.precision(0.1)
Insert cell
land110 = FileAttachment("land-110m.json").json()
Insert cell
import { countrymesh } from "@d3/world-choropleth/2"
Insert cell
land = topojson.feature(land110, land110.objects.land)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
import { rewind } from "@fil/rewind"
Insert cell
Insert cell
versor = require("versor@0.0.4")
Insert cell
htl.html`<style>
.pointer-events-none {pointer-events: none}
.cursor-pointer {cursor: pointer}
.tz-plot g {cursor: pointer}
</style>`
Insert cell
turf = require("@turf/turf@7.2")
Insert cell
turf.simplify(features[0])
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