How to find which direction to flow between two points in QGIS Python? [on hold]How to find share segments between two shapes (line) using QGIS?QGIS how to compute a trendline of two point lines?Draw lines between two points in QGISIterating between two layers using QGIS pythonFind out point which falls between two parallel linesPython shapely difference between two polygonsHow to calculate the difference in elevation between two datasets of points?How to find road distance between points from two shapefiles in QGISCreating line between two points with same value using QGIS?Getting line geometry out of two points using QGIS?

What is the word for reserving something for yourself before others do?

How do I write bicross product symbols in latex?

How would I stat a creature to be immune to everything but the Magic Missile spell? (just for fun)

Dealing with conflict between co-workers for non-work-related issue affecting their work

Anagram holiday

Why do I get two different answers for this counting problem?

Why are electrically insulating heatsinks so rare? Is it just cost?

Why doesn't using multiple commands with a || or && conditional work?

Saudi Arabia Transit Visa

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

Why do bosons tend to occupy the same state?

Does a druid starting with a bow start with no arrows?

Why was the shrinking from 8″ made only to 5.25″ and not smaller (4″ or less)?

How could indestructible materials be used in power generation?

How to blend text to background so it looks burned in paint.net?

How do I find out when a node was added to an availability group?

Fully-Firstable Anagram Sets

Assassin's bullet with mercury

Avoiding the "not like other girls" trope?

A reference to a well-known characterization of scattered compact spaces

Why doesn't H₄O²⁺ exist?

Arrow those variables!

Alternative to sending password over mail?

Issue with type force PATH search



How to find which direction to flow between two points in QGIS Python? [on hold]


How to find share segments between two shapes (line) using QGIS?QGIS how to compute a trendline of two point lines?Draw lines between two points in QGISIterating between two layers using QGIS pythonFind out point which falls between two parallel linesPython shapely difference between two polygonsHow to calculate the difference in elevation between two datasets of points?How to find road distance between points from two shapefiles in QGISCreating line between two points with same value using QGIS?Getting line geometry out of two points using QGIS?













1















I want to find which way direction to go based on two points and line segment.
I have two layer line layer and point layer.user selects the two points in lines layer.
I have to find which direction to go from first point to second point based on line segments to collect intermediate points.



All the lines in line layer is breaked every point to point.I want only one direction .



I have already tried create the buffer for first point to get inital two lines and loop through direction left or right until second point found. It takes more time.



How can I do that?



enter image description here.










share|improve this question















put on hold as off-topic by ahmadhanb, Vince, LaughU, J.R, Andre Silva 2 days ago


This question appears to be off-topic. The users who voted to close gave this specific reason:


  • "When seeking help to debug/write/improve code always provide the desired behavior, a specific problem/error and the shortest code (as formatted text, not pictures) needed to reproduce it in the question body. Providing a clear problem statement and a code attempt helps others to help you." – ahmadhanb, Vince, LaughU, Andre Silva
If this question can be reworded to fit the rules in the help center, please edit the question.




















    1















    I want to find which way direction to go based on two points and line segment.
    I have two layer line layer and point layer.user selects the two points in lines layer.
    I have to find which direction to go from first point to second point based on line segments to collect intermediate points.



    All the lines in line layer is breaked every point to point.I want only one direction .



    I have already tried create the buffer for first point to get inital two lines and loop through direction left or right until second point found. It takes more time.



    How can I do that?



    enter image description here.










    share|improve this question















    put on hold as off-topic by ahmadhanb, Vince, LaughU, J.R, Andre Silva 2 days ago


    This question appears to be off-topic. The users who voted to close gave this specific reason:


    • "When seeking help to debug/write/improve code always provide the desired behavior, a specific problem/error and the shortest code (as formatted text, not pictures) needed to reproduce it in the question body. Providing a clear problem statement and a code attempt helps others to help you." – ahmadhanb, Vince, LaughU, Andre Silva
    If this question can be reworded to fit the rules in the help center, please edit the question.


















      1












      1








      1








      I want to find which way direction to go based on two points and line segment.
      I have two layer line layer and point layer.user selects the two points in lines layer.
      I have to find which direction to go from first point to second point based on line segments to collect intermediate points.



      All the lines in line layer is breaked every point to point.I want only one direction .



      I have already tried create the buffer for first point to get inital two lines and loop through direction left or right until second point found. It takes more time.



      How can I do that?



      enter image description here.










      share|improve this question
















      I want to find which way direction to go based on two points and line segment.
      I have two layer line layer and point layer.user selects the two points in lines layer.
      I have to find which direction to go from first point to second point based on line segments to collect intermediate points.



      All the lines in line layer is breaked every point to point.I want only one direction .



      I have already tried create the buffer for first point to get inital two lines and loop through direction left or right until second point found. It takes more time.



      How can I do that?



      enter image description here.







      qgis pyqgis python-2.7 pyqgis-3 pyqt4






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Apr 1 at 14:43









      Vince

      14.8k32849




      14.8k32849










      asked Apr 1 at 14:25









      BhuvaneswariBhuvaneswari

      293




      293




      put on hold as off-topic by ahmadhanb, Vince, LaughU, J.R, Andre Silva 2 days ago


      This question appears to be off-topic. The users who voted to close gave this specific reason:


      • "When seeking help to debug/write/improve code always provide the desired behavior, a specific problem/error and the shortest code (as formatted text, not pictures) needed to reproduce it in the question body. Providing a clear problem statement and a code attempt helps others to help you." – ahmadhanb, Vince, LaughU, Andre Silva
      If this question can be reworded to fit the rules in the help center, please edit the question.







      put on hold as off-topic by ahmadhanb, Vince, LaughU, J.R, Andre Silva 2 days ago


      This question appears to be off-topic. The users who voted to close gave this specific reason:


      • "When seeking help to debug/write/improve code always provide the desired behavior, a specific problem/error and the shortest code (as formatted text, not pictures) needed to reproduce it in the question body. Providing a clear problem statement and a code attempt helps others to help you." – ahmadhanb, Vince, LaughU, Andre Silva
      If this question can be reworded to fit the rules in the help center, please edit the question.




















          0






          active

          oldest

          votes

















          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes