Published
Edited
Jul 25, 2022
Insert cell
Insert cell
fc = ({
type: "FeatureCollection",
features: [
{
type: "Feature",
geometry: { type: "Point", coordinates: [102.0, 0.5] },
properties: { prop0: "value0" }
},
{ type: "Feature", geometry: null, properties: { prop0: "value1" } }
]
})
Insert cell
Insert cell
clonedFC = clone(fc)
Insert cell
clone = require("https://bundle.run/@turf/clone@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