Skip to content

Instantly share code, notes, and snippets.

@riyadparvez
Created January 7, 2013 14:24
Show Gist options
  • Save riyadparvez/4475349 to your computer and use it in GitHub Desktop.
Save riyadparvez/4475349 to your computer and use it in GitHub Desktop.
How to add two rasters in ArcGIS

How to add two raster using arcpy

Let's say you have two rasters raster1 and raster2 and you want to add them using arcpy. Most obvious approach is

additionRaster = raster1 + raster2

additionRaster is the addition of raster1 and raster2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment