Raster To Polygon conversion aggregates adjacent grid cells of the same value into a single polygon. This tool should include a user option to keep the separate grid cells as separate polygons, so that each grid cell gets a polygon.
I believe this could be accomplished using the following steps, though I would only try this with a smaller raster.
Create ROWMAP and COLMAP using this python code https://community.esri.com/message/441910 Run Combine of ROWMAP, COLMAP and your raster Run Raster To Polygon Join Field to the Combine output raster table by GRIDCODE, VALUE to bring in your values
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.