5

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?

Curlew
8,2185 gold badges39 silver badges74 bronze badges
asked Jun 13, 2013 at 8:08
1
  • have you tried adding the columns manually by using the $x and $y command in the field calculator (attributetable)? Commented Jun 13, 2013 at 8:38

2 Answers 2

2

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

On importing, the plugin does not like multipolygons.

answered Jun 13, 2013 at 11:29
0

I've noticed:

First: Need to Extract the NODES and save to a file Second: Add the saved file (do not use tue file automaticaly generated into your project - in mine it doesnt work) Third: Save the SHP of the Nodes added as an CSV file.

This way it works for me.

Thank you.

answered Nov 29, 2017 at 19:07

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.