rastermodel
Rastermodel (often written as raster model or raster data model) is a grid-based representation of geographic phenomena. The space is divided into uniform cells (pixels) arranged in rows and columns; each cell holds a value representing an attribute of the phenomenon at that location. This contrasts with vector models that represent features as points, lines, or polygons. Raster models are widely used in geographic information systems (GIS) and remote sensing because they align well with imagery and gridded data.
A raster's essential properties include its cell size (resolution), extent, and coordinate reference system. Multi-band rasters
Rasters support three broad classes of operations: local (cell-by-cell), focal (neighborhood), and global (across the grid).
Limitations include lack of explicit topology, leading to challenges with network analysis; grid alignment effects can