Vector network analysis: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
(link to man pages)
mNo edit summary
Line 14: Line 14:
Vector directions are defined by the digitizing direction (a-->--b). Both directions are supported, network modules provide parameters to assign attribute columns to the forward and backward direction.
Vector directions are defined by the digitizing direction (a-->--b). Both directions are supported, network modules provide parameters to assign attribute columns to the forward and backward direction.


* see the {{cmd|vectorintro.html}} vector map processing and network analysis] help page
* see the {{cmd|vectorintro}} "vector map processing and network analysis" help page





Revision as of 17:47, 14 January 2009

Vector network analysis

GRASS provides support for vector network analysis using the DGlib Directed Graph Library.

The following algorithms are implemented:

Vector directions are defined by the digitizing direction (a-->--b). Both directions are supported, network modules provide parameters to assign attribute columns to the forward and backward direction.

  • see the vectorintro "vector map processing and network analysis" help page


Shortest path routing

New ideas

Screenshots


v.net.iso - Split net to bands between cost isolines (direction from centre). Costs of centre node are used in calculation.


v.net.alloc - Allocates subnets for nearest centres (direction from centre). Costs of centre node are used in calculation.


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