Notebooks 2.0 is here.
Read the preview announcement
Platform
Resources
Pricing
Sign in
Get started
Friedrich Hartmann
Workspace
Fork
Published
Map Projections and Grids
By
Friedrich Hartmann
Edited
Fork of
A papercraft-friendly World Map Projection
Insert cell
Insert cell
md
`## d3 latest`
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
projection
=
d3
.
geoInterrupt
(
getProj
(
projType
,
d3
)
,
lobes
)
.
scale
(
100
)
.
translate
(
[
map
.
width
/
2
,
map
.
height
/
2
]
)
.
precision
(
.1
)
Insert cell
projpatched
=
d3
.
geoInterrupt
(
getProj
(
projType
,
d3
)
,
lobes
)
.
scale
(
100
)
.
translate
(
[
map
.
width
/
2
,
map
.
height
/
2
]
)
.
precision
(
.1
)
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
//d3patch = require("d3", "https://files-6p35z2y9v.now.sh/d3-geo-projection.js")
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