Changes between Version 4 and Version 5 of Release/1.9.0-News


Ignore:
Timestamp:
Jan 10, 2012, 2:50:44 AM (12 years ago)
Author:
Even Rouault
Comment:

RFC35 also implemented by SQLite; gdalwarp -tps faster with libarmadillo

Legend:

Unmodified
Added
Removed
Modified
  • Release/1.9.0-News

    v4 v5  
    129129 * gdalwarp: add -refine_gcps option to discard outliers GCPs before warping (#4143)
    130130 * gdalwarp: add warning if user specifies several of -order, -tps, -rpc or -geoloc options
    131  * gdalwarp: speed-up when using -tps with large number of GCPs
     131 * gdalwarp: speed-up when using -tps with large number of GCPs (when GDAL built --with-armadillo)
    132132 * gdalwarp: add support for optional use of libarmadillo to speed-up matrix inversion in -tps mode
    133133 * gdalwarp: detect situations where the user will override the source file
     
    608608
    609609Multi driver topics:
    610  * RFC35 : implementation in Shapefile, Memory and PG drivers (#2671)
     610 * RFC35 : implementation in Shapefile, Memory, PG and SQLite drivers (#2671)
    611611 * DXF, EDIGEO, KML, LIBKML, Shapefile, SDE, SOSI: Mark as supporting UTF-8
    612612 * BNA, CSV, GPX, KML, GeoRSS, GML, LIBKML, GeoJSON, PGDump : accept both /dev/stdout and /vsistdout/ as filenames; remove 'stdout' as a valid alias that could be used in some of them (#4225, #4226)