Is it possible in QGIS to create lines from a table storing the X,Y-coordinates of starting and arrival points? So that a line.shp is automatically created? Or exists a plugin to achieve that?
Thank's for any advice! Best regards, phil
|
Is it possible in QGIS to create lines from a table storing the X,Y-coordinates of starting and arrival points? So that a line.shp is automatically created? Or exists a plugin to achieve that? Thank's for any advice! Best regards, phil |
|||||||
|
|
You could make a text file something like that shown below.
Add the file to QGIS: Layer -> Add Delimited Text Layer. Click the 'Plain characters' radio button and enter the 'pipe' character | in the box. Click the 'WKT' radio button and select 'Geom'. When the lines load set the CRS of the layer. Then save the layer as a shapefile :) N. |
|||
|
|