Hi Ferran - Instead of the raster calculator, I would use the CON geoprocessing tool in the Spatial Analyst toolbox. The syntax for the GP tool would be as follows:in_conditional_raster = your input rasterin_true_raster_or_constant = 0in_false_raster_or_constant = your input rasterwhere_clause = VALUE IS NULLIf the raster cell evaluates as TRUE (i.e. IS NULL), the cell gets a value of 0. Else if the raster cells evaluates FALSE (i.e. IS NOT NULL), then the raster cell gets the original input raster cell value.Good luck!Robert LeClairEsri-Denver
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.