Platform
Resources
Pricing
Sign in
Contact us
Torben Jansen
dataviz engineer w/ passion for algorithms, maps & music
Workspace
Fork
Published
Maps & Projections
By
Torben Jansen
Edited
Oct 24, 2018
5 forks
Importers
37 stars
Maps & Projections
Pen and ink stipple effect
Spilhaus World Ocean Map in a Square
Adams World in a Square I + II
Tissot's indicatrix
Mapping the Mediterranean
"Magnifying-Glass" projections
Sinucyli projection
Nicolosi globular - inverse
Waldseemüller's gore map
Trimetric projection of Europe
Five map projections for Europe
Ortelius oval
Nicolosi globular projection
Stereographic hemispheres
Land and water hemispheres
Atlantic Ocean
Chamberlin's Trimetric projection of North America
Pacific Ocean
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
bonne
=
d3
.
geoBonne
(
)
.
rotate
(
[
-
20.0
,
0.0
]
)
.
center
(
[
0.0
,
52.0
]
)
.
parallel
(
52
)
.
translate
(
[
width
/
2
,
height
/
2
]
)
.
scale
(
700
)
.
precision
(
.1
)
Insert cell
Insert cell
Insert cell
Insert cell
equidistantConic
=
d3
.
geoConicEquidistant
(
)
.
rotate
(
[
-
20.0
,
0.0
]
)
.
center
(
[
0.0
,
52.0
]
)
.
parallels
(
[
35.0
,
65.0
]
)
.
translate
(
[
width
/
2
,
height
/
2
]
)
.
scale
(
700
)
.
precision
(
.1
)
Insert cell
Insert cell
Insert cell
Insert cell
lambertConformalConic
=
d3
.
geoConicConformal
(
)
.
rotate
(
[
-
20.0
,
0.0
]
)
.
center
(
[
0.0
,
52.0
]
)
.
parallels
(
[
35.0
,
65.0
]
)
.
translate
(
[
width
/
2
,
height
/
2
]
)
.
scale
(
700
)
.
precision
(
.1
)
Insert cell
Insert cell
Insert cell
Insert cell
albers
=
d3
.
geoAlbers
(
)
.
rotate
(
[
-
20.0
,
0.0
]
)
.
center
(
[
0.0
,
52.0
]
)
.
parallels
(
[
35.0
,
65.0
]
)
.
translate
(
[
width
/
2
,
height
/
2
]
)
.
scale
(
700
)
.
precision
(
.1
)
Insert cell
Insert cell
Insert cell
Insert cell
lambertAzimuthalEqualArea
=
d3
.
geoAzimuthalEqualArea
(
)
.
rotate
(
[
-
20.0
,
-
52.0
]
)
.
translate
(
[
width
/
2
,
height
/
2
]
)
.
scale
(
700
)
.
precision
(
.1
)
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
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
projection
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
_bonne
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
bonne
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
_equidistantConic
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
equidistantConic
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
_lambertConformalConic
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
lambertConformalConic
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
_albers
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
albers
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
_lambertAzimuthalEqualArea
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
lambertAzimuthalEqualArea
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
graticule
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
height
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
width
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
countries
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
land
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
world
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
d3
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
topojson
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML