Select to view content in your preferred language

Dissolve by Attribute Range

738
2
11-08-2012 09:30 AM
ClintWyatt
Emerging Contributor
I converted a raster into a vector shapefile and now I would like to dissolve the cells but I want to do it by range. The data is just residual data (% difference) between two previous raster files. I would like to dissolve in 25% increments. I've tried dissolve but it doesn't have the Statistic RANGE available to use.

Any help would be much appreciated.

Thank  you
0 Kudos
2 Replies
by Anonymous User
Not applicable
I think the easiest thing to do would be to just add a new field and assign a unique value for each range.  For example 0-25% =1, range >25 AND range < 50% = 2, and so on then dissolve by that new field.
0 Kudos
EricRice
Esri Regular Contributor
Run the reclassify tool on the raster data prior to converting it to polygons to get the right ranges.  You may still need to dissolve the polygons after the fact depending on your needs. 

Best,
Eric
0 Kudos