Public
Edited
Aug 17, 2021
8 forks
22 stars
Also listed in…
H3
Insert cell
Insert cell
Insert cell
viewof h3Resolution = html`<input type=range min=7 max=10 step=1 value=9>`
Insert cell
Insert cell
viewof crimeWeight = html`<input type=range min=0 max=1 step=any value=1>`
Insert cell
viewof schoolWeight = html`<input type=range min=0 max=1 step=any value=1>`
Insert cell
viewof bartWeight = html`<input type=range min=0 max=1 step=any value=1>`
Insert cell
viewof travelWeight = html`<input type=range min=0 max=1 step=any value=1>`
Insert cell
viewof cafesWeight = html`<input type=range min=0 max=1 step=any value=1>`
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
mapLayers = [
{hexagons: schoolsLayer, weight: schoolWeight},
{hexagons: bartLayer, weight: bartWeight},
{hexagons: travelTimeLayer, weight: travelWeight},
// Crime is bad, so we'll subtract it instead of adding
{hexagons: crimeLayer, weight: -crimeWeight},
{hexagons: cafesLayer, weight: cafesWeight},
]
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
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell

One platform to build and deploy the best data apps

Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Learn more