Platform
Solutions
Resources
Pricing
Sign in
Sign up
Fil
Vocateur.
Workspace
Fork
Published
Projections
By
Fil
Edited
Sep 14, 2018
3 forks
2 stars
Insert cell
Insert cell
map
(
d3
.
geoDodecahedral
(
)
)
Insert cell
Insert cell
d3
.
geoDodecahedral
(
)
.
parents
(
)
Insert cell
{
var
projection
=
d3
.
geoDodecahedral
(
)
.
parents
(
[
-
1
,
0
,
0
,
0
,
1
,
0
,
2
,
0
,
1
,
11
,
6
,
3
]
)
.
rotate
(
[
-
20
,
-
18
,
-
35
]
)
.
fitExtent
(
[
[
0
,
0
]
,
[
960
,
500
]
]
,
{
type
:
"Sphere"
}
)
;
return
map
(
projection
)
;
}
Insert cell
Insert cell
Insert cell
{
var
projection
=
d3
.
geoDodecahedral
(
)
.
angle
(
angle
)
.
fitExtent
(
[
[
0
,
0
]
,
[
960
,
500
]
]
,
{
type
:
"Sphere"
}
)
;
return
map
(
projection
)
;
}
Insert cell
Insert cell
{
var
projection
=
d3
.
geoDodecahedral
(
)
.
parents
(
[
-
1
,
0
,
0
,
0
,
9
,
0
,
9
,
0
,
3
,
8
,
9
,
9
]
)
.
angle
(
72
)
.
rotate
(
[
3
,
0
,
-
32
]
)
// rotation of the Earth inside this model
.
fitExtent
(
[
[
0
,
0
]
,
[
width
,
500
]
]
,
{
type
:
"Sphere"
}
)
;
return
map
(
projection
)
;
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
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.
Try it for free
Learn more
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
angle
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Add comment
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
map
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
land
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML