Platform
Resources
Pricing
Sign in
Get started
Harry Stevens
News and graphics at @ClimateLab, a project of @PostGraphics.
Workspace
Fork
Published
3 collections
By
Harry Stevens
Edited
ISC
2 forks
Importers
73 stars
4
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
geojson
=
rawdata
.
lats
.
map
(
(
lat
,
i
)
=>
{
return
{
"type"
:
"Feature"
,
"geometry"
:
{
"type"
:
"Point"
,
"coordinates"
:
[
+
rawdata
.
lons
[
i
]
,
+
lat
]
}
,
"properties"
:
{
"trend"
:
+
rawdata
.
trend
[
i
]
,
"index"
:
i
}
}
}
)
;
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
colorScale
=
d3
.
scaleLinear
(
)
.
domain
(
values
)
.
range
(
colors
)
.
interpolate
(
d3
.
interpolateLab
)
;
Insert cell
Insert cell
Insert cell
voronoiGenerator
=
d3
.
voronoi
(
)
.
x
(
d
=>
d
.
x
)
.
y
(
d
=>
d
.
y
)
.
size
(
[
width
,
height
]
)
;
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
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