I am trying to select a value of 2 from a raster (tif) using model builder, and then adding these rasters together, I cant seem to find how to select out the value = 2 to start with, any help please ?
several ways, but Con is a first look
Con (Image Analyst)—ArcGIS Pro | Documentation
out_raster = Con(InRas1, 2, 0, "Value == 2")
Then you can use Plus to add the other raster to out_raster
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.