Monday, 13 July 2015

Converting Raster to vector and creating polygons based on each pixel using QGIS


I want to convert a raster file (100x100m pixel size) which contains population counts as pixel values. I need a vector based file of the 100x100m grids and the population as attributes.



I tried different conversion methods in QGIS, but there will always be pixels merged together.


Is there a way to create a vector grid and assign the raster values to them?




No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...