Re: [gdal-dev] GDAL 3.8.1RC3 is available & motion to approve it

2023-11-30 Thread Even Rouault via gdal-dev
Motion passed with +1 from PSC members JukkaR, HowardB, JavierJS, SeanG 
and me.


Le 28/11/2023 à 16:32, Even Rouault via gdal-dev a écrit :

Hi,

well, another annoying 3.8.0 regression related to ogr2ogr GPKG -> 
Shapefile when field names are longer than 10 characters (ah 
Shapefile!!!) popped up today, so here's a RC3 (crossing fingers it's 
the good one):


  https://download.osgeo.org/gdal/3.8.1/gdal-3.8.1rc3.tar.xz
  https://download.osgeo.org/gdal/3.8.1/gdal-3.8.1rc3.tar.gz
  https://download.osgeo.org/gdal/3.8.1/gdal381rc3.zip

A snapshot of the gdalautotest suite is also available:

https://download.osgeo.org/gdal/3.8.1/gdalautotest-3.8.1rc3.tar.gz
  https://download.osgeo.org/gdal/3.8.1/gdalautotest-3.8.1rc3.zip

The changes since RC2 are:

* CMake: make GDAL_USE_LIBKML and GDAL_USE_OPENJPEG honor 
GDAL_USE_EXTERNAL_LIBS

* Detect failure in installation of the Python bindings
* Fix installation issue with Python 3.12 on Debian
* GDALOverviewDataset::IRasterIO(): use parent dataset when possible 
for more

  efficiency
