How to join multiple nearest neighbouring nodes using postgresql or python?How to create a line layer which connects a point layer to a line layer?How do I plot a line on a map, or obtain the latitude and longitude coordinates of such a line, that is 120km north of the US-Canada border?PostgreSQL PL/Python Function for “IF” conditionPostGIS nearest point with LATERAL JOIN in PostgreSQL 9.3+Incomplete spatial join in PostgreSQLCreate PostgreSQL function using pythonHow to find nearest nodes of polyline in QGIS using PythonCompute 3D seismic fold with QGIS and PythonAlignment and distribution tools for shapefiles?Shortest path with certain points
Why "Having chlorophyll without photosynthesis is actually very dangerous" and "like living with a bomb"?
how to check a propriety using r studio
How is it possible to have an ability score that is less than 3?
Is it possible to run Internet Explorer on OS X El Capitan?
Watching something be written to a file live with tail
Has there ever been an airliner design involving reducing generator load by installing solar panels?
How to format long polynomial?
Why is Minecraft giving an OpenGL error?
Was any UN Security Council vote triple-vetoed?
Codimension of non-flat locus
Why does Kotter return in Welcome Back Kotter?
Cross compiling for RPi - error while loading shared libraries
Can a vampire attack twice with their claws using multiattack?
Decision tree nodes overlapping with Tikz
Why doesn't H₄O²⁺ exist?
Client team has low performances and low technical skills: we always fix their work and now they stop collaborate with us. How to solve?
Alternative to sending password over mail?
Why doesn't a class having private constructor prevent inheriting from this class? How to control which classes can inherit from a certain base?
Rock identification in KY
Theorems that impeded progress
Accidentally leaked the solution to an assignment, what to do now? (I'm the prof)
Are astronomers waiting to see something in an image from a gravitational lens that they've already seen in an adjacent image?
Two films in a tank, only one comes out with a development error – why?
How can I prevent hyper evolved versions of regular creatures from wiping out their cousins?
How to join multiple nearest neighbouring nodes using postgresql or python?
How to create a line layer which connects a point layer to a line layer?How do I plot a line on a map, or obtain the latitude and longitude coordinates of such a line, that is 120km north of the US-Canada border?PostgreSQL PL/Python Function for “IF” conditionPostGIS nearest point with LATERAL JOIN in PostgreSQL 9.3+Incomplete spatial join in PostgreSQLCreate PostgreSQL function using pythonHow to find nearest nodes of polyline in QGIS using PythonCompute 3D seismic fold with QGIS and PythonAlignment and distribution tools for shapefiles?Shortest path with certain points
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I have many short paths SHP file which look like a longer dashed path.
Is there an efficient way to connect these paths to one continuous path?
If possible, I want to avoid a hundred times manually selecting 2 nodes pairwise and joining them. And the distance between all the lines are not same

python postgresql
add a comment |
I have many short paths SHP file which look like a longer dashed path.
Is there an efficient way to connect these paths to one continuous path?
If possible, I want to avoid a hundred times manually selecting 2 nodes pairwise and joining them. And the distance between all the lines are not same

python postgresql
If can use PyQGIS - this might help you: docs.qgis.org/testing/en/docs/user_manual/processing_algs/qgis/… Also you could try to convert them into points and then use this tool: docs.qgis.org/testing/en/docs/user_manual/processing_algs/qgis/…
– Mr. Che
Apr 2 at 10:32
Thank you for reply but i am looking for something using postgis or python
– poonam patel
2 days ago
add a comment |
I have many short paths SHP file which look like a longer dashed path.
Is there an efficient way to connect these paths to one continuous path?
If possible, I want to avoid a hundred times manually selecting 2 nodes pairwise and joining them. And the distance between all the lines are not same

python postgresql
I have many short paths SHP file which look like a longer dashed path.
Is there an efficient way to connect these paths to one continuous path?
If possible, I want to avoid a hundred times manually selecting 2 nodes pairwise and joining them. And the distance between all the lines are not same

python postgresql
python postgresql
edited 2 days ago
poonam patel
asked Apr 2 at 10:12
poonam patelpoonam patel
112
112
If can use PyQGIS - this might help you: docs.qgis.org/testing/en/docs/user_manual/processing_algs/qgis/… Also you could try to convert them into points and then use this tool: docs.qgis.org/testing/en/docs/user_manual/processing_algs/qgis/…
– Mr. Che
Apr 2 at 10:32
Thank you for reply but i am looking for something using postgis or python
– poonam patel
2 days ago
add a comment |
If can use PyQGIS - this might help you: docs.qgis.org/testing/en/docs/user_manual/processing_algs/qgis/… Also you could try to convert them into points and then use this tool: docs.qgis.org/testing/en/docs/user_manual/processing_algs/qgis/…
– Mr. Che
Apr 2 at 10:32
Thank you for reply but i am looking for something using postgis or python
– poonam patel
2 days ago
If can use PyQGIS - this might help you: docs.qgis.org/testing/en/docs/user_manual/processing_algs/qgis/… Also you could try to convert them into points and then use this tool: docs.qgis.org/testing/en/docs/user_manual/processing_algs/qgis/…
– Mr. Che
Apr 2 at 10:32
If can use PyQGIS - this might help you: docs.qgis.org/testing/en/docs/user_manual/processing_algs/qgis/… Also you could try to convert them into points and then use this tool: docs.qgis.org/testing/en/docs/user_manual/processing_algs/qgis/…
– Mr. Che
Apr 2 at 10:32
Thank you for reply but i am looking for something using postgis or python
– poonam patel
2 days ago
Thank you for reply but i am looking for something using postgis or python
– poonam patel
2 days ago
add a comment |
0
active
oldest
votes
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f317467%2fhow-to-join-multiple-nearest-neighbouring-nodes-using-postgresql-or-python%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f317467%2fhow-to-join-multiple-nearest-neighbouring-nodes-using-postgresql-or-python%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
If can use PyQGIS - this might help you: docs.qgis.org/testing/en/docs/user_manual/processing_algs/qgis/… Also you could try to convert them into points and then use this tool: docs.qgis.org/testing/en/docs/user_manual/processing_algs/qgis/…
– Mr. Che
Apr 2 at 10:32
Thank you for reply but i am looking for something using postgis or python
– poonam patel
2 days ago