Skip to content

RasterHeader for storing raster meta data

this is the first follow-up on #1004 (and should be merged after #1004) it introduces a tiny struct RasterHeader to story raster meta data and uses this throughout ogs where raster data is handled. it basically replaces 6 parameters in method-calls with one. it also fixes an index bug in Raster to VtkImageData conversion.

Merge request reports

Loading