Connect points with lines QGISCSV with latitude and longitude to a spatial points with QGIS 1.8Extract coordinates from polyline in QGISHow to automatically connect pointHow connect points with lines in QGIS?Connect multiple 2 points with a line in ArcGIS?Connecting two points in ArcGIS for Desktop?Connect two points with fixed longitudinal slope over DEM - QGISJoin shapefile and csv when identification uses two or more attributesMap point with coordinates to zones in QGISDraw Bounds with coordinates in QGIS from CSV

Is there a hemisphere-neutral way of specifying a season?

What does it mean to describe someone as a butt steak?

How could indestructible materials be used in power generation?

Emailing HOD to enhance faculty application

Why does Arabsat 6A need a Falcon Heavy to launch

Will google still index a page if I use a $_SESSION variable?

Is it inappropriate for a student to attend their mentor's dissertation defense?

How to show the equivalence between the regularized regression and their constraint formulas using KKT

I Accidentally Deleted a Stock Terminal Theme

Is it legal for company to use my work email to pretend I still work there?

90's TV series where a boy goes to another dimension through portal near power lines

Why doesn't H₄O²⁺ exist?

How to prevent "they're falling in love" trope

Can I ask the recruiters in my resume to put the reason why I am rejected?

Why "Having chlorophyll without photosynthesis is actually very dangerous" and "like living with a bomb"?

If human space travel is limited by the G force vulnerability, is there a way to counter G forces?

Why is Collection not simply treated as Collection<?>

What mechanic is there to disable a threat instead of killing it?

How can saying a song's name be a copyright violation?

Would Slavery Reparations be considered Bills of Attainder and hence Illegal?

How is it possible to have an ability score that is less than 3?

What is the most common color to indicate the input-field is disabled?

How can I tell someone that I want to be his or her friend?

Did Shadowfax go to Valinor?



Connect points with lines QGIS


CSV with latitude and longitude to a spatial points with QGIS 1.8Extract coordinates from polyline in QGISHow to automatically connect pointHow connect points with lines in QGIS?Connect multiple 2 points with a line in ArcGIS?Connecting two points in ArcGIS for Desktop?Connect two points with fixed longitudinal slope over DEM - QGISJoin shapefile and csv when identification uses two or more attributesMap point with coordinates to zones in QGISDraw Bounds with coordinates in QGIS from CSV






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








1















I have a CSV file with 2 columns with coordinates for the A side and 2 columns for the B side.
I have several identifiers in other columns if needed.



I want to connect these with a line between A and B side. Approx 5500 rows.

Column AE identifier

BC & BD used for A side

BE & BF used for B side



enter image description here
Data example:



Longitude Latitude Expr1_Longitud Expr_1_Latitude 
1295791.166 6469378.367 1292369 6474768
1295791.166 6469378.367 1296158 6470702









share|improve this question
























  • Just make sure points which belong to each other have the same ID, then load everything into QGIS and use points to path/line. Also, a data-example could be helpful.

    – Erik
    2 days ago












  • Please edit your post rather than dumping lines of numbers in the comments which become hard to read. As to how QGIS can connect these points: Add a column which gives each row an ID, then load two points layers, one using the first two coordinates, one using the second pair of coordinates. Join these layers, then use points to lines.

    – Erik
    2 days ago


















1















I have a CSV file with 2 columns with coordinates for the A side and 2 columns for the B side.
I have several identifiers in other columns if needed.



I want to connect these with a line between A and B side. Approx 5500 rows.

Column AE identifier

BC & BD used for A side

BE & BF used for B side



enter image description here
Data example:



Longitude Latitude Expr1_Longitud Expr_1_Latitude 
1295791.166 6469378.367 1292369 6474768
1295791.166 6469378.367 1296158 6470702









