Hi,
I've got a digital surface model with several false values below zero. So what I'm trying to do is replace all negative values with zero.
I've tried using the followng raster calculator expression:
Con("myraster" > 0, "myraster", 0)
In theory this should keep all values which are >0 and replace all others with 0. However, all I get is an unspecified error message.
I've also tried using the Con Tool itself but the result is the same. Any ideas what I'm doing wrong?