1

Is there a proper way of polygonizing a continuous raster so that every cell becomes a polygon? What I do now is make the cells differ enough so that the algorithm makes different polygons of them. for example:

raster1 ^ 8 -> raster2
polygonize raster2 -> vector1 

This is however not a guaranteed-to-work approach. Anyone has any ideas on a better approach?

Johan
  • 1,141
  • 1
  • 10
  • 19
  • 2
    A workaround by creating a grid and attaching values from the raster: http://gis.stackexchange.com/questions/54362/how-to-make-polygon-from-cells-of-a-raster. OpenJUMP can convert rasters which are opened as Sextante rasters into point or polygon grid directly. – user30184 Feb 19 '16 at 09:28

0 Answers0