* gdal_footprint: fix wrong taking into account of alpha band (#8834)
* gdal_footprint: fix taking into account of individual bands that 
have nodata
* COG: for JPEG compression, convert single band+alpha as single band 
JPEG + 1-bit mask band
* GTIFF SRS reader: include VertCRS name from EPSG in CompoundCRS name 
if there's no citation geokey
* ogr2ogr: fix GPKG -> Shapefile when field names are truncated 
(#8849, 3.8.0 regression)
* CSV writer: do not quote integer fields by default (only if 
STRING_QUOTING=ALWAYS is specified)

* GPX: make detection of extensions element more robust (#8827)
* Shapefile: recognize '  0' as a null date, fix writing an 
invalid "/00/00" date

* Python bindings: add a combineBands option to gdal.Footprint()


Withdrawing previous motion and:

==> Motion: adopt 3.8.1 RC3 as final 3.8.1 release

Starting with my +1,

Even


--
http://www.spatialys.com
My software is free, but my time generally not.

___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev


Re: [gdal-dev] GDAL 3.8.1RC3 is available & motion to approve it

2023-11-28 Thread Even Rouault via gdal-dev
FYI, Docker images ghcr.io/osgeo/gdal:alpine-small-3.8.1 , 
ghcr.io/osgeo/gdal:alpine-normal-3.8.1 , 
ghcr.io/osgeo/gdal:ubuntu-small-3.8.1 , 
ghcr.io/osgeo/gdal:ubuntu-full-3.8.1 have now been refreshed against RC3


--
http://www.spatialys.com
My software is free, but my time generally not.

___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev


Re: [gdal-dev] GDAL 3.8.1RC3 is available & motion to approve it

2023-11-28 Thread Sean Gillies via gdal-dev
I finally have configured a GitHub action that tests rasterio against the
latest GDAL tags and don't see any problems with 3.8.1RC3:
https://github.com/rasterio/rasterio/actions/runs/7022736307.

+1 for me

On Tue, Nov 28, 2023 at 8:32 AM Even Rouault via gdal-dev <
gdal-dev@lists.osgeo.org> wrote:

> Hi,
>
> well, another annoying 3.8.0 regression related to ogr2ogr GPKG ->
> Shapefile when field names are longer than 10 characters (ah
> Shapefile!!!) popped up today, so here's a RC3 (crossing fingers it's
> the good one):
>
>https://download.osgeo.org/gdal/3.8.1/gdal-3.8.1rc3.tar.xz
>https://download.osgeo.org/gdal/3.8.1/gdal-3.8.1rc3.tar.gz
>https://download.osgeo.org/gdal/3.8.1/gdal381rc3.zip
>
> A snapshot of the gdalautotest suite is also available:
>
> https://download.osgeo.org/gdal/3.8.1/gdalautotest-3.8.1rc3.tar.gz
>https://download.osgeo.org/gdal/3.8.1/gdalautotest-3.8.1rc3.zip
>
> The changes since RC2 are:
>
> * CMake: make GDAL_USE_LIBKML and GDAL_USE_OPENJPEG honor
> GDAL_USE_EXTERNAL_LIBS
> * Detect failure in installation of the Python bindings
> * Fix installation issue with Python 3.12 on Debian
> * GDALOverviewDataset::IRasterIO(): use parent dataset when possible for
> more
>efficiency
> * gdal_footprint: fix wrong taking into account of alpha band (#8834)
> * gdal_footprint: fix taking into account of individual bands that have
> nodata
> * COG: for JPEG compression, convert single band+alpha as single band
> JPEG + 1-bit mask band
> * GTIFF SRS reader: include VertCRS name from EPSG in CompoundCRS name
> if there's no citation geokey
> * ogr2ogr: fix GPKG -> Shapefile when field names are truncated (#8849,
> 3.8.0 regression)
> * CSV writer: do not quote integer fields by default (only if
> STRING_QUOTING=ALWAYS is specified)
> * GPX: make detection of extensions element more robust (#8827)
> * Shapefile: recognize '  0' as a null date, fix writing an invalid
> "/00/00" date
> * Python bindings: add a combineBands option to gdal.Footprint()
>
>
> Withdrawing previous motion and:
>
> ==> Motion: adopt 3.8.1 RC3 as final 3.8.1 release
>
> Starting with my +1,
>
> Even
>
> --
> http://www.spatialys.com
> My software is free, but my time generally not.
>
> ___
> gdal-dev mailing list
> gdal-dev@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/gdal-dev
>


-- 
Sean Gillies
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev


Re: [gdal-dev] GDAL 3.8.1RC3 is available & motion to approve it

2023-11-28 Thread Javier Jimenez Shaw via gdal-dev
+1 Javier

On Tue, 28 Nov 2023 at 17:29, Howard Butler via gdal-dev <
gdal-dev@lists.osgeo.org> wrote:

> +1 Howard
>
> > On Nov 28, 2023, at 9:57 AM, Rahkonen Jukka via gdal-dev <
> gdal-dev@lists.osgeo.org> wrote:
> >
> > +1
> >
> > -Jukka-
> >
> > -Alkuperäinen viesti-
> > Lähettäjä: gdal-dev  Puolesta Even
> Rouault via gdal-dev
> > Lähetetty: tiistai 28. marraskuuta 2023 17.33
> > Vastaanottaja: gdal-dev@lists.osgeo.org
> > Aihe: [gdal-dev] GDAL 3.8.1RC3 is available & motion to approve it
> >
> > Hi,
> >
> > well, another annoying 3.8.0 regression related to ogr2ogr GPKG ->
> Shapefile when field names are longer than 10 characters (ah
> > Shapefile!!!) popped up today, so here's a RC3 (crossing fingers it's
> the good one):
> > ...
> > A snapshot of the gdalautotest suite is also available:
> > ...
> > The changes since RC2 are:
> >
> > * CMake: make GDAL_USE_LIBKML and GDAL_USE_OPENJPEG honor
> GDAL_USE_EXTERNAL_LIBS
> > * Detect failure in installation of the Python bindings
> > * Fix installation issue with Python 3.12 on Debian
> > * GDALOverviewDataset::IRasterIO(): use parent dataset when possible for
> more
> >   efficiency
> > * gdal_footprint: fix wrong taking into account of alpha band (#8834)
> > * gdal_footprint: fix taking into account of individual bands that have
> nodata
> > * COG: for JPEG compression, convert single band+alpha as single band
> JPEG + 1-bit mask band
> > * GTIFF SRS reader: include VertCRS name from EPSG in CompoundCRS name
> if there's no citation geokey
> > * ogr2ogr: fix GPKG -> Shapefile when field names are truncated (#8849,
> > 3.8.0 regression)
> > * CSV writer: do not quote integer fields by default (only if
> STRING_QUOTING=ALWAYS is specified)
> > * GPX: make detection of extensions element more robust (#8827)
> > * Shapefile: recognize '  0' as a null date, fix writing an invalid
> "/00/00" date
> > * Python bindings: add a combineBands option to gdal.Footprint()
> >
> >
> > Withdrawing previous motion and:
> >
> > ==> Motion: adopt 3.8.1 RC3 as final 3.8.1 release
> >
> > Starting with my +1,
> >
> > Even
> >
> > --
> > My software is free, but my time generally not.
> >
> > ___
> > gdal-dev mailing list
> > gdal-dev@lists.osgeo.org
> > ___
> > gdal-dev mailing list
> > gdal-dev@lists.osgeo.org
> > https://lists.osgeo.org/mailman/listinfo/gdal-dev
>
> ___
> gdal-dev mailing list
> gdal-dev@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/gdal-dev
>
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev


Re: [gdal-dev] GDAL 3.8.1RC3 is available & motion to approve it

2023-11-28 Thread Howard Butler via gdal-dev
+1 Howard

> On Nov 28, 2023, at 9:57 AM, Rahkonen Jukka via gdal-dev 
>  wrote:
> 
> +1
> 
> -Jukka-
> 
> -Alkuperäinen viesti-
> Lähettäjä: gdal-dev  Puolesta Even Rouault 
> via gdal-dev
> Lähetetty: tiistai 28. marraskuuta 2023 17.33
> Vastaanottaja: gdal-dev@lists.osgeo.org
> Aihe: [gdal-dev] GDAL 3.8.1RC3 is available & motion to approve it
> 
> Hi,
> 
> well, another annoying 3.8.0 regression related to ogr2ogr GPKG -> Shapefile 
> when field names are longer than 10 characters (ah
> Shapefile!!!) popped up today, so here's a RC3 (crossing fingers it's the 
> good one):
> ...
> A snapshot of the gdalautotest suite is also available:
> ...
> The changes since RC2 are:
> 
> * CMake: make GDAL_USE_LIBKML and GDAL_USE_OPENJPEG honor 
> GDAL_USE_EXTERNAL_LIBS
> * Detect failure in installation of the Python bindings
> * Fix installation issue with Python 3.12 on Debian
> * GDALOverviewDataset::IRasterIO(): use parent dataset when possible for more
>   efficiency
> * gdal_footprint: fix wrong taking into account of alpha band (#8834)
> * gdal_footprint: fix taking into account of individual bands that have nodata
> * COG: for JPEG compression, convert single band+alpha as single band JPEG + 
> 1-bit mask band
> * GTIFF SRS reader: include VertCRS name from EPSG in CompoundCRS name if 
> there's no citation geokey
> * ogr2ogr: fix GPKG -> Shapefile when field names are truncated (#8849,
> 3.8.0 regression)
> * CSV writer: do not quote integer fields by default (only if 
> STRING_QUOTING=ALWAYS is specified)
> * GPX: make detection of extensions element more robust (#8827)
> * Shapefile: recognize '  0' as a null date, fix writing an invalid 
> "/00/00" date
> * Python bindings: add a combineBands option to gdal.Footprint()
> 
> 
> Withdrawing previous motion and:
> 
> ==> Motion: adopt 3.8.1 RC3 as final 3.8.1 release
> 
> Starting with my +1,
> 
> Even
> 
> --
> My software is free, but my time generally not.
> 
> ___
> gdal-dev mailing list
> gdal-dev@lists.osgeo.org
> ___
> gdal-dev mailing list
> gdal-dev@lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/gdal-dev

___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev


Re: [gdal-dev] GDAL 3.8.1RC3 is available & motion to approve it

2023-11-28 Thread Rahkonen Jukka via gdal-dev
+1

-Jukka-

-Alkuperäinen viesti-
Lähettäjä: gdal-dev  Puolesta Even Rouault 
via gdal-dev
Lähetetty: tiistai 28. marraskuuta 2023 17.33
Vastaanottaja: gdal-dev@lists.osgeo.org
Aihe: [gdal-dev] GDAL 3.8.1RC3 is available & motion to approve it

Hi,

well, another annoying 3.8.0 regression related to ogr2ogr GPKG -> Shapefile 
when field names are longer than 10 characters (ah
Shapefile!!!) popped up today, so here's a RC3 (crossing fingers it's the good 
one):
...
A snapshot of the gdalautotest suite is also available:
...
The changes since RC2 are:

* CMake: make GDAL_USE_LIBKML and GDAL_USE_OPENJPEG honor GDAL_USE_EXTERNAL_LIBS
* Detect failure in installation of the Python bindings
* Fix installation issue with Python 3.12 on Debian
* GDALOverviewDataset::IRasterIO(): use parent dataset when possible for more
   efficiency
* gdal_footprint: fix wrong taking into account of alpha band (#8834)
* gdal_footprint: fix taking into account of individual bands that have nodata
* COG: for JPEG compression, convert single band+alpha as single band JPEG + 
1-bit mask band
* GTIFF SRS reader: include VertCRS name from EPSG in CompoundCRS name if 
there's no citation geokey
* ogr2ogr: fix GPKG -> Shapefile when field names are truncated (#8849,
3.8.0 regression)
* CSV writer: do not quote integer fields by default (only if 
STRING_QUOTING=ALWAYS is specified)
* GPX: make detection of extensions element more robust (#8827)
* Shapefile: recognize '  0' as a null date, fix writing an invalid 
"/00/00" date
* Python bindings: add a combineBands option to gdal.Footprint()


Withdrawing previous motion and:

==> Motion: adopt 3.8.1 RC3 as final 3.8.1 release

Starting with my +1,

Even

--
My software is free, but my time generally not.

___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
___
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev