I have a raster data set where the flag value is 255, representing either no data or a background value.
If I use EXTRACT to try and get the average values for a region, it treats 255 as a valid data value. The flag definition appears to have no effect.
Is there any way around this?