I have two grids with same cell size, same starting position (top left) and same grid size. I want to sum the grids and create a sum grid as an result:
e.g. grid A + grid B = grid C
How can I achieve that with GDAL?
What happens, if my grids are not identical (1) in grid size (2) in starting position and (3) in cell size.
Thank you very much for the answer.