Changes between Version 24 and Version 25 of FAQRaster


Ignore:
Timestamp:
Jan 15, 2012, 4:06:46 PM (12 years ago)
Author:
Markus Neteler
Comment:

typo fix

Legend:

Unmodified
Added
Removed
Modified
  • FAQRaster

    v24 v25  
    2626To determine which formats support which capabilities, use the ''--formats'' switch with pretty much any GDAL utility. Each driver will include either '''r''' (read-only), '''rw''' (read or sequential write) or '''rw+''' (read, sequential write or random write).
    2727
    28 == How to improve `gdalwarp` perfomance? ==
     28== How to improve `gdalwarp` performance? ==
    2929
    3030Briefly: 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.