The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
0answers
103 views

Map Algebra in VB.NET Add-In Tool

I'm trying to run a map algebra expression in a vb.net add-in, and can't seem to get it to work. It's a roving window that interpolates noData areas in a DEM. The expression works in the Python ...
1
vote
0answers
149 views

How can I ignore NoData values in map algebra?

I need a way to exclude NoData from calculations. I don't want any NoData cells from any of the rasters to be used in pick or con statements.