share|improve this question
























  • Just make sure points which belong to each other have the same ID, then load everything into QGIS and use points to path/line. Also, a data-example could be helpful.

    – Erik
    2 days ago












  • Please edit your post rather than dumping lines of numbers in the comments which become hard to read. As to how QGIS can connect these points: Add a column which gives each row an ID, then load two points layers, one using the first two coordinates, one using the second pair of coordinates. Join these layers, then use points to lines.

    – Erik
    2 days ago














1












1








1








I have a CSV file with 2 columns with coordinates for the A side and 2 columns for the B side.
I have several identifiers in other columns if needed.



I want to connect these with a line between A and B side. Approx 5500 rows.

Column AE identifier

BC & BD used for A side

BE & BF used for B side



enter image description here
Data example:



Longitude Latitude Expr1_Longitud Expr_1_Latitude 
1295791.166 6469378.367 1292369 6474768
1295791.166 6469378.367 1296158 6470702









share|improve this question
















I have a CSV file with 2 columns with coordinates for the A side and 2 columns for the B side.
I have several identifiers in other columns if needed.



I want to connect these with a line between A and B side. Approx 5500 rows.

Column AE identifier

BC & BD used for A side

BE & BF used for B side



enter image description here
Data example:



Longitude Latitude Expr1_Longitud Expr_1_Latitude 
1295791.166 6469378.367 1292369 6474768
1295791.166 6469378.367 1296158 6470702






qgis line






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 2 days ago









Vince

14.8k32849




14.8k32849










asked 2 days ago









TobbeTobbe

346210




346210












  • Just make sure points which belong to each other have the same ID, then load everything into QGIS and use points to path/line. Also, a data-example could be helpful.

    – Erik
    2 days ago












  • Please edit your post rather than dumping lines of numbers in the comments which become hard to read. As to how QGIS can connect these points: Add a column which gives each row an ID, then load two points layers, one using the first two coordinates, one using the second pair of coordinates. Join these layers, then use points to lines.

    – Erik
    2 days ago


















  • Just make sure points which belong to each other have the same ID, then load everything into QGIS and use points to path/line. Also, a data-example could be helpful.

    – Erik
    2 days ago












  • Please edit your post rather than dumping lines of numbers in the comments which become hard to read. As to how QGIS can connect these points: Add a column which gives each row an ID, then load two points layers, one using the first two coordinates, one using the second pair of coordinates. Join these layers, then use points to lines.

    – Erik
    2 days ago

















Just make sure points which belong to each other have the same ID, then load everything into QGIS and use points to path/line. Also, a data-example could be helpful.

– Erik
2 days ago






Just make sure points which belong to each other have the same ID, then load everything into QGIS and use points to path/line. Also, a data-example could be helpful.

– Erik
2 days ago














Please edit your post rather than dumping lines of numbers in the comments which become hard to read. As to how QGIS can connect these points: Add a column which gives each row an ID, then load two points layers, one using the first two coordinates, one using the second pair of coordinates. Join these layers, then use points to lines.

– Erik
2 days ago






Please edit your post rather than dumping lines of numbers in the comments which become hard to read. As to how QGIS can connect these points: Add a column which gives each row an ID, then load two points layers, one using the first two coordinates, one using the second pair of coordinates. Join these layers, then use points to lines.

– Erik
2 days ago











2 Answers
2






active

oldest

votes


















4














This is a good place to use a geometry generator as the render.



Simply add in the file as using one set of coordinates as a delimited text layer.



Then open up the layer properties and in the symbology.



Choose, Geometry Generator form the Symbol layer type and using the expression:



make_line( make_point("Longitude", "Latitude"), make_point("Expr1_Longitud", "Expr_1_Latitude"))


Like so:



enter image description here






share|improve this answer























  • Works perfect! Many thanks!

    – Tobbe
    2 days ago











  • If i want to save the layer as a kml with the lines how do i do that?

    – Tobbe
    yesterday











  • See answer by @JGH

    – HeikkiVesanto
    yesterday


















2














If you need the line for analysis (and not just for display), you can use a virtual layer.



The expression is very similar to the one provided by @HeikkiVesanto



