Icosahedral Snyder Equal Area
Snyder's equal-area mapping [Snyder1992] applied to the twenty triangular faces of a regular icosahedron and unfolded into a planar net.
The icosahedron is subdivided into 20 × 6 = 120 right sub-triangles, and each sub-triangle is mapped independently using the area-preserving Snyder construction.
See Polyhedral Snyder Equal Area projections for the shared theory.
Classification |
Polyhedral, equal area |
Available forms |
Forward and inverse, spherical and ellipsoidal |
Defined area |
Global |
Alias |
isea |
Domain |
2D |
Input type |
Geodetic coordinates |
Output type |
Projected coordinates |
proj-string: +proj=isea
Nets & Orientations
isea ships a single net (Snyder's Figure 12, shown above). A second named
orientation is available via +orient=pole, and +dual unfolds the same
mapping onto a dodecahedral net (the same layout as +proj=dsea):
pole
Places one icosahedron vertex on the geographic north pole.
proj-string: +proj=isea +orient=pole
dual
Unfolds the ISEA mapping onto a dodecahedral net.
proj-string: +proj=isea +dual
Parameters
Note
All parameters are optional.
- +dual
Unfolds onto dual dodecahedron net. All options will be interpreted as if
+proj=dseawere specified.
- +orient=<name>
Shorthand for two named orientations. Accepted values:
isea,pole. Equivalent to setting+orient_lat/+orient_lon/+aziexplicitly; individual+orient_*parameters still override.Defaults to
isea.
- +orient_lat=<value>
Geodetic latitude of the polyhedron's first vertex, in degrees. Together with
+orient_lonand+azithis fully constrains the 3D pose of the polyhedron on the sphere.
Defaults to ~58.40° geodetic (arctan(φ) ≈ 58.2825° authalic).
- +orient_lon=<value>
Longitude of the polyhedron's first vertex, in degrees. Together with
+orient_latand+azithis fully constrains the 3D pose of the polyhedron on the sphere.
Defaults to 11.25° on a sphere, 11.20° on an ellipsoid.
- +azi=<value>
Azimuth from the polyhedron's first vertex to its second, in degrees clockwise. Together with
+orient_latand+orient_lonthis fully constrains the 3D pose of the polyhedron on the sphere.
Defaults to 0.0.
- +lat_0=<value>
Geodetic latitude of the geographic point that should land at the projected origin
(0, 0). Used together with+lon_0; the pair translates the projected output without rotating the polyhedron.+x_0/+y_0are applied on top of this translation.When unset, the projected origin falls on the unfold's root face instead (its centroid in general, or its bounding-box centre for
+proj=isea) rather than at a fixed lat / lon.Note
The default convention is to interpret this value as decimal degrees. To specify radians instead, follow the value with the "r" character.
Example: +lat_0=1.570796r
See Projection Units for more information.
- +lon_0=<value>
Geodetic longitude of the geographic point that should land at the projected origin
(0, 0). Used together with+lat_0; the pair translates the projected output without rotating the polyhedron.+x_0/+y_0are applied on top of this translation.When unset, the projected origin falls on the unfold's root face instead (its centroid in general, or its bounding-box centre for
+proj=isea) rather than at a fixed lat / lon.Note
The default convention is to interpret this value as decimal degrees. To specify radians instead, follow the value with the "r" character.
Example: +lon_0=1.570796r
See Projection Units for more information.
- +x_0=<value>
False easting, easting at false origin or easting at projection centre (naming and meaning depend on the projection method). Always in meters.
Defaults to 0.0.
- +y_0=<value>
False northing, northing at false origin or northing at projection centre (naming and meaning depend on the projection method). Always in meters.
Defaults to 0.0.
- +ellps=<value>
The name of a built-in ellipsoid definition.
See Ellipsoids for more information, or execute
proj -lefor a list of built-in ellipsoid names.Defaults to "GRS80".
- +R=<value>
Radius of the sphere, given in meters. If used in conjunction with
+ellps,+Rtakes precedence.See Ellipsoid size parameters for more information.