Public
Edited
Nov 7, 2023
2 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
{
// Get all 122 res 0 base cells
const res0Cells = h3.getRes0Cells();
// For each base cell, iterate over all res 15 children
for (const parent of res0Cells) {
const childCount = h3.cellToChildrenSize(parent, 15);
for (let childPos = 0; childPos < childCount; childPos++) {
const child = h3.childPosToCell(childPos, parent, 15);
yield Promises.delay(300, child);
}
}
}
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
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