Classify more than 32 quantiles

3765
12
Jump to solution
07-03-2015 06:14 AM
DitlevReventlow
Occasional Contributor II

Hey everyone.

Is there anyway to classify with more than 32 quantiles? 32 quantiles is apparently the maximum that I can pick in Symbology-->classified--> classify.

Thank you.

Best regards

Ditlev Reventlow.

Tags (2)
0 Kudos
12 Replies
XanderBakker
Esri Esteemed Contributor

The alternative would be to create a new raster using Slice—Help | ArcGIS for Desktop with EQUAL AREA. This excepts more than 32 classes. If you use 40, you will have 2.5 percentile for each value produced. With 50 zones, each output value represents 2%, etc:

DitlevReventlow
Occasional Contributor II

I tried to use Slice and did this into 40 equal area intervals. This worked but the original value (the precipitation value) was lost. However, then I did combined it with the original raster which yielded a raster dataset where all the precipitation values have a number. Then I can use Con("rasterdataset"!=1,"rasterdataset") and Con("rasterdataset"!=40,"rasterdataset") to remove the two 2,5 % tails. Should solve the problem!

Doed this sound reasonable? I dont know if it could be solved it a smarter way, though.

0 Kudos
XanderBakker
Esri Esteemed Contributor

You could use the SetNull tool to set the tails to NoData. However, if the idea is just for visualization, you can better use suggestion Dan provided.

0 Kudos