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

            Club Baloncesto Breogán Índice Historia | Pavillón | Nome | O Breogán na cultura popular | Xogadores | Adestradores | Presidentes | Palmarés | Historial | Líderes | Notas | Véxase tamén | Menú de navegacióncbbreogan.galCadroGuía oficial da ACB 2009-10, páxina 201Guía oficial ACB 1992, páxina 183. Editorial DB.É de 6.500 espectadores sentados axeitándose á última normativa"Estudiantes Junior, entre as mellores canteiras"o orixinalHemeroteca El Mundo Deportivo, 16 setembro de 1970, páxina 12Historia do BreogánAlfredo Pérez, o último canoneiroHistoria C.B. BreogánHemeroteca de El Mundo DeportivoJimmy Wright, norteamericano do Breogán deixará Lugo por ameazas de morteResultados de Breogán en 1986-87Resultados de Breogán en 1990-91Ficha de Velimir Perasović en acb.comResultados de Breogán en 1994-95Breogán arrasa al Barça. "El Mundo Deportivo", 27 de setembro de 1999, páxina 58CB Breogán - FC BarcelonaA FEB invita a participar nunha nova Liga EuropeaCharlie Bell na prensa estatalMáximos anotadores 2005Tempada 2005-06 : Tódolos Xogadores da Xornada""Non quero pensar nunha man negra, mais pregúntome que está a pasar""o orixinalRaúl López, orgulloso dos xogadores, presume da boa saúde económica do BreogánJulio González confirma que cesa como presidente del BreogánHomenaxe a Lisardo GómezA tempada do rexurdimento celesteEntrevista a Lisardo GómezEl COB dinamita el Pazo para forzar el quinto (69-73)Cafés Candelas, patrocinador del CB Breogán"Suso Lázare, novo presidente do Breogán"o orixinalCafés Candelas Breogán firma el mayor triunfo de la historiaEl Breogán realizará 17 homenajes por su cincuenta aniversario"O Breogán honra ao seu fundador e primeiro presidente"o orixinalMiguel Giao recibiu a homenaxe do PazoHomenaxe aos primeiros gladiadores celestesO home que nos amosa como ver o Breo co corazónTita Franco será homenaxeada polos #50anosdeBreoJulio Vila recibirá unha homenaxe in memoriam polos #50anosdeBreo"O Breogán homenaxeará aos seus aboados máis veteráns"Pechada ovación a «Capi» Sanmartín e Ricardo «Corazón de González»Homenaxe por décadas de informaciónPaco García volve ao Pazo con motivo do 50 aniversario"Resultados y clasificaciones""O Cafés Candelas Breogán, campión da Copa Princesa""O Cafés Candelas Breogán, equipo ACB"C.B. Breogán"Proxecto social"o orixinal"Centros asociados"o orixinalFicha en imdb.comMario Camus trata la recuperación del amor en 'La vieja música', su última película"Páxina web oficial""Club Baloncesto Breogán""C. B. Breogán S.A.D."eehttp://www.fegaba.com

            Vilaño, A Laracha Índice Patrimonio | Lugares e parroquias | Véxase tamén | Menú de navegación43°14′52″N 8°36′03″O / 43.24775, -8.60070

            Cegueira Índice Epidemioloxía | Deficiencia visual | Tipos de cegueira | Principais causas de cegueira | Tratamento | Técnicas de adaptación e axudas | Vida dos cegos | Primeiros auxilios | Crenzas respecto das persoas cegas | Crenzas das persoas cegas | O neno deficiente visual | Aspectos psicolóxicos da cegueira | Notas | Véxase tamén | Menú de navegación54.054.154.436928256blindnessDicionario da Real Academia GalegaPortal das Palabras"International Standards: Visual Standards — Aspects and Ranges of Vision Loss with Emphasis on Population Surveys.""Visual impairment and blindness""Presentan un plan para previr a cegueira"o orixinalACCDV Associació Catalana de Cecs i Disminuïts Visuals - PMFTrachoma"Effect of gene therapy on visual function in Leber's congenital amaurosis"1844137110.1056/NEJMoa0802268Cans guía - os mellores amigos dos cegosArquivadoEscola de cans guía para cegos en Mortágua, PortugalArquivado"Tecnología para ciegos y deficientes visuales. Recopilación de recursos gratuitos en la Red""Colorino""‘COL.diesis’, escuchar los sonidos del color""COL.diesis: Transforming Colour into Melody and Implementing the Result in a Colour Sensor Device"o orixinal"Sistema de desarrollo de sinestesia color-sonido para invidentes utilizando un protocolo de audio""Enseñanza táctil - geometría y color. Juegos didácticos para niños ciegos y videntes""Sistema Constanz"L'ocupació laboral dels cecs a l'Estat espanyol està pràcticament equiparada a la de les persones amb visió, entrevista amb Pedro ZuritaONCE (Organización Nacional de Cegos de España)Prevención da cegueiraDescrición de deficiencias visuais (Disc@pnet)Braillín, un boneco atractivo para calquera neno, con ou sen discapacidade, que permite familiarizarse co sistema de escritura e lectura brailleAxudas Técnicas36838ID00897494007150-90057129528256DOID:1432HP:0000618D001766C10.597.751.941.162C97109C0155020