<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">I would try to do a VRT file that
      describes both raster files and work with that.<br>
      <br>
      I don't have an good example but maybe this could get You started
      together with the GDAL docs.<br>
      <br>
      <a class="moz-txt-link-freetext"
        href="http://www.paolocorti.net/2012/03/08/gdal_virtual_formats/">http://www.paolocorti.net/2012/03/08/gdal_virtual_formats/</a><br>
      <br>
      /Lars S.<br>
      <br>
      Matt McClelland skrev den 2015-07-23 08:54:<br>
    </div>
    <blockquote
cite="mid:CAGbhREnFZFaw3Rr8hrgcBzjr_0hAMjFS0+gDx+rwxjv=9gk6-g@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>Hi</div>
        <div><br>
        </div>
        <div>I have two raster files one for vegetation and one for
          population density.</div>
        <div>The two rasters (tif's) are at different scales</div>
        <div><br>
        </div>
        <div>I am using value based classification to paint the map
          green where vegetation values are high.</div>
        <div>Is there a way I can classify based on values from the two
          separate files in the same layer</div>
        <div>I can't see how this will  work as you can only have one
          data item per layer?? (but worth asking)</div>
        <div><br>
        </div>
        <div>I am wanting to be able to do something like</div>
        <div>
          <pre style="overflow:auto;padding:10px;line-height:1.2em;border:1px solid rgb(198,201,203);font-size:1.2em;margin-top:1.5em;margin-bottom:1.5em">EXPRESSION ([veg] <= 50 and [population] > 500)</pre>
        </div>
        <div><br>
        </div>
        <div>The only option I can think of is to make the two files
          into a single multiband tiff?  This seems wasteful as one is
          much lower resolution then the other. </div>
        <div><br>
        </div>
        <div>thoughts??</div>
        <div><br>
        </div>
        <div>thanks</div>
        <br clear="all">
        <div>
          <div class="gmail_signature">
            <div dir="ltr">
              <div><font style="font-family:arial;font-size:small"
                  face="arial" size="2">Matt  :)</font><br
                  style="font-family:arial;font-size:small">
                <br>
              </div>
            </div>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
mapserver-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/mapserver-users">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a></pre>
    </blockquote>
    <br>
  </body>
</html>