Replies: 3 comments 7 replies
-
Sorry, to clarify I am using r.walk in combination with r.drain (hence the need for the start and stop points). |
Beta Was this translation helpful? Give feedback.
-
Ah alright thankyou, I’m quite new to this, sorry for the trouble
…On Mon, 17 Jul 2023 at 17:48, Anna Petrasova ***@***.***> wrote:
See this script:
https://gis.stackexchange.com/a/173591/22362
It computes a path between each 2 points (plus read the explanation
there). If that's not what you need, you need to clarify. If it runs too
long, perhaps check computational region (g.region -p) and set lower
resolution, at least for testing.
BTW, it's better to share the command as text, not several screenshots,
the tool's dialog has a copy button for that.
—
Reply to this email directly, view it on GitHub
<#3088 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BBJSMS46C2D5WL5WBRS3VITXQVUFJANCNFSM6AAAAAA2LVVWHY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hello I was looking at the script and what i want is a little different,
what I want after messing with r.walk is a way to get a list of points and
then run through each point. for each point analyzed, i want to identify
the closest point (out of all the other points in the list) to the point
under analysis and conduct a least cost path analysis between those two
points.
sorry, I believed r.walk might already have had this feature installed.?
Is what I am talking about possible?
…On Mon, Jul 17, 2023 at 6:12 PM Anna Petrasova ***@***.***> wrote:
No problem
—
Reply to this email directly, view it on GitHub
<#3088 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BBJSMS6GRJPYLQKC6TVJBDDXQVW7PANCNFSM6AAAAAA2LVVWHY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hello, sorry for this!
For my dissertation, I have to conduct a Least Cost Route analysis to create a 'most likely' road network. I am hoping to use r.walk in order to include a friction map to bias the network towards larger amounts of sites ( I have created a friction map). However, as I am trying to create a network, I have a single GIS layer of dozens of points (vertexes of roads) to use as my start and stop locations. The problem is that the list is exactly the same and so I am afraid each point will counter itself as the 'nearest stop point to the start point' if you know what I mean when running the analysis in r.walk. As there are so many points it is impractical to create a separate list of points to exclude every individual starting location, and so I was wondering if there was a way to edit the command or find a way around the analysis that each 'starting point' can ignore itself in the 'stop point' list and find the next nearest point?
I really need this to work and hope for any advice.
Thank you for the time reading!
Nicholas.
Beta Was this translation helpful? Give feedback.
All reactions