Kirk Wythers wrote:
Does r.in.gdal use the rrd files (the ones that build pyramids to speed up viewing) when importing img files? A bunch of land cover images that I downloaded came with rrd files (in addition to the imgs, and I'm trying to figure out if grass uses them).
Kirk, r.in.gdal does not exactly import overviews from any of it's input formats. However, GDAL does support overviews in Imagine files (.rrd files) so if you tried to import a big imagine files withoverviews into a low resolution location r.in.gdal would pull from an overview to speed up the import. Best regards, -- ---------------------------------------+-------------------------------------- I set the clouds in motion - turn up | Frank Warmerdam, [EMAIL PROTECTED] light and sound - activate the windows | http://pobox.com/~warmerdam and watch the world go round - Rush | President OSGeo, http://osgeo.org _______________________________________________ grassuser mailing list [email protected] http://grass.itc.it/mailman/listinfo/grassuser

