Hello all,
I have a raster with suitability value ranging from 0 till 1. 0 indicates least suitable and 1 is the best. In other words as value increases from 0 to 1, suitability also increases. I am looking for an exactly 100 square kilometres of areas from this raster image with high suitability value(SV).
I am doing trial and error by reclassifying the raster image with 0.8 and above values and then checking the overall size from the attribute table.
If it is more than 100 Sq km then i make a another (higher) cut off in reclassifying like 0.85 and then checking the cell numbers of the result. Is there some other simpler way to do this than doing trial and error?
Thank you !