<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">2013/3/28 Markus Neteler <span dir="ltr"><<a href="mailto:neteler@osgeo.org" target="_blank">neteler@osgeo.org</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Wed, Mar 27, 2013 at 2:15 PM, Jaisen Nedumpala <<a href="mailto:jaisuvyas@gmail.com">jaisuvyas@gmail.com</a>> wrote:<br>
..,<br>
<div class="im">> I have already imported the tiles I want, to the Location and tried<br>
> r.contour. But It didn't returned the contour.<br>
<br>
</div>Please explain what went wrong for you. Error or empty map or ...?<br>
<br></blockquote><div>Ah... I made a mistake.. I was importing Cartosat imagery to a UTM location. :) That's why I didn't get results. I was doing it with Quantum GIS - GRASS tool box. I corrected it, and got the contour. But the result is not much impressive comparing with the result got with ASTER DEM. Thank you... <br>
</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
It works like this (example: 100m contour lines):<br>
<br>
g.region rast=cdnd44h -p<br>
r.contour input=cdnd44h output=cdnd44h_contours minlevel=-100<br>
maxlevel=10000 step=100<br>
d.vect cdnd44h_contours<br>
<br>
Or, in the wwGUI:<br>
<br>
- load DEM map into layer manager (Add raster map icon)<br>
- right-mouse on DEM (e.g. cdnd44h): zoom to map<br>
  --> it will be shown<br>
- Menu Raster -> Terrain analysis -> Generate contour lines<br>
  --> r.contour GUI pops up<br>
<br>
Required tab:<br>
- raster map name: cdnd44h<br>
- output vector map: cdnd44h_contours<br>
<br>
Optional tab (entries in meter:<br>
- minlevel=-100      <-- if not specified, the DEM minimum will be<br>
used, so better define it<br>
- maxlevel=10000   <-- if not specified, the DEM maximum will be used,<br>
so better define it<br>
- step=100   <-- 100m contour lines<br>
<br>
Run button<br>
<br>
Likewise for r.watershed and other analytical procedures.<br>
<br>
Hope this helps,<br>
Markus<br>
</blockquote></div><br><br clear="all"><br>-- <br>~-~-~-~-~-~-~-~-~-~-~-~-~-~-~<br>- നെടുമ്പാല ജയ്സെന്‍ -<br>~-~-~-~-~-~-~-~-~-~-~-~-~-~-~<br>    (`'·.¸(`'·.¸^¸.·'´)¸.·'´)<br>«´¨`·* .  Jaisen . *..´¨`»<br>
    (¸.·'´(`'·.¸ ¸.·'´)`'·.¸)<br>    ¸.·´^.`'·.¸ ¸.·'´<br>     ( `·.¸`·.¸<br>      `·.¸ )`·.¸<br>     ¸.·(´ `·.¸<br>    ¸.·(.·´)`·.¸<br>      ( `v´ )<br>        `v´
</div></div>