Hi, Is there an easy way to make calculations with rasters with the same projection and resolution but with different extents? i.e. adding a few rasters with partial overlap so that the result raster would be a union or an intersection of the extents.
Something like this but with different extents: gdal_calc.py -A input1.tif -B input2.tif --outfile=result.tif --calc="A+B" Kind regards, Idan
_______________________________________________ gdal-dev mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/gdal-dev
