Published
Edited
Aug 22, 2022
1 fork
Importers
Insert cell
Insert cell
H3WorldMap, html`
<style>h3-worldmap { --primary-color: indigo; width: 640px; height: 320px; }</style>
<h3-worldmap
projection="naturalEarth"
areas='${JSON.stringify(areas)}'
land-geometry-src="${worldAtlasSrc}" land-geometry-coll="land">
</h3-worldmap>`
Insert cell
areas = [ "80abfffffffffff", "80e1fffffffffff", "80a5fffffffffff",
"8035fffffffffff", "801ffffffffffff" ]
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
worldAtlasSrc = FileAttachment("land-50m.json").url()
Insert cell
Insert cell
H3WorldMap = import( 'https://cdn.skypack.dev/pin/@olange/h3-worldmap@v0.1.5-0h1z2YD7sJi6yTNNUgtQ/mode=imports,min/optimized/@olange/h3-worldmap.js')
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