Public
Edited
Dec 4, 2018
5 forks
12 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
hexagons = {
const layer = {};
sfTravelTimes.features.forEach(feature => {
const hexagons = geojson2h3.featureToH3Set(feature, h3Resolution);
hexagons.forEach(h3Index => {
layer[h3Index] = feature.properties.travelTime;
})
});
return normalizeLayer(layer);
}
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