GIS Dictionary

Definitions for GIS terms related to operations such as analysis, GIS modeling and web-based GIS, cartography, and Esri software.

Now available for purchase: A to Z GIS: An illustrated dictionary of geographic information systems.

Search the GIS Dictionary:

  Search  

Browse the GIS Dictionary:

GIS Bibliography

Researching GIS?
Search the GIS Bibliography for a vast index of books, journals, conference proceedings and reports.

terrain dataset pyramid

See Also: pyramid

  1. [3D GIS] A data structure associated with a terrain dataset used to define a multi-resolution surface, which organizes data into different levels of detail, or pyramid levels, and serves to improve performance by enabling the terrain to access only the data required for a particular display or analysis function. Data that is over-sampled or redundant can be avoided.Two pyramid types can be used to build a terrain: z-tolerance and window size. Z-tolerance pyramids filter data into different pyramid levels based on their vertical significance. Window size pyramids filter the data through localized selection biased to max, min, or mean height.