Public
Edited
Nov 7, 2023
15 forks
2 stars
Insert cell
Insert cell
Insert cell
Insert cell
config = ({
lat: 38,
lng: -122.5,
zoom: 8,
});
Insert cell
{
renderH3IndexesToMap(map, 'hexes', hexagons)
return md`*{map rendering logic}*`
}
Insert cell
hexagons = {
const center = h3.geoToH3(38, -122.5, h3Resolution);
return h3.kRing(center, 15);
}
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