Heightmaps
Heightmaps are a type of raster data used to store elevation information. Each cell (pixel) contains a value indicating the height at that location. In its simplest form, a heightmap is a grayscale image, where darker values represent lower elevations and brighter values higher elevations. Multichannel or color heightmaps can encode elevation or additional attributes with color.
In 3D graphics and GIS, heightmaps are converted into terrain models by creating a grid of vertices
Common data sources include digital elevation models from satellites or aircraft, LiDAR, and photogrammetry. File formats
Color heightmaps, or colormapped heightmaps, map height values to colors to aid visualization, while separate normal
Limitations include resolution constraints, interpolation artifacts, and the fact that a heightmap encodes only surface elevation