Published
Edited
Oct 21, 2021
Insert cell
Insert cell
Insert cell
point = ({
type: "Feature",
properties: {},
geometry: {
type: "Point",
coordinates: [7.237860560417174, 45.12233909279541]
}
})
Insert cell
buffer = turf.buffer(point, 50, { units: "meters" })
Insert cell
radius = Math.sqrt(turf.area(buffer) / Math.PI)
Insert cell
turf = require("@turf/turf@6.5.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