Wednesday, 2 August 2017

dissolve - Dissolving shapefile but retaining a list of original attribute value in QGIS



How can I dissolve a polygon layer in QGIS based on a single attribute but keep all (or some) other attributes at the same time? This is how I want to retain fields:


There are at least two fields I want to retain the information from in the dissolved shapefile, one is a string, the other one is numerical.


I would like to dissolve the shapefile based on the field "Class", and I want to retain the information of columns "Object_ID" and "Signal_species"


enter image description here




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...