[Qgis-user] Export polygon coordinates qgis

Enrico Ferreguti enricofer at gmail.com
Tue Mar 17 01:50:07 PDT 2015


You can simply copy selected features from attributes table and paste them
to excel table.
in the first column you will find magically the geom attribute in WKT (Well
Known Text format) containing all vertices coordinates expressed in layer
srs.
To get lat/long in geom field you need to explicitly reproject layer with
vector or processing tool. Reproject on the fly does not apply on copy &
paste geom field.
Regards

2015-03-17 9:08 GMT+01:00 Tomasz Bigaj <tomek at jagielka.eu>:

> Hello,
>
>
>
> I need to export polygon coordinates from shp  to text file.
>
> I can mark an object on map and use “Ctrl+C” but only x y coordinates are
> copied.
>
> How can I recalculate X Y coordinates to get lat/long geographical
> coordinates? I’d prefer to do it in Excel, because have a lot of extracted
> X Y data.
>
>
>
> Regards - Tomek
>
> _______________________________________________
> Qgis-user mailing list
> Qgis-user at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-user/attachments/20150317/e607bd9c/attachment.html>


More information about the Qgis-user mailing list