I have a raster dataset (tiff) and I want to get a shapefile (polygons) that preserves all cells.
Unfortunately, the Raster to Polygon tool automatically merges all adjacent cells with the same values. I want to prevent this.
The only way that I could think of, is to change all cell values to an auto-incrementing value in order to avoid matching values and therefore a cell merge.
How could I do this? Or is there a more elegant way altogether?