<div dir="ltr"><div>Hi Even,</div><div><br></div><div>Rasterio's CI picked up a change to the AAIGrid driver in 3.8. The 3.7 version driver used to have whitespace before a row and no whitespace after. It looks like this has flipped in 3.8. Is it intentional? I only noticed because one of my tests is parsing the file as text. It's certainly not a big deal. Hopefully this format has mostly expired on the internet :)<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Oct 31, 2023 at 8:34 AM Even Rouault via gdal-dev <<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
I've prepared a beta1 of GDAL 3.8.0 to get feedback from earlier testers.<br>
<br>
Sorry no updated NEWS.md file yet, but I'd in particular be interesting <br>
by testing of ogr2ogr workflows, since they have underwent significant <br>
changes in the underlying implementation:<br>
<br>
- when the source layer is a layer implementing the ArrowStream API <br>
(that is  GeoPackage, FlatGeoBuf, Arrow or Parquet), and when no ogr2ogr <br>
options than -of, -where, -spat, -lco, -dsco, -gt, <br>
-append/-overwrite/-update are used (and -sql as well for GeoPackage). <br>
When enabling CPL_DEBUG, you'll see a "OGR2OGR: Using WriteArrowBatch()" <br>
trace when that new code path is taken. If specifying other options, the <br>
feature-iteration-based traditional implementation is used<br>
<br>
- and/or when the output layer is GeoPackage (new layer), due to the <br>
revamped much faster spatial index creation.  This enhanced spatial <br>
index creation is not ogr2ogr specific and is actually available more <br>
generally for CreateLayer() + CreateFeature() or CreateLayer() + <br>
WriteArrowBatch() scenarios.<br>
<br>
Point of attention would be when in situations with large files and/or <br>
with low RAM.<br>
<br>
The <a href="http://ghcr.io/osgeo/gdal:ubuntu-small-latest" rel="noreferrer" target="_blank">ghcr.io/osgeo/gdal:ubuntu-small-latest</a>, <br>
<a href="http://ghcr.io/osgeo/gdal:ubuntu-full-latest" rel="noreferrer" target="_blank">ghcr.io/osgeo/gdal:ubuntu-full-latest</a>, <br>
<a href="http://ghcr.io/osgeo/gdal:alpine-normal-latest" rel="noreferrer" target="_blank">ghcr.io/osgeo/gdal:alpine-normal-latest</a> Docker images have been <br>
refreshed with 3.8.0beta1 (<a href="http://ghcr.io/osgeo/gdal:alpine-small-latest" rel="noreferrer" target="_blank">ghcr.io/osgeo/gdal:alpine-small-latest</a> still <br>
building at time of writing).<br>
<br>
(Note: the GDAL master conda builds mentioned at <br>
<a href="https://gdal.org/download.html#gdal-master-conda-builds" rel="noreferrer" target="_blank">https://gdal.org/download.html#gdal-master-conda-builds</a> have been broken <br>
for a couple weeks and are thus not usable to test beta1 currently. I'm <br>
investigating)<br>
<br>
Source snapshots at:<br>
<br>
- <a href="https://download.osgeo.org/gdal/3.8.0/gdal-3.8.0beta1.tar.gz" rel="noreferrer" target="_blank">https://download.osgeo.org/gdal/3.8.0/gdal-3.8.0beta1.tar.gz</a><br>
<br>
- <a href="https://download.osgeo.org/gdal/3.8.0/gdal-3.8.0beta1.tar.xz" rel="noreferrer" target="_blank">https://download.osgeo.org/gdal/3.8.0/gdal-3.8.0beta1.tar.xz</a><br>
<br>
- <a href="https://download.osgeo.org/gdal/3.8.0/gdal380beta1.zip" rel="noreferrer" target="_blank">https://download.osgeo.org/gdal/3.8.0/gdal380beta1.zip</a><br>
<br>
Autotest snapshots:<br>
<br>
- <a href="https://download.osgeo.org/gdal/3.8.0/gdalautotest-3.8.0beta1.tar.gz" rel="noreferrer" target="_blank">https://download.osgeo.org/gdal/3.8.0/gdalautotest-3.8.0beta1.tar.gz</a><br>
<br>
- <a href="https://download.osgeo.org/gdal/3.8.0/gdalautotest-3.8.0beta1.zip" rel="noreferrer" target="_blank">https://download.osgeo.org/gdal/3.8.0/gdalautotest-3.8.0beta1.zip</a><br>
<br>
Even<br>
<br>
-- <br>
<a href="http://www.spatialys.com" rel="noreferrer" target="_blank">http://www.spatialys.com</a><br>
My software is free, but my time generally not.<br>
<br>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org" target="_blank">gdal-dev@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/gdal-dev" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
</blockquote></div><br clear="all"><br><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature">Sean Gillies</div>