Platform
Resources
Pricing
Sign in
Contact us
Fil
Vocateur.
Workspace
Fork
Public
3 collections
By
Fil
Edited
Dec 31, 2023
4 stars
Voronoi
Plot: Voronoi labels
Delaunay edge coloring
Delaunay sub-graphs
d3-delaunay@6 robustly released
Clip Lloyd
Semi-square voronoi
TP3: Power Diagram and Semi-Discrete Optimal Transport
Spatial interpolation: Voronoi & Blur (code)
Paths Delaunay hover
Self-Organizing Maps meet Delaunay
VoronoiMap2D
Polygon Triangulation
Hello, constrainautor
The Gray-Fuller spatial grid
Unconnected Delaunay Neighbors
Linde–Buzo–Gray stippling
Lloyd’s relaxation on a graph
Manhattan Voronoi II
Manhattan Voronoi
Graph Voronoi
World Cities Urquhart
UK Tricontours
Geo Voronoi interpolation
Spherical contours
Petri dish bubbling
d3-geo-voronoi and gridded data
Delaunay.findTriangle
Iris Voronoi 3
The Voronoi projection
South Africa’s medial axis
Direction to shore
Distance to shore
t-SNE Voronoi
Murphey Butterfly Projection
Alpha shapes 3
Alpha shapes 2
So many countries’ Voronois
Kruskal Maze
Offscreen Voronoi
Geo Mesh & fake points
Drawing Voronoi with two.js
Alpha shapes
Spherical Voronoi
Perturbed Geodesic Rainbow
World Airports Urquhart
Spherical Lloyds Relaxation
Antarctica’s Voronoi
World Airports Voronoi
The Urquhart graph
Geo Delaunay
Also listed in…
Geo
Interpolation
Insert cell
Insert cell
Insert cell
points
=
d3
.
json
(
"https://gist.githubusercontent.com/Fil/6bc12c535edc3602813a6ef2d1c73891/raw/3ae88bf307e740ddc020303ea95d7d2ecdec0d19/points.json"
)
Insert cell
polygons
=
d3
.
geoVoronoi
(
)
.
polygons
(
points
)
Insert cell
color
=
d3
.
scaleSequential
(
d3
.
interpolateRdBu
)
.
domain
(
[
40
,
-
20
]
)
Insert cell
projection
=
d3
.
geoBertin1953
(
)
.
fitExtent
(
[
[
0
,
0
]
,
[
width
,
height
]
]
,
{
type
:
"Sphere"
}
)
Insert cell
import
{
land
}
from
"@fil/geo"
Insert cell
d3
=
require
(
"d3@7"
,
"d3-geo-voronoi@2"
,
"d3-geo-projection@3"
)
Insert cell
height
=
(
(
width
*
2
)
/
3
)
|
0
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.
Try it for free
Learn more
Fork
View
Export
Listed in...
Geo
Fil
Interpolation
Fil
Voronoi
Fil
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
points
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
polygons
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
color
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
projection
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
d3
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
height
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML