<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
span.gmail-
        {mso-style-name:gmail-;}
span.gmailsignatureprefix
        {mso-style-name:gmail_signature_prefix;}
span.Shkpostityyli21
        {mso-style-type:personal-reply;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;
        mso-ligatures:none;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:70.85pt 2.0cm 70.85pt 2.0cm;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
</head>
<body lang="FI" link="blue" vlink="purple" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal"><span style="mso-fareast-language:EN-US">Hi,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="mso-fareast-language:EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="mso-fareast-language:EN-US">The mask thing may happen due to
<a href="https://github.com/OSGeo/gdal/pull/9604">https://github.com/OSGeo/gdal/pull/9604</a>.<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="mso-fareast-language:EN-US"><o:p> </o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="mso-fareast-language:EN-US">-Jukka Rahkonen-<o:p></o:p></span></p>
<p class="MsoNormal"><span lang="EN-US" style="mso-fareast-language:EN-US"><o:p> </o:p></span></p>
<div style="border:none;border-top:solid #E1E1E1 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal"><b>Lähettäjä:</b> gdal-dev <gdal-dev-bounces@lists.osgeo.org>
<b>Puolesta </b>Sean Gillies via gdal-dev<br>
<b>Lähetetty:</b> maanantai 22. huhtikuuta 2024 19.15<br>
<b>Vastaanottaja:</b> Even Rouault <even.rouault@spatialys.com><br>
<b>Kopio:</b> gdal-dev@lists.osgeo.org<br>
<b>Aihe:</b> Re: [gdal-dev] GDAL 3.9.0beta1 available for testing<o:p></o:p></p>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<div>
<p class="MsoNormal">Hi Even,<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">Rasterio's test suite has 4 errors with GDAL 3.9.0beta1.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">Metadata output of gdalinfo has changed. As soon as there are docker images I'll look more closely at this.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">Writing a mask to a Rasterio <span class="gmail-">RGB.byte.tif
</span>dataset no longer creates a <span class="gmail-">RGB.byte.tif.msk file: </span>
<a href="https://github.com/rasterio/rasterio/actions/runs/8786444142/job/24109342188#step:8:2231">https://github.com/rasterio/rasterio/actions/runs/8786444142/job/24109342188#step:8:2231</a>.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal">The text of an error message which was "<span class="gmail-">tests/data/corrupt.tif, band 1: IReadBlock failed at X offset 1, Y offset 1: TIFFReadEncodedTile() failed." in 3.8 has changed to "corrupt.tif, band 1: IReadBlock failed at X
 offset 1, Y offset 1: TIFFReadEncodedTile() failed." This is not a big deal, we can adjust Rasterio's test.</span><o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<div>
<p class="MsoNormal"><span class="gmail-">Behavior of SRC_METHOD/DST_METHOD=</span>NO_GEOTRANSFORM for warp options seems to have changed:
<a href="https://github.com/rasterio/rasterio/actions/runs/8786444142/job/24109342188#step:8:2287">
https://github.com/rasterio/rasterio/actions/runs/8786444142/job/24109342188#step:8:2287</a>. I'm not entirely sure what the intent is in Rasterio's test, will dig into that. I just wanted to say that I see a change in GDAL.<o:p></o:p></p>
</div>
<div>
<p class="MsoNormal"><o:p> </o:p></p>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<div>
<p class="MsoNormal">On Mon, Apr 22, 2024 at 6:12 AM Even Rouault via gdal-dev <<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a>> wrote:<o:p></o:p></p>
</div>
<blockquote style="border:none;border-left:solid #CCCCCC 1.0pt;padding:0cm 0cm 0cm 6.0pt;margin-left:4.8pt;margin-right:0cm">
<p class="MsoNormal" style="margin-bottom:12.0pt">Hi,<br>
<br>
I've prepared a beta1 of GDAL 3.9.0 to get feedback from early testers.<br>
<br>
The NEWS file is here:<br>
<br>
   <a href="https://github.com/OSGeo/gdal/blob/v3.9.0beta1/NEWS.md" target="_blank">
https://github.com/OSGeo/gdal/blob/v3.9.0beta1/NEWS.md</a><br>
<br>
For packagers, <br>
<a href="https://gdal.org/development/rfc/rfc96_deferred_plugin_loading.html" target="_blank">https://gdal.org/development/rfc/rfc96_deferred_plugin_loading.html</a> may
<br>
make it more attractive to build some drivers that typically have heavy <br>
dependencies as plugins, installable in separate packages, due to the <br>
load time penalty having being improved. It is let to the appreciation <br>
of packagers to decide which drivers are worth building as plugins <br>
installable in a separate package.<br>
You may also pass CMake options <br>
([GDAL/OGR]_DRIVER_<driver_name>_PLUGIN_INSTALLATION_MESSAGE=xxx) so <br>
user get a hint of which package they need to install when GDAL detects <br>
that a file may be opened by a plugin which is not available on the file <br>
system but known to have been built as a plugin. Cf <br>
<a href="https://gdal.org/development/building_from_source.html#deferred-loaded-plugins" target="_blank">https://gdal.org/development/building_from_source.html#deferred-loaded-plugins</a>
<br>
for more details.<br>
<br>
For end-users, the following utilities have been updated to use a new <br>
argument parsing framework: gdaladdo, gdalinfo, gdal_translate, <br>
gdalwarp, gdal_grid, gdal_viewshed, gdalbuildvrt, nearblack, ogrinfo, <br>
ogr2ogr, sozip.<br>
This helps detecting errors such as specifying twice an argument that <br>
should be specified once (where generally the last instance was the one <br>
used). While we have tried to retain backwards compatibility for nominal <br>
use cases, obviously if you have scripts that accidentally specify an <br>
argument several times whereas it should be specified at most once, they <br>
will have to be corrected.<br>
<br>
Docker images with 3.9.0beta1 are currently cooking.<br>
<br>
master is now marked as 3.10.0dev, and the release/3.9 branch has been <br>
created. All bugfixes for 3.9 should be backported into it.<br>
<br>
Source snapshots at:<br>
<br>
- <a href="https://download.osgeo.org/gdal/3.9.0/gdal-3.9.0beta1.tar.gz" target="_blank">
https://download.osgeo.org/gdal/3.9.0/gdal-3.9.0beta1.tar.gz</a><br>
- <a href="https://download.osgeo.org/gdal/3.9.0/gdal-3.9.0beta1.tar.xz" target="_blank">
https://download.osgeo.org/gdal/3.9.0/gdal-3.9.0beta1.tar.xz</a><br>
- <a href="https://download.osgeo.org/gdal/3.9.0/gdal380beta1.zip" target="_blank">
https://download.osgeo.org/gdal/3.9.0/gdal380beta1.zip</a><br>
<br>
Autotest snapshots:<br>
<br>
- <a href="https://download.osgeo.org/gdal/3.9.0/gdalautotest-3.9.0beta1.tar.gz" target="_blank">
https://download.osgeo.org/gdal/3.9.0/gdalautotest-3.9.0beta1.tar.gz</a><br>
- <a href="https://download.osgeo.org/gdal/3.9.0/gdalautotest-3.9.0beta1.zip" target="_blank">
https://download.osgeo.org/gdal/3.9.0/gdalautotest-3.9.0beta1.zip</a><br>
<br>
Even<o:p></o:p></p>
</blockquote>
</div>
<p class="MsoNormal"><br clear="all">
<br>
<span class="gmailsignatureprefix">-- </span><o:p></o:p></p>
<div>
<p class="MsoNormal">Sean Gillies<o:p></o:p></p>
</div>
</div>
</div>
</body>
</html>