<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html style="direction: ltr;">
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body style="direction: ltr;" bidimailui-charset-is-forced="true"
    bidimailui-detected-decoding-type="latin-charset" text="#000000"
    bgcolor="#ffffff">
    <p style="margin-bottom: 0cm; margin-top: 0pt;">On 07/02/2011 15:18,
      Bal&aacute;zs Szab&oacute; wrote:<br>
    </p>
    <blockquote
      cite="mid:AANLkTi=-ZrFHoQnw2OKc1mTnc6xNpNMcd4avPe9pshSy@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hello list!<br>
        <br>
        I have 10x10 meter cell sized, 1 meter precision elevation data,
        but I have to create a contour map that features 0.5 meter steps<br>
        hence the current level of precision is insufficient. Can I do
        this with grass gis?<br>
        <br>
        I tried the fallowing command, but I didnt get what I want,
        beacouse it create the .5 meter countours as the .0 meter
        countours 10 meter buffered line.&nbsp;&nbsp; <br>
        <br>
        r.contour input=ddm-10 output=contour_05 step=0.5 cut=0<br>
      </div>
    </blockquote>
    <br>
    Does the raster have integer values or floats?<br>
    try r.info -t ddm-10<br>
    <br>
    If it's a CELL type, then do:<br>
    r.mapcalc ddm-10_float=1.0*ddm-10<br>
    to create an equivalent floating point raster.<br>
    <br>
    Then rerun the r.contour command<br>
    &nbsp;<br>
    <blockquote
      cite="mid:AANLkTi=-ZrFHoQnw2OKc1mTnc6xNpNMcd4avPe9pshSy@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <br>
        Thanks:<br>
        <br>
        Bal&aacute;zs<br>
        <br>
      </div>
      <br>
      This mail was received via Mail-SeCure System.<br>
      <pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
grass-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:grass-user@lists.osgeo.org">grass-user@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/grass-user">http://lists.osgeo.org/mailman/listinfo/grass-user</a>

This mail was received via Mail-SeCure System.


</pre>
    </blockquote>
    <br>
    <br>
    <pre class="moz-signature" cols="62">-- 
Micha Silver
<a class="moz-txt-link-freetext" href="http://www.surfaces.co.il/">http://www.surfaces.co.il/</a>
Arava Development Co.  +972-52-3665918
</pre>
  </body>
</html>