Changes between Version 156 and Version 157 of Grass7/NewFeatures


Ignore:
Timestamp:
May 15, 2013, 8:02:14 AM (11 years ago)
Author:
neteler
Comment:

+v.generalize: loop support added to smoothing algorithms

Legend:

Unmodified
Added
Removed
Modified
  • Grass7/NewFeatures

    v156 v157  
    9595
    9696 * Large File Support (LFS) globally enabled
     97 * G7:v.colors.out: new
     98 * G7:v.colors: rewrite in C, support for vector color tables
     99 * G7:v.generalize: loop support added to smoothing algorithms (boyle, chaiken, distance_weighting, hermite, snakes)
     100 * G7:v.in.lidar: new
     101 * G7:v.in.ogr faster for polygon-import, cleaner output.
    97102 * G7:v.kernel faster by orders of magnitude (10x - 1000x)
    98103 * G7:v.krige: new
    99104 * G7:v.mkgrid: breaks are breaks not number of segments; speedup 16x times
     105 * G7:v.net.allpairs: improved
     106 * G7:v.net.bridge: improved
     107 * G7:v.net.centrality: improved
     108 * G7:v.net.components: improved
     109 * G7:v.net.connectivity: improved
     110 * G7:v.net.distance: improved
     111 * G7:v.net.flow: improved
    100112 * G7:v.net: improved, it allows now to snap the points onto the network
    101  * G7:v.net.distance: improved
    102  * G7:v.net.bridge: improved
    103113 * 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.
    104114 * G7:v.net.spanningtree: improved
    105  * G7:v.net.flow: improved
    106  * G7:v.net.connectivity: improved
    107115 * G7:v.net.timetable: improved
    108  * G7:v.net.components: improved
    109  * G7:v.net.allpairs: improved
    110  * G7:v.net.centrality: improved
    111  * G7:v.in.ogr faster for polygon-import, cleaner output.
    112116 * G7:v.out.ogr: reversed functionality of -c flag to preserve island by default.
    113  * G7:v.in.lidar: new
    114  * G7:v.colors: rewrite in C, support for vector color tables
    115  * G7:v.colors.out: new
     117 * G7:v.out.postgis: new
    116118 * G7:v.overlay: up to 40x faster for large vectors (40,000+ lines in ainput)
    117  * G7:v.out.postgis: new
    118119 * G7:v.pack: new
    119120 * G7:v.unpack: new