[GIS] Convert raster to polygon based on cell value ranges using ArcGIS for Desktop

arcgis-desktoppolygonraster

I have a floating point-valued raster which I need to convert to polygon as follows

Put the cells with VALUE < 0.5 into (a small/the smallest number of) polygons

Cells in the range [0.5, 1] into polygons

and so on..

I looked at the Raster to Polygon tool, but there is no place to specify range values.
Is there a tool in ArcGIS Desktop/Toolbox for doing this?

Best Answer

I would use either the Con or Reclassify tools to create a new raster with the value range that you are interested in and then perform the raster-to-vector conversion on this newly created raster. Two steps and you're done!

Related Question