<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>Benoit,</p>
    <p>Indeed OGR_L_GetExtent() will never fill the Z fields, since it has no idea they are there. So a 3D specific function would be needed.</p>
    <p>But in the case of GeoPackage, as many/most other formats, layer extent metadata doesn't include the Z component either. The generic option is to iterate over all features and use OGR_G_GetEnvelope3D() on their geometry.</p>
    <p>In the specific case of GeoPackage, you could also issue a ExecuteSQL("SELECT MIN(ST_MinZ(geometry_column_name)), MAX(ST_MaxZ(geometry_column_name)) FROM layer_name") which should be faster on big layers</p>
    <p>Even
</p>
    <div class="moz-cite-prefix">Le 23/06/2023 à 11:14, B. De Mezzo a
      écrit :<br>
    </div>
    <blockquote type="cite"
      cite="mid:9d6ab5a5-4179-e486-8f2d-4253ee72cd8d@oslandia.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <p>Hi,</p>
      <p>I was looking for a solution to retrieve a 3D extent (in my case from a gpkg). Currently, the OGR_L_GetExtent function uses an OGREnvelope and when I pass a OGREnvelope3D parameter, it does not fill the Z fields. </p>
      <p>What should be the best approach to the minZ and maxZ for a layer?</p>
      <p>Regards.
</p>
      <p><style type="text/css"></style></p>
      <p><style type="text/css">Regardp, li { white-space: pre-wrap; }</style><style type="text/css">p, li { white-space: pre-wrap; }</style></p>
      <br>
      <fieldset class="moz-mime-attachment-header"></fieldset>
      <pre class="moz-quote-pre" wrap="">_______________________________________________
gdal-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a>
<a class="moz-txt-link-freetext" href="https://lists.osgeo.org/mailman/listinfo/gdal-dev">https://lists.osgeo.org/mailman/listinfo/gdal-dev</a>
</pre>
    </blockquote>
    <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>