<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p><br>
    </p>
    <div class="moz-cite-prefix">Le 21/05/2025 à 20:53, Abel Pau a
      écrit :<br>
    </div>
    <blockquote type="cite"
cite="mid:PAXPR07MB777564031052C02146D85593FA9EA@PAXPR07MB7775.eurprd07.prod.outlook.com">
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
      <style type="text/css" style="display:none;">P {margin-top:0;margin-bottom:0;}</style>
      <div class="elementToProof"
style="margin-top: 1em; margin-bottom: 1em; font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
        Okay, thanks!</div>
      <div class="elementToProof"
style="margin-top: 1em; margin-bottom: 1em; font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
        So the interpretation we are aiming for is option <b>a)</b>:<br>
        Each band is treated independently, and each one has its own
        NODATA value. The NODATA value of one band is unrelated to that
        of the others.</div>
      <div class="elementToProof"
style="margin-top: 1em; margin-bottom: 1em; font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
        That said, the question is whether this behavior is consistently
        supported across all formats, or if it only works this way in
        our custom implementation.<br>
      </div>
    </blockquote>
    <p>GDAL core (and most algorithms) should work fine, but if you want
      to convert to GeoTIFF or COG, they only support the same nodata
      value for all bands  (although we could potentially extend the
      GDAL_NODATA tag to support one value per band, but that would be
      debate for another thread), and the same band type for all bands.<br>
    </p>
    <p><br>
    </p>
    <blockquote type="cite"
cite="mid:PAXPR07MB777564031052C02146D85593FA9EA@PAXPR07MB7775.eurprd07.prod.outlook.com">
      <div class="elementToProof"
style="margin-top: 1em; margin-bottom: 1em; font-family: Calibri, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
        If not, perhaps the more robust approach would be to separate
        bands with different NODATA values into different subdatasets.</div>
    </blockquote>
    <p>That's a possibility indeed. I'm not sure any implemented format
      has done such effort, but there is nothing inherently wrong if you
      want to do that.<br>
    </p>
    <br>
    <pre class="moz-signature" cols="72">-- 
<a class="moz-txt-link-freetext" href="http://www.spatialys.com">http://www.spatialys.com</a>
My software is free, but my time generally not.</pre>
  </body>
</html>