I am currently working on a project that I need to determine the number of values in a raster over a certain threshold. The only way I can think of doing this is by creating an attribute table for the raster that I'm analyzing and selecting the values over the threshold allowing me to collect a count of the values. Is there some way to around the 32-bit/floating point restriction, or another tool that anyone has worked with that would allow for the counting of values?
If anyone could help me out, I would be most grateful.