Changes between Version 21 and Version 22 of Release/6.4.2-News


Ignore:
Timestamp:
Feb 5, 2012, 3:06:29 AM (12 years ago)
Author:
hamish
Comment:

module descriptions

Legend:

Unmodified
Added
Removed
Modified
  • Release/6.4.2-News

    v21 v22  
    2929==== New modules ====
    3030
    31  * v.net.allpairs
    32  * v.net.bridge
    33  * v.net.centrality
    34  * v.net.components
    35  * v.net.connectivity
    36  * v.net.distance
    37  * v.net.flow
    38  * v.net.spanningtree
    39  * v.net.timetable
    40  * i.topo.corr
    41  * m.nviz.image (renamed from nviz_cmd)
     31 * '''v.net.allpairs''' - Computes the shortest path between all pairs of nodes in the network
     32 * '''v.net.bridge''' - Computes bridges and articulation points in the network
     33 * '''v.net.centrality''' - Computes degree, centrality, betweeness, closeness and eigenvector centrality measures in the network
     34 * '''v.net.components''' - Computes strongly and weakly connected components in the network
     35 * '''v.net.connectivity''' - Computes vertex connectivity between two sets of nodes in the network
     36 * '''v.net.distance''' - Computes shortest distance via the network between the given sets of features
     37 * '''v.net.flow''' - Computes the maximum flow between two sets of nodes in the network
     38 * '''v.net.spanningtree''' - Computes minimum spanning tree for the network
     39 * '''v.net.timetable''' - Finds shortest path using timetables
     40 * '''i.topo.corr''' - Computes topographic correction of reflectance in satellite imagery
     41 * '''m.nviz.image''' -  Creates a 3D rendering of GIS data (renamed from ''nviz_cmd'')
    4242==== Major module changes ====
    4343