I have an elevation raster (Ras1) and a polygon of the surface of the potential reservoir formed by the dam and a 450m contour.I used "extract by mask" to create a raster of the reservoir and reclassified this to a constant 450m (Ras2).I am now trying to create a raster (Ras3) that is identical to Ras1 apart from the area covered by Ras2, which should take the Ras2 values (450)I have tried using raster calculator an con([Ras1] > 0, [Ras1], [Ras2]) but the output is identical to Ras2, with no data from Ras1.Where am I going wrong with this? and is this even a sensible method?
Con ( IsNull ( [Ras2] ) , [Ras1] , [Ras2] )
10.x help links:
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.