Grid (spatial index): Difference between revisions

Content deleted Content added
restore reference that was (accidentally?) deleted
AnomieBOT (talk | contribs)
m Dating maintenance tags: {{Fact}}
 
(5 intermediate revisions by 5 users not shown)
Line 1:
{{Short description|Partition of a surface into contiguous cells}}
{{Refimprove|date=September 2018}}
 
In the context of a [[spatial index]], a '''grid''' or '''mesh''' is a regular{{fact|reason=What about irregular grids?|date=October 2023}} [[tessellation]] of a [[manifold]] or [[Surface (topology)|2-D surface]] that [[Space partitioning|divides it]] into a series of contiguous cells, which can then be assigned unique identifiers and used for spatial indexing purposes. A wide variety of such grids have been proposed or are currently in use, including grids based on "[[Square tiling|square]]" or "rectangular" cells, [[Triangular tiling|triangular grids]] or meshes, [[Hexagonal tiling|hexagonal grids]], and grids based on diamond-shaped cells. A "[[discrete global grid |global grid]]" is a kind of grid that covers the entire surface of the [[globe]].
 
==Types of grids==
Line 7 ⟶ 8:
Square or rectangular grids are frequently used for purposes such as translating spatial information expressed in Cartesian coordinates ([[latitude]] and [[longitude]]) into and out of the grid system. Such grids may or may not be aligned with the grid lines of latitude and longitude; for example, [[Marsden Square]]s, [[World Meteorological Organization squares]], [[c-squares]] and others are aligned, while [[Universal Transverse Mercator coordinate system]] and various local grid based systems such as the [[British national grid reference system]] are not. In general, these grids fall into two classes, "''equal angle''" or "''[[equal-area map|equal area]]''". Grids that are "''equal angle''" have cell sizes that are constant in degrees of latitude and longitude but are unequal in area (particularly with varying latitude). Grids that are "''equal area''" ([[statistical grid]]s), that have cell sizes that are constant in distance on the ground (e.g. 100 km, 10 km) but not in degrees of longitude, in particular.
 
A commonly used triangular grid is the "Quaternary Triangular Mesh" (QTM), which was developed by Geoffrey Dutton in the early 1980s. It eventually resulted in a thesis entitled "A Hierarchical Coordinate System for Geoprocessing and Cartography" that was published in 1999.<ref>Geoffrey Dutton.
[http://www.spatial-effects.com/SE-papers1.html "Spatial Effects: Research Papers and Data"] {{Webarchive|url=https://web.archive.org/web/20070219054353/http://www.spatial-effects.com/SE-papers1.html |date=2007-02-19 }}.</ref>
Geoffrey Dutton.
[http://www.spatial-effects.com/SE-papers1.html "Spatial Effects: Research Papers and Data"].
</ref>
This grid was also employed as the basis of the rotatable globe that forms part of the Microsoft [[Encarta]] product.
 
Line 29 ⟶ 28:
==See also==
*[[Discrete global grid]]
*[[Euclidean tilings by convex regular polygons]]
*[[Geodesic grid]]
*[[Spatial index]]
* [[Grid plan]]
*[[Grid reference]]
*[[Geocode]]
* [[hex map]]
*[[quadrilateralized spherical cube]]
*[[Quadtree]]