I am developing a model in ArcGIS and using the python scripting to generate a toolbox.
Some calculations are done by reading the elevations and points from a triangular mesh and generating some rasters based on those points.
The code generates 3 rasters, which two of them were generated using IDW interpolation and one of them is made by extracting points to raster. Then I add two of those rasters (one from IDW and the other from extract points to rasters). I use the same cell size for both IDW and extraction. The rasters show me the elevation in every point and I did the Raster calculation manually and it did work but when I run the code, the result for that summation for some points shows no data value (-9999) for some points.
If I change the cell size, the location and number of these points change . This problem has not happened for another mesh that I used before but this time it is happening and I have no idea about it. Can anyone help?