A geodesic grid is a technique used to model the surface of a sphere (such as the Earth) with a subdivided polyhedron, usually an icosahedron.

Introduction

A geodesic grid is a global Earth reference that uses cells or tiles to statistically represent data encoded to the area covered by the cell location. The focus of the discrete cells in a geodesic grid reference is different from that of a conventional lattice-based Earth reference where the focus is on a continuity of points used for addressing location and navigation.

In biodiversity science, geodesic grids are a global extension of local discrete grids that are staked out in field studies to ensure appropriate statistical sampling and larger multi-use grids deployed at regional and national levels to develop an aggregated understanding of biodiversity. These grids translate environmental and ecological monitoring data from multiple spatial and temporal scales into assessments of current ecological condition and forecasts of risks to our natural resources. A geodesic grid allows local to global assimilation of ecologically significant information at its own level of granularity.[1]

When modeling the weather, ocean circulation, or the climate, partial differential equations are used to describe the evolution of these systems over time. Because computer programs are used to build and work with these complex models, approximations need to be formulated into easily computable forms. Some of these numerical analysis techniques (such as finite differences) require the area of interest to be subdivided into a grid — in this case, over the shape of the Earth.

Geodesic grids have been developed by subdividing a sphere to developing a global tiling (tessellation) based on a geographic coordinates (longitude/latitude) where a rectilinear cell is defined as the intersection of a longitude and latitude line. This approach is easily understood in terms of accepted Earth reference, accessible using the longitude and latitude as an ordered pair, and implemented in a computer coding as a rectangular grid. However, such a pattern does not conform to many of the main criteria for a statistically valid discrete global grid,[2] primarily that the cells' area and shape are not generally similar; this is especially noticeable as the cells are developed towards the poles.

Another approach gaining favour uses geodesic sphere grids generated by the subdivision of a platonic solid into cells or by iteratively bisecting the edges of the polyhedron and projecting the new cells onto a sphere. In this geodesic grid, each of the vertices in the resulting geodesic sphere corresponds to a cell. One implementation uses an icosahedron as the base polyhedron, hexagonal cells, and the Snyder equal area projection is known as the Icosahedron Snyder Equal Area (ISEA) grid. Another method, using the intersection of a tetrahedron into triangular quadtrees, is known as the Quaternary Triangular Mesh (QTM). A triangular mesh conforms well to representation in a graphics pipeline, and its dual cells are hexagons, convenient for encoding data. The hexagonal geodesic grid inherits many of the virtues of 2D hexagonal grids, and specifically avoids problems with singularities and oversampling near the poles. Along the same line, different Platonic solids could also be used as a starting point instead of an icosahedron or tetrahedron — e.g. cubes are common in video games.

The quadrilateralized spherical cube is a kind of geodesic grid based on subdividing a cube into equal-area cells that are approximately square.

Positive traits

  • Largely isotropic.
  • Resolution can be easily increased by binary division.
  • Does not suffer from over sampling near the poles like more traditional rectangular longitude/latitude square grids.
  • Does not result in dense linear systems like spectral methods do (see also Gaussian grid).
  • No single points of contact between neighboring grid cells. Square grids and isometric grids suffer from the ambiguous problem of how to handle neighbors that only touch at a single point.
  • Cells can be both minimally distorted and near-equal-area. In contrast, square grids are not equal area, while equal-area rectangular grids vary in shape from equator to poles.

Negative traits

  • More complicated to implement than rectangular longitude/latitude grids in computers

History

The earliest use of the (icosahedral) geodesic grid in geophysical modeling dates back to 1968 and the work by Sadourny, Arakawa, and Mintz[3] and Williamson.[4] [5] Later work expanded on this base. [6] [7] [8] [9] [10]

References

  1. Script error
  2. Clarke, Keith C (2000). "Criteria and Measures for the Comparison of Global Geocoding Systems". Discrete Global Grids: Goodchild, M. F. and A. J. Kimerling, Eds. http://www.ncgia.ucsb.edu.
  3. Script error
  4. Script error
  5. Williamson, 1969
  6. Script error
  7. Cullen and Hall, 1979.
  8. Masuda, Y. Girard1 (1987). "An integration scheme of the primitive equation model with an icosahedral-hexagonal grid system and its application to the shallow-water equations". Short- and Medium-Range Numerical Weather Prediction. Japan Meteorological Society. pp. 317–326.
  9. Script error

    Script error</span></cite> </li>

  10. <cite>Randall et al., 2000; Randall et al., 2002.</cite>
  11. </ol>

External links