[GIS] Getting polygon shapefile node coordinates and point order

coordinatesorderpointqgisqgis-plugins

I am trying to get the coordinates of each node of a polygon in QGIS. What I basically did is use the following tools:

Vector -> Geometry tools -> Extract nodes

Vector -> Geometry tools -> Export Geometry column

However only around the first 300 points had successfully obtained coordinate values in the new xcoord and ycoord fields. The other three thousand plus points had null values. What can I do to get the other points' coordinates? Also is there an easy way to get the point order of each node?

Best Answer

The mmqgis plugin also allows exporting geometry data to csv. The point order will be preserved.

On importing, the plugin does not like multipolygons.

Related Question