Rasterlagen
Rasterlagen in geographic information systems (GIS) refers to a data layer composed of a regular grid of cells, or pixels, each cell carries a value representing a geographic attribute. Raster data contrasts with vector data, which uses points, lines, and polygons to model features. Raster layers are well suited for representing continuous phenomena such as elevation, temperature, precipitation, or satellite-derived indices. They are also used for categorical data by assigning each cell a class label.
A raster layer has a defined resolution, which determines the size of each cell in ground units,
Advantages include simple structure, straightforward cell-wise computation, and efficient storage for large continuous surfaces. Limitations include