[FWTools] How to load large geotiff imagery quickly

Frank Warmerdam warmerdam at pobox.com
Wed Aug 5 10:30:46 EST 2009


Changjiang Yang wrote:
> I have some very large geotiff images which are about size of 200MB
> each. Every time I load them into memory, it is very slow. Is there
> any method to load them into memory quickly. Does Gdal support reading
> tiles?

CJ,

Yes, GDAL supports loading tiles, or arbitrary subwindows via the RasterIO
function.

GDAL also maintains an internal block caching system so it isn't critical
to load in chunks that match the block size of the underlying image.

Best regards,
-- 
---------------------------------------+--------------------------------------
I set the clouds in motion - turn up   | Frank Warmerdam, warmerdam at pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | Geospatial Programmer for Rent



More information about the FWTools mailing list