Select to view content in your preferred language

Reclassify Issue - Analyse Top Three Regions

760
2
07-21-2012 01:01 AM
viovas
by
New Contributor
Hello everybody,

I have a raster with several regions (all Cells have the same value, floating points). Now, I would like to analyse the top three regions. I try to do this with Reclassify, but there is no possibility to get unique values but classes. I guess this is because of floating points. Could you suggest me a sulution for my problem?

It would be great!

Thank you in advance,
Vio
0 Kudos
2 Replies
DanPatterson_Retired
MVP Emeritus
scale them up by some factor of 10, then convert them to integer, ie
Int("yourRaster" * 100)
0 Kudos
viovas
by
New Contributor
Thank you for your quick response! I already thought about that possibility, but that are two more steps. But maybe there is no other possibility...
0 Kudos