Changes between Version 3 and Version 4 of FAQRaster

Show
Ignore:
Timestamp:
08/01/07 11:22:37 (6 years ago)
Author:
maphew
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQRaster

    v3 v4  
    1515Briefly: use the warp memory and config cachemax settings. For example `gdalwarp --config GDAL_CACHEMAX 500 -wm 500`  uses 500MB of RAM for read/write caching, and 500MB of RAM for working buffers during the warp. 
    1616 
    17 For more details see [wiki:UserDocs/GdalWarp] ``Will increasing RAM increase the speed of gdalwarp?`` 
     17For more details see [wiki:UserDocs/GdalWarp] ''Will increasing RAM increase the speed of gdalwarp?'' 
    1818 
    1919== How to convert a raster to a layer of polygons? ==