<div dir="ltr"><div>It may be helpful if you describe what you are doing, but my guess is that d.rast.edit is not what you want. You may want to look either at some resampling modules (e.g. r.resamp.stats) or it actually sounds more like you want r.region which is good in case you actually want to preserve the number of cells but just change the resolution (and extent). To get the (cell) values to what you want, use r.mapcalc, something like:</div><div><br></div><div>r.mapcalc expression="new = 1000 * old"</div><div><br></div><div>Let us know how that goes.</div><div><br></div><div>Vaclav<br></div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Aug 23, 2018 at 9:42 AM jaindamini1111 <<a href="mailto:jaindamini1111@gmail.com">jaindamini1111@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I had to know that whether d.rast.edit allows us to increase the dimension of<br>
each cell?<br>
For example, if a cell is currently 0.001 x 0.001 m, is it possible to<br>
multiply these dimensions and the z value for each cell by 1000, resulting<br>
in a raster that preserves the morphology of the DEM but is at 1 m<br>
resolution?<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://osgeo-org.1560.x6.nabble.com/Grass-Users-f3884509.html" rel="noreferrer" target="_blank">http://osgeo-org.1560.x6.nabble.com/Grass-Users-f3884509.html</a><br>
_______________________________________________<br>
grass-user mailing list<br>
<a href="mailto:grass-user@lists.osgeo.org" target="_blank">grass-user@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/grass-user" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/grass-user</a></blockquote></div>