<html style="direction: ltr;">
  <head>
    <meta http-equiv="Content-Type" content="text/html;
      charset=windows-1252">
    <style id="bidiui-paragraph-margins" type="text/css">body p { margin-bottom: 0cm; margin-top: 0pt; } </style>
  </head>
  <body bidimailui-detected-decoding-type="latin-charset" style="">
    <p><br>
    </p>
    <div class="moz-cite-prefix">On 11/5/2020 1:08 PM, <a class="moz-txt-link-abbreviated" href="mailto:Iain@jcis.net.au">Iain@jcis.net.au</a>
      wrote:<br>
    </div>
    <blockquote type="cite"
      cite="mid:001801d6b363$fe4fdfb0$faef9f10$@jcis.net.au">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <meta name="Generator" content="Microsoft Word 15 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Papyrus;
        panose-1:3 7 5 2 6 5 2 3 2 5;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal">I am working my way through QGIS for
          Hydrological Applications Recipes for Catchment Hydrology and
          Water Management.<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">I have been shown how to create Strahler
          order stream classification on Raster data. <o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">I have access to a vector dataset of
          streams – is there something in QGIS that will do Strahler
          orders for vector data. <o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Yes I have tried to search and rally only
          came up with some useless Stack exchange threads plus
          reference to v.stream.order which is something in Grass and I
          am not sure whether it would work.</p>
      </div>
    </blockquote>
    <p><br>
    </p>
    <p>AFAIK, v.stream.order requires a stream network that is:</p>
    <ol>
      <li> topologically correct = each segment has a node where it
        intersects the next segment.</li>
      <li>the line segment directions are all downstream.</li>
    </ol>
    <p>If those two conditions are OK, it should work</p>
    <p><br>
    </p>
    <blockquote type="cite"
      cite="mid:001801d6b363$fe4fdfb0$faef9f10$@jcis.net.au">
      <div class="WordSection1">
        <p class="MsoNormal"><o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Any advice would be helpful – I have
          assigned Strahler orders manually and it is a bit time
          consuming.<o:p></o:p></p>
      </div>
    </blockquote>
    <p><br>
    </p>
    <p>My advice: get a suitable DEM and run the GRASS modules <tt>r.watershed</tt>
      and<tt> r.stream.order <br>
      </tt></p>
    <p>These work well, and insure a properly connected stream network
      with stream order built in.</p>
    <p><tt><br>
      </tt></p>
    <blockquote type="cite"
      cite="mid:001801d6b363$fe4fdfb0$faef9f10$@jcis.net.au">
      <div class="WordSection1">
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Cheers<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal"><b><span
              style="font-size:12.0pt;font-family:Papyrus;mso-fareast-language:EN-AU">Dr
              Iain Stuart<o:p></o:p></span></b></p>
        <p class="MsoNormal"><b><i><span
                style="font-size:12.0pt;font-family:Papyrus;mso-fareast-language:EN-AU">JCIS
                Consultants <o:p></o:p></span></i></b></p>
        <p class="MsoNormal"><span style="mso-fareast-language:EN-AU">P.O.
            Box 2397<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="mso-fareast-language:EN-AU">Burwood
            North<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="mso-fareast-language:EN-AU">NSW,
            2134<o:p></o:p></span></p>
        <p class="MsoNormal"><span style="mso-fareast-language:EN-AU"><o:p> </o:p></span></p>
        <p class="MsoNormal"><span style="mso-fareast-language:EN-AU">(02)
            9701 0191<br>
            (0413) 380116 (m)<o:p></o:p></span></p>
        <p class="MsoNormal"><o:p> </o:p></p>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
Qgis-user mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Qgis-user@lists.osgeo.org">Qgis-user@lists.osgeo.org</a>
List info: <a class="moz-txt-link-freetext" href="https://lists.osgeo.org/mailman/listinfo/qgis-user">https://lists.osgeo.org/mailman/listinfo/qgis-user</a>
Unsubscribe: <a class="moz-txt-link-freetext" href="https://lists.osgeo.org/mailman/listinfo/qgis-user">https://lists.osgeo.org/mailman/listinfo/qgis-user</a></pre>
    </blockquote>
  </body>
</html>