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!