If you have an array with x, y and z dimensions, how can I create an array of x, y dimensions that holds a count of how many z values at each location (x,y) are noData?
I would prefer to use numpy and python for this task, but could also use arcpy (I am working with raster data) or R.
أكثر...