Cubed Sphere
   HOME

TheInfoList



OR:

In mapmaking, a quadrilateralized spherical cube, or quad sphere for short, is an equal-area polyhedral
map projection In cartography, a map projection is any of a broad set of Transformation (function) , transformations employed to represent the curved two-dimensional Surface (mathematics), surface of a globe on a Plane (mathematics), plane. In a map projection, ...
and discrete global grid scheme for data collected on a spherical surface (either that of the Earth or the
celestial sphere In astronomy and navigation, the celestial sphere is an abstract sphere that has an arbitrarily large radius and is concentric to Earth. All objects in the sky can be conceived as being projected upon the inner surface of the celestial sphere, ...
). It was first proposed in 1975 by Chan and O'Neill for the Naval Environmental Prediction Research Facility. This scheme is also often called the COBE sky cube, because it was designed to hold data from the
Cosmic Background Explorer The Cosmic Background Explorer (COBE ), also referred to as Explorer 66, was a NASA satellite dedicated to cosmology, which operated from 1989 to 1993. Its goals were to investigate the cosmic microwave background radiation (CMB or CMBR) of th ...
(COBE) project.


Elements

The quad sphere has two principal characteristic features. The first is that the mapping consists of projecting the sphere onto the faces of an inscribed cube using a curvilinear projection that preserves area. The sphere is divided into six equal regions, which correspond to the faces of the
cube A cube or regular hexahedron is a three-dimensional space, three-dimensional solid object in geometry, which is bounded by six congruent square (geometry), square faces, a type of polyhedron. It has twelve congruent edges and eight vertices. It i ...
. The vertices of the cube correspond to the cartesian coordinates defined by , ''x'', =, ''y'', =, ''z'', on a sphere centred at the origin. For an Earth projection, the cube is usually oriented with one face normal to the
North Pole The North Pole, also known as the Geographic North Pole or Terrestrial North Pole, is the point in the Northern Hemisphere where the Earth's rotation, Earth's axis of rotation meets its surface. It is called the True North Pole to distingu ...
and one face centered on the Greenwich meridian (although any definition of pole and meridian could be used). The faces of the cube are divided into a grid of square bins, where the number of bins along each edge is a power of 2, selected to produce the desired bin size. Thus the number of bins on each face is 22''N'', where ''N'' is the binning depth, for a total of 6 × 22''N''. For example, a binning depth of 10 gives 1024 × 1024 bins on each face or 6291456 (6 × 220) in all, each bin covering an area of 23.6 square 
arcminutes A minute of arc, arcminute (abbreviated as arcmin), arc minute, or minute arc, denoted by the symbol , is a unit of angular measurement equal to of a degree. Since one degree is of a turn, or complete rotation, one arcminute is of a tu ...
(2.00 micro
steradian The steradian (symbol: sr) or square radian is the unit of solid angle in the International System of Units (SI). It is used in three-dimensional geometry, and is analogous to the radian, which quantifies planar angles. A solid angle in the fo ...
s). The second key feature is that the bins are numbered serially, rather than being rastered as for an image. The total number of bits required for the bin numbers at level ''N'' is 2''N'' + 3, where the three most significant bits are used for the face numbers and the remaining bits are used to number the bins within each face. The faces are numbered from 0 to 5: 0 for the north face, 1 through 4 for the equatorial faces (1 being on the meridian), and 5 for the south. Thus at a binning depth of 10, face 0 has bin numbers 0–1,048,575, face 1 has numbers 1,048,576–2,097,151, and so on. Within each face the bins are numbered serially from one corner (the convention is to start at the "lower left") to the opposite corner, ordered in such a way that each pair of bits corresponds to a level of bin resolution. This ordering is in effect a two-dimensional
binary tree In computer science, a binary tree is a tree data structure in which each node has at most two children, referred to as the ''left child'' and the ''right child''. That is, it is a ''k''-ary tree with . A recursive definition using set theor ...
, which is referred to as the '' quad-tree''. The conversion between bin numbers and coordinates is straightforward. If four-byte integers are used for the bin numbers the maximum practical depth, which uses 31 of the 32 bits, results in a bin size of 0.0922 square arcminutes (7.80 nanosteradians). In principle, the mapping and
numbering scheme There are many different numbering schemes for assigning nominal numbers to entities. These generally require an agreed set of rules, or a central coordinator. The schemes can be considered to be examples of a primary key of a database management ...
s are separable: the
map projection In cartography, a map projection is any of a broad set of Transformation (function) , transformations employed to represent the curved two-dimensional Surface (mathematics), surface of a globe on a Plane (mathematics), plane. In a map projection, ...
onto the cube could be used with another bin-numbering scheme, and the numbering scheme itself could be used with any arrangement of bins susceptible to partitioning into a set of square arrays. Used together, they make a flexible and efficient system for storing map data.


Advantages

The quad sphere projection does not produce singularities at the poles or elsewhere, as do some other equal-area mapping schemes. Distortion is moderate over the entire sphere, so that at no point are shapes altered beyond recognition.


Related projections

There are some related projections: * rHEALPix: is a cubic configuration in the HEALPix framework (of 2003), elaborated in 2016. * S2 projection was created at
Google Google LLC (, ) is an American multinational corporation and technology company focusing on online advertising, search engine technology, cloud computing, computer software, quantum computing, e-commerce, consumer electronics, and artificial ...
(published in 2016 with a first pre-release in 2019) for the purpose of defining a discrete global grid scheme. It is similar to the quad sphere but is not equal-area.


See also

*
List of map projections This is a summary of map projections that have articles of their own on Wikipedia or that are otherwise WP:NOTABLE, notable. Because there is no limit to the number of possible map projections, there can be no comprehensive list. Table of proj ...
* Cube mapping * Geodesic grid


References

* * {{DEFAULTSORT:Quadrilateralized Spherical Cube Cartography Map projections