Hermann Peifer wrote: > >> * r.in.gdal differs from most raster modules in that it imports > >> the entire map and ignores the current region. > > By the way: is there a convenient overview of raster modules that do NOT > respect the current region?
In general: r.in.* ignore the region, and import rasters cell-for-cell. r.resamp.* and r.proj ignore the region for reading but honour it for writing. -- Glynn Clements <[email protected]> _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
