Changes between Version 164 and Version 165 of Grass7/NewFeatures


Ignore:
Timestamp:
Jun 20, 2013, 4:13:25 AM (11 years ago)
Author:
borohoro
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/NewFeatures

    v164 v165  
    9999
    100100 * Large File Support (LFS) globally enabled
    101  * G7:v.colors.out: new
     101 * G7:v.colors.out: new - Exports the color table associated with a vector map.
    102102 * G7:v.colors: rewrite in C, support for vector color tables
    103103 * G7:v.generalize: loop support added to all smoothing algorithms
    104  * G7:v.in.lidar: new
     104 * G7:v.in.lidar: new - Converts LAS LiDAR point clouds to a GRASS vector map with libLAS.
    105105 * G7:v.in.ogr faster for polygon-import, cleaner output.
    106106 * G7:v.kernel faster by orders of magnitude (10x - 1000x)
    107107 * G7:v.krige: new
    108108 * G7:v.mkgrid: breaks are breaks not number of segments; speedup 16x times
    109  * G7:v.net.allpairs: improved
    110  * G7:v.net.bridge: improved
    111  * G7:v.net.centrality: improved
    112  * G7:v.net.components: improved
    113  * G7:v.net.connectivity: improved
    114  * G7:v.net.distance: improved
    115  * G7:v.net.flow: improved
     109 * G7:v.net.allpairs: improved - Computes the shortest path between all pairs of nodes in the network.
     110 * G7:v.net.bridge: improved - Computes bridges and articulation points in the network.
     111 * G7:v.net.centrality: improved - Computes degree, centrality, betweeness, closeness and eigenvector centrality measures in the network.
     112 * G7:v.net.components: improved - Computes strongly and weakly connected components in the network.
     113 * G7:v.net.connectivity: improved - Computes vertex connectivity between two sets of nodes in the network.
     114 * G7:v.net.distance: improved - Computes shortest distance via the network between the given sets of features. Finds the shortest paths from each 'from' point to the nearest 'to' feature and various information about this relation are uploaded to the attribute table.
     115 * G7:v.net.flow: improved - Computes the maximum flow between two sets of nodes in the network.
    116116 * G7:v.net: improved, it allows now to snap the points onto the network
    117117 * G7:v.net.salesman: optional tour optimization added. The standard algorithm to find the shortest tour is heuristic and often does not find the optimal tour for more than 10 nodes to visit. The optimization methods available are bootstrapping and a genetic algorithm.
    118  * G7:v.net.spanningtree: improved
    119  * G7:v.net.timetable: improved
     118 * G7:v.net.spanningtree: improved - Computes minimum spanning tree for the network.
     119 * G7:v.net.timetable: improved - Finds shortest path using timetables.
    120120 * G7:v.out.ogr: reversed functionality of -c flag to preserve island by default.
    121  * G7:v.out.postgis: new
     121 * G7:v.out.postgis: new - Exports a vector map layer to PostGIS feature table.
    122122 * G7:v.overlay: up to 40x faster for large vectors (40,000+ lines in ainput)
    123  * G7:v.pack: new
     123 * G7:v.pack: new - Packs up a vector map and support files for copying.
    124124 * G7:v.to.rast: new -d flag to create densified lines (default: thin lines as in GRASS 6) for improved routing on cost surfaces
    125  * G7:v.unpack: new
     125 * G7:v.unpack: new - Unpacks a vector map packed with r.pack.
    126126
    127127=== 3D raster modules ===