go the menu layer / add layer / add - edit virtual layer then insert the query



SELECT referenceID, ST_make_line( ST_make_point("Longitude", "Latitude"), ST_make_point("Expr1_Longitud", "Expr_1_Latitude")) as geometry





share|improve this answer























    Your Answer








    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "79"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    autoActivateHeartbeat: false,
    convertImagesToLinks: false,
    noModals: true,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    imageUploader:
    brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
    contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
    allowUrls: true
    ,
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













    draft saved

    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f317461%2fconnect-points-with-lines-qgis%23new-answer', 'question_page');

    );

    Post as a guest















    Required, but never shown

























    2 Answers
    2






    active

    oldest

    votes








    2 Answers
    2






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    4














    This is a good place to use a geometry generator as the render.



    Simply add in the file as using one set of coordinates as a delimited text layer.



    Then open up the layer properties and in the symbology.



    Choose, Geometry Generator form the Symbol layer type and using the expression:



    make_line( make_point("Longitude", "Latitude"), make_point("Expr1_Longitud", "Expr_1_Latitude"))


    Like so:



    enter image description here






    share|improve this answer























    • Works perfect! Many thanks!

      – Tobbe
      2 days ago











    • If i want to save the layer as a kml with the lines how do i do that?

      – Tobbe
      yesterday











    • See answer by @JGH

      – HeikkiVesanto
      yesterday















    4














    This is a good place to use a geometry generator as the render.



    Simply add in the file as using one set of coordinates as a delimited text layer.



    Then open up the layer properties and in the symbology.



    Choose, Geometry Generator form the Symbol layer type and using the expression:



    make_line( make_point("Longitude", "Latitude"), make_point("Expr1_Longitud", "Expr_1_Latitude"))


    Like so:



    enter image description here






    share|improve this answer























    • Works perfect! Many thanks!

      – Tobbe
      2 days ago











    • If i want to save the layer as a kml with the lines how do i do that?

      – Tobbe
      yesterday











    • See answer by @JGH

      – HeikkiVesanto
      yesterday













    4












    4








    4







    This is a good place to use a geometry generator as the render.



    Simply add in the file as using one set of coordinates as a delimited text layer.



    Then open up the layer properties and in the symbology.



    Choose, Geometry Generator form the Symbol layer type and using the expression:



    make_line( make_point("Longitude", "Latitude"), make_point("Expr1_Longitud", "Expr_1_Latitude"))


    Like so:



    enter image description here






    share|improve this answer













    This is a good place to use a geometry generator as the render.



    Simply add in the file as using one set of coordinates as a delimited text layer.



    Then open up the layer properties and in the symbology.



    Choose, Geometry Generator form the Symbol layer type and using the expression:



    make_line( make_point("Longitude", "Latitude"), make_point("Expr1_Longitud", "Expr_1_Latitude"))


    Like so:



    enter image description here







    share|improve this answer












    share|improve this answer



    share|improve this answer










    answered 2 days ago









    HeikkiVesantoHeikkiVesanto

    9,1652245




    9,1652245












    • Works perfect! Many thanks!

      – Tobbe
      2 days ago











    • If i want to save the layer as a kml with the lines how do i do that?

      – Tobbe
      yesterday











    • See answer by @JGH

      – HeikkiVesanto
      yesterday

















    • Works perfect! Many thanks!

      – Tobbe
      2 days ago











    • If i want to save the layer as a kml with the lines how do i do that?

      – Tobbe
      yesterday











    • See answer by @JGH

      – HeikkiVesanto
      yesterday
















    Works perfect! Many thanks!

    – Tobbe
    2 days ago





    Works perfect! Many thanks!

    – Tobbe
    2 days ago













    If i want to save the layer as a kml with the lines how do i do that?

    – Tobbe
    yesterday





    If i want to save the layer as a kml with the lines how do i do that?

    – Tobbe
    yesterday













    See answer by @JGH

    – HeikkiVesanto
    yesterday





    See answer by @JGH

    – HeikkiVesanto
    yesterday













    2














    If you need the line for analysis (and not just for display), you can use a virtual layer.



    The expression is very similar to the one provided by @HeikkiVesanto



    go the menu layer / add layer / add - edit virtual layer then insert the query



    SELECT referenceID, ST_make_line( ST_make_point("Longitude", "Latitude"), ST_make_point("Expr1_Longitud", "Expr_1_Latitude")) as geometry





    share|improve this answer



























      2














      If you need the line for analysis (and not just for display), you can use a virtual layer.



      The expression is very similar to the one provided by @HeikkiVesanto



      go the menu layer / add layer / add - edit virtual layer then insert the query



      SELECT referenceID, ST_make_line( ST_make_point("Longitude", "Latitude"), ST_make_point("Expr1_Longitud", "Expr_1_Latitude")) as geometry





      share|improve this answer

























        2












        2








        2







        If you need the line for analysis (and not just for display), you can use a virtual layer.



        The expression is very similar to the one provided by @HeikkiVesanto



        go the menu layer / add layer / add - edit virtual layer then insert the query



        SELECT referenceID, ST_make_line( ST_make_point("Longitude", "Latitude"), ST_make_point("Expr1_Longitud", "Expr_1_Latitude")) as geometry





        share|improve this answer













        If you need the line for analysis (and not just for display), you can use a virtual layer.



        The expression is very similar to the one provided by @HeikkiVesanto



        go the menu layer / add layer / add - edit virtual layer then insert the query



        SELECT referenceID, ST_make_line( ST_make_point("Longitude", "Latitude"), ST_make_point("Expr1_Longitud", "Expr_1_Latitude")) as geometry






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered 2 days ago









        JGHJGH

        13.5k21139




        13.5k21139



























            draft saved

            draft discarded
















































            Thanks for contributing an answer to Geographic Information Systems Stack Exchange!


            • Please be sure to answer the question. Provide details and share your research!

            But avoid


            • Asking for help, clarification, or responding to other answers.

            • Making statements based on opinion; back them up with references or personal experience.

            To learn more, see our tips on writing great answers.




            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f317461%2fconnect-points-with-lines-qgis%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown





















































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown

































            Required, but never shown














            Required, but never shown












            Required, but never shown







            Required, but never shown







            Popular posts from this blog

            How to write a 12-bar blues melodyI-IV-V blues progressionHow to play the bridges in a standard blues progressionHow does Gdim7 fit in C# minor?question on a certain chord progressionMusicology of Melody12 bar blues, spread rhythm: alternative to 6th chord to avoid finger stretchChord progressions/ Root key/ MelodiesHow to put chords (POP-EDM) under a given lead vocal melody (starting from a good knowledge in music theory)Are there “rules” for improvising with the minor pentatonic scale over 12-bar shuffle?Confusion about blues scale and chords

            What if the end-user didn't have the required library?What is setup.py?What is a clean, pythonic way to have multiple constructors in Python?What does Ruby have that Python doesn't, and vice versa?What is the reason for having '//' in Python?How do I create a namespace package in Python?How to package shared objects that python modules depend on?setuptools vs. distutils: why is distutils still a thing?Navigation in Windows 10 vs code not going to virtualenv library when the same library is installed at user levelPython create package for local usePackaging a project that uses multiple python versionsWhy is permission denied on pip install except for when “--user” is included at end of command?

            Why did Thanos need his ship to help him in the battle scene?Which actor plays Thanos in the Avengers mid-credits scene?Are there economic implications portrayed in comics where the buildings and cities are ruined almost daily?Old X-Men comic where team travels to alien world with a ring-like sun that needs recharging?Why does Ego need help sleeping?Is there an objective answer to who “the strongest Avenger” is?How did Banner get unstuck?Why did Thanos get hit?How did Thanos (or anyone) know the Infinity Stones would give him this power?Did Thanos leave Eitri alive for his after-sales service?In Avengers 1, why does Thanos need Loki?