<html style="direction: ltr;">
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <style type="text/css">body p { margin-bottom: 0cm; margin-top: 0pt; } </style>
  </head>
  <body style="direction: ltr;"
    bidimailui-detected-decoding-type="latin-charset" text="#000000"
    bgcolor="#FFFFFF">
    <br>
    <div class="moz-cite-prefix">On 14/04/2014 06:19, Leo Kris Palao
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAMktv+1ZFFefQ+Qnd3oPdh+wByGZd0EXc0Umxht3_3GqeoHOwA@mail.gmail.com"
      type="cite">
      <div dir="ltr">Hi ALL QGIS users,
        <div dir="ltr"><input type="hidden"><input type="hidden"></div>
        <div><br>
        </div>
        <div>Good day!</div>
        <div><br>
        </div>
        <div>I want to calculate the sum of the raster layers, but I
          want to ignore the no data values in the calculation. This is
          similar to cell statistics (spatial analyst) enable the <b>Ignore
            NoData in calculations (optional)</b> in ArcGIS.</div>
        <div><b><br>
          </b></div>
      </div>
    </blockquote>
    <br>
    You can choose the GRASS module "r.series". Regarding no data cells,
    they are handled as follows (from the manual page):<br>
    <p>Without -n flag, the complete list of inputs for each cell
      (including NULLs) is passed to the aggregate function. Individual
      aggregates can handle data as they choose. Mostly, they just
      compute the aggregate over the non-NULL values, producing a NULL
      result only if all inputs are NULL. </p>
    So if you use "method=sum" you'll get an output raster which sums
    all non null input cells.<br>
    <b><br>
       </b><br>
    <blockquote
cite="mid:CAMktv+1ZFFefQ+Qnd3oPdh+wByGZd0EXc0Umxht3_3GqeoHOwA@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>So far I am doing all my process in QGIS (batch processing
          is great in the processing toolbox). This is the only step
          that I am using ArcGIS because I cannot find the right tool in
          QGIS.</div>
        <div>
          <br>
        </div>
        <div>Thanks in advance for any help.</div>
        <div><br>
        </div>
        <div>-Leo</div>
      </div>
      <br>
      This mail was received via Mail-SeCure System.<br>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <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>
<a class="moz-txt-link-freetext" href="http://lists.osgeo.org/mailman/listinfo/qgis-user">http://lists.osgeo.org/mailman/listinfo/qgis-user</a>
This mail was received via Mail-SeCure System.


</pre>
    </blockquote>
    <br>
  </body>
</html>