Select to view content in your preferred language

Raster Calculator: Con With NoData

679
0
07-08-2011 05:57 AM
LornaMurison
Regular Contributor
Hi,
I have a dem, and a series of lakes in raster format.  The value of the lake raster represents the minimum value of the dem within that lake.  I want to create a new raster where the only cells are the minimum elevation at each lake.
I have been trying:
Con ([dem] == [LakeMin], [dem], null)
But it is not recognizing "null" or "NoData"
What should I be using?
Thanks!
0 Kudos
0 Replies