Platform
Resources
Pricing
Sign in
Contact us
Fil
Vocateur.
Workspace
Fork
Published
2 collections
By
Fil
Edited
Jul 7, 2021
Fork of
Mercator GLSL
•
3 forks
1
GLSL projections
Rectangular Polyconic GLSL
Satellite GLSL
Van Der Grinten IV GLSL
Van Der Grinten III GLSL
Van Der Grinten II GLSL
Winkel Tripel GLSL
Lee Modified Stereographic GLSL
Miller Oblated Stereographic GLSL
Modified Stereographic GS48 GLSL
Modified Stereographic GS50 GLSL
Foucaut GLSL
Lagrange GLSL
Kavrayskiy VII GLSL
Eisenlohr GLSL
Eckert VI GLSL
Eckert V GLSL
Eckert IV GLSL
Eckert III GLSL
Eckert II GLSL
Eckert I GLSL
Bertin1953 GLSL
Wagner VI GLSL
Phytoplankton
Briesemeister GLSL
Rectilinear GLSL
Azimuthal Equal-Area GLSL
WebMercator to globe
Cordiform GLSL
Transverse Mercator GLSL
Mercator GLSL
Mollweide GLSL
Atlantis GLSL
Wiechel GLSL
Wagner VII GLSL
Times GLSL
Wagner IV GLSL
Equal Earth GLSL
Conic Equal-Area GLSL
Albers GLSL
Equirectangular GLSL
Conic Conformal GLSL
Conic Equidistant GLSL
Van Der Grinten GLSL
Littrow GLSL
Azimuthal Equidistant GLSL
Armadillo GLSL
Larrivée GLSL
Cylindrical Equal-Area GLSL
Aitoff GLSL
Airy GLSL
August GLSL
Berghaus GLSL
Baker Transverse GLSL
Baker GLSL
Boggs GLSL
Bonne GLSL
Hammer GLSL
Bromley GLSL
Bottomley GLSL
Collignon GLSL
Fahey GLSL
Transverse Fahey GLSL
Loximuthal GLSL
Cylindrical Stereographic GLSL
Cylindrical Equal-Area GLSL
Polyconic GLSL
Patterson GLSL
Miller GLSL
Robinson GLSL
Also listed in…
Projections
Insert cell
Insert cell
Insert cell
Insert cell
projection
=
d3
.
geoTimes
(
)
.
rotate
(
[
-
10
,
0
]
)
.
fitSize
(
[
width
,
height
]
,
{
type
:
"Sphere"
}
)
Insert cell
// https://visibleearth.nasa.gov/images/57730/the-blue-marble-land-surface-ocean-color-and-sea-ice/57732l
image
=
FileAttachment
(
"world.topo.200401.3x5400x2700.jpg"
)
.
image
(
)
.
then
(
d
=>
Object
.
assign
(
d
,
{
style
:
"max-height:100px"
}
)
)
Insert cell
height
=
width
*
0.7
Insert cell
import
{
reglCanvas
,
createDrawCommand
,
regl
}
with
{
width
,
height
,
projection
,
glproj
,
image
}
from
"@fil/phytoplankton"
Insert cell
d3
=
require
(
"d3@7"
,
"d3-geo-projection@3"
,
"d3-geo-polygon@1"
)
Insert cell
import
{
checkbox
,
radio
,
select
}
from
"@jashkenas/inputs"
Insert cell
import
{
atan2
,
cos
,
degrees
,
halfPi
,
radians
,
sin
,
sqrt
}
from
"@fil/math"
Insert cell
import
{
drag
}
from
"@d3/versor-dragging"
Insert cell
import
{
fullscreen
}
from
"@fil/fullscreen"
Insert cell
fullscreen
(
canvas
)
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
Compare fork
Fork
View
Export
Listed in...
GLSL projections
Fil
Projections
Fil
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
canvas
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
glproj
Edit
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
image
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
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
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
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
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML