2011/7/21 António Rocha <[email protected]>: > Greetings > > I have one question regarding i.rectify's data type output: If I have my > input is a CELL map, will my output will be also CELL? I mean, does it keep > my data type?
That depends on the resampling method. Only nearest neighbor preserves the datatype, with all other resampling methods the output will be DCELL. This is similar to r.proj, only that r.proj uses FCELL for resampling methods other than nearest neighbor. _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
