GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
d.path(1) GRASS GIS User's Manual d.path(1)

d.path - Finds shortest path for selected starting and ending node.

display, network, shortest path

d.path
d.path --help
d.path [-gb] map=name [arc_type=string[,string,...]] coordinates=x1,y1,x2,y2 [arc_layer=string] [node_layer=string] [arc_column=string] [arc_backward_column=string] [node_column=string] [color=string] [highlight_color=string] [bgcolor=string] [--help] [--verbose] [--quiet] [--ui]

-g

Use geodesic calculation for longitude-latitude locations
-b

Render bold lines
--help

Print usage summary
--verbose

Verbose module output
--quiet

Quiet module output
--ui

Force launching GUI dialog

map=name [required]

Name of vector map
Or data source for direct OGR access
arc_type=string[,string,...]

Arc type
Options: line, boundary
Default: line,boundary
coordinates=x1,y1,x2,y2 [required]

Starting and ending coordinates
arc_layer=string

Arc layer
Vector features can have category values in different layers. This number determines which layer to use. When used with direct OGR access this is the layer name.
Default: 1
node_layer=string

Node layer
Vector features can have category values in different layers. This number determines which layer to use. When used with direct OGR access this is the layer name.
Default: 2
arc_column=string

Arc forward/both direction(s) cost column (number)
arc_backward_column=string

Arc backward direction cost column (number)
node_column=string

Node cost column
color=string

Original line color
Default: black
highlight_color=string

Highlight color
Default: red
bgcolor=string

Background color
Default: white

d.path enables shortest path vector networking. Costs may be either line lengths, or attributes saved in a database table. Supported are cost assignments for both arcs and nodes, and also different in both directions of a vector line. For areas cost will be calculated along boundary lines.

The user needs to display a vector map before using d.path. If no graphics monitor is open, a file map.png is generated in the current directory.

The ’from’ and ’to’ points are entered by mouse into the map displayed in the GRASS monitor, or if the coordinates option is used they can be specified non-interactively. The actions bound to the mouse buttons are described in the terminal window when running the command.

To calculate shortest path non-interactively and save the path to a new vector map, use the v.net.path module.

Interactive shortest path routing on road network (North Carolina sample dataset):

g.region vector=roadsmajor -p
d.vect roadsmajor
d.path roadsmajor coordinates=668646.15,224447.16,668348.83,235894.02

Non-interactive shortest path routing on road network (North Carolina sample dataset):


d.path -b roadsmajor coordinates=668646.15,224447.16,668348.83,235894.02

v.net.path

Radim Blazek, ITC-Irst, Trento, Italy

Available at: d.path source code (history)

Main index | Display index | Topics index | Keywords index | Graphical index | Full index

© 2003-2021 GRASS Development Team, GRASS GIS 7.8.6 Reference Manual

GRASS 7.8.6

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.