Public
Edited
Jan 16, 2023
Fork of Hello, Turf!
2 forks
Insert cell
Insert cell
Insert cell
bbox = [-121.1, 47.4, -120.71, 47.64] // edit me!
Insert cell
Insert cell
Insert cell
Insert cell
turf.bbox({
type: "Feature",
properties: {},
geometry: {
type: "Polygon",
coordinates: [
[
[-121.1, 47.4],
[-120.71, 47.4],
[-120.71, 47.64],
[-121.1, 47.64],
[-121.1, 47.4]
]
]
}
})
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