<!DOCTYPE html>
<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Answering your 4 emails at once:<br>
    </p>
    <blockquote type="cite"
cite="mid:CAJbvKNr+2DRR1iEy8y-q2mNg2_nuCDt-YjB_OgVovxfS5+=SAA@mail.gmail.com">
      <div dir="ltr">What’s the purpose of including the band number in
        the <code>gdalinfo</code> JSON output? Since the <code>"bands"</code>
        key is a list, the band number is already implied by the index.
        Doesn’t this make the explicit band number redundant?</div>
    </blockquote>
    <p>Kind of, but not really. Given that JSON based indexing is
      0-based, but GDAL band indexing in the GDAL API is 1-based, it is
      not useless to recall that 1-based index IMHO</p>
    <p>NoData JSON value fix: <a class="moz-txt-link-freetext" href="https://github.com/OSGeo/gdal/pull/12625">https://github.com/OSGeo/gdal/pull/12625</a></p>
    <p>RAT JSON fix: <a class="moz-txt-link-freetext" href="https://github.com/OSGeo/gdal/pull/12627">https://github.com/OSGeo/gdal/pull/12627</a></p>
    <blockquote type="cite"
cite="mid:CAJbvKNrmUGjiASxE+UCixtgf7v_vXyR=Ph4YkktJ6i-Fng7c4Q@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <div dir="ltr">When I run <code>gdalinfo</code> with <code>-stats</code>
        options on an <code>Int64</code> raster, I get the following
        warning:<br>
        <br>
        <font face="monospace">$ gdalinfo -json -stats zzz.tif<br>
          Warning 1: GetNoDataValue() returns an approximate value of
          the true nodata value = 9223372036854775807. Use
          GetNoDataValueAsInt64() instead</font><br>
        <p>As an end user, what am I actually supposed to do with this
          warning?</p>
      </div>
    </blockquote>
    <p>Submit a pull request to fix <span style="white-space: pre-wrap">statistics computation to not use double for Int64/UInt64 data types, or file an issue about that.</span></p>
    <p><span style="white-space: pre-wrap">Note: I believe we have ~ 2k subcribers to the mailing list. Please try to group together your questions and/or use github issues when appropriate
</span></p>
    <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>