Published
Edited
Nov 1, 2021
1 fork
25 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
N = Math.floor(Math.sqrt((count / .29 - 2) / 10))
Insert cell
import { points } with { N } from "@fil/gray-fuller-grid"
Insert cell
import { geoContainsCache } from "@fil/another-hex-map"
Insert cell
contains = geoContainsCache(world)
Insert cell
dots = points.filter(contains).map(d => [d[0] + rnd(), d[1] + rnd()])
Insert cell
world = d3.json("https://unpkg.com/visionscarto-world-atlas@0.0.6/world/110m_land.geojson")
Insert cell
projection = d3.geoOrthographic().rotate([20, 45])
Insert cell
pointRadius = Math.min(20, width / N / 10)
Insert cell
d3 = require("d3@7")
Insert cell
// a bit of noise limits the Moiré
rnd = () => (Math.random() - .5) * (10 / N)
Insert cell
import { drag } from "@fil/attitude"
Insert cell
import { slider } from "@jashkenas/inputs"
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