Hello,
I am using the point to raster tool, summing by "theCalcField", and using a cell size of .85 degrees. So I expect a full blocky-style raster.
Why then does the tool create a raster as though each cell is considering values from outside it's own cell (as per many other spatial analyst tools)?
This is my command.
arcpy.PointToRaster_conversion(LOCATIONS, theCalcField, RASTER_LAYER, "SUM", "NONE", "0.85")
And an image of the raster:
Attachment 34391
I am using the point to raster tool, summing by "theCalcField", and using a cell size of .85 degrees. So I expect a full blocky-style raster.
Why then does the tool create a raster as though each cell is considering values from outside it's own cell (as per many other spatial analyst tools)?
This is my command.
arcpy.PointToRaster_conversion(LOCATIONS, theCalcField, RASTER_LAYER, "SUM", "NONE", "0.85")
And an image of the raster:
Attachment 34391