Re: [gdal-dev] Motion: Add Alessandro Pasotti as GDAL maintainer

2022-11-14 Thread Mateusz Loskot
+1 Mateusz On Mon, 14 Nov 2022, 16:45 Howard Butler, wrote: > Dear PSC, > > As a result of our fundraising activity and development of NumFOCUS as a > financial conduit, it is my pleasure to put forward a motion to approve > Alessandro Pasotti as a contracted GDAL maintainer for the period begi

Re: [gdal-dev] Motion: Add Alessandro Pasotti as GDAL maintainer

2022-11-14 Thread Rahkonen Jukka
+1 -Jukka Rahkonen- -Alkuperäinen viesti- Lähettäjä: gdal-dev Puolesta Howard Butler Lähetetty: maanantai 14. marraskuuta 2022 17.45 Vastaanottaja: gdal dev Aihe: [gdal-dev] Motion: Add Alessandro Pasotti as GDAL maintainer Dear PSC, As a result of our fundraising activity and develop

Re: [gdal-dev] Motion: Add Alessandro Pasotti as GDAL maintainer

2022-11-14 Thread Even Rouault
+1 Even Le 14/11/2022 à 16:45, Howard Butler a écrit : Dear PSC, As a result of our fundraising activity and development of NumFOCUS as a financial conduit, it is my pleasure to put forward a motion to approve Alessandro Pasotti as a contracted GDAL maintainer for the period beginning on Nov

Re: [gdal-dev] Motion: Add Alessandro Pasotti as GDAL maintainer

2022-11-14 Thread Tamas Szekeres
+1 Tamas Howard Butler ezt írta (időpont: 2022. nov. 14., H, 16:45): > Dear PSC, > > As a result of our fundraising activity and development of NumFOCUS as a > financial conduit, it is my pleasure to put forward a motion to approve > Alessandro Pasotti as a contracted GDAL maintainer for the pe

Re: [gdal-dev] Motion: Add Alessandro Pasotti as GDAL maintainer

2022-11-14 Thread Daniel Morissette
+1 Daniel On 2022-11-14 10:45, Howard Butler wrote: Dear PSC, As a result of our fundraising activity and development of NumFOCUS as a financial conduit, it is my pleasure to put forward a motion to approve Alessandro Pasotti as a contracted GDAL maintainer for the period beginning on Nov

[gdal-dev] Motion: Add Alessandro Pasotti as GDAL maintainer

2022-11-14 Thread Howard Butler
Dear PSC, As a result of our fundraising activity and development of NumFOCUS as a financial conduit, it is my pleasure to put forward a motion to approve Alessandro Pasotti as a contracted GDAL maintainer for the period beginning on November 21st, 2022 and ending November 21st, 2023. Details

Re: [gdal-dev] Motion: adopt RFC 87: Signed int8 data type for raster

2022-11-14 Thread Mateusz Loskot
+1 Mateusz p. s. An alias wouldn't hurt, not a substantial change but could be useful, could be just tossed in. On Mon, 14 Nov 2022, 13:22 Even Rouault, wrote: > Hi, > > I feel the discussion phase has finished. There were a few questions > about the existing GDT_Byte unsigned 8-bit integer

Re: [gdal-dev] Motion: adopt RFC 87: Signed int8 data type for raster

2022-11-14 Thread Rahkonen Jukka
+1 -Jukka Rahkonen- -Alkuperäinen viesti- Lähettäjä: gdal-dev Puolesta Even Rouault Lähetetty: maanantai 14. marraskuuta 2022 14.22 Vastaanottaja: gdal-dev@lists.osgeo.org Aihe: [gdal-dev] Motion: adopt RFC 87: Signed int8 data type for raster Hi, I feel the discussion phase has finish

Re: [gdal-dev] Motion: adopt RFC 87: Signed int8 data type for raster

2022-11-14 Thread Kurt Schwehr
+1 KurtS On Mon, Nov 14, 2022, 4:22 AM Even Rouault wrote: > Hi, > > I feel the discussion phase has finished. There were a few questions > about the existing GDT_Byte unsigned 8-bit integer type, if it should be > renamed/aliased/etc, but no obvious conclusion emerged from this, and > I'd sugge

[gdal-dev] Motion: adopt RFC 87: Signed int8 data type for raster

2022-11-14 Thread Even Rouault
Hi, I feel the discussion phase has finished. There were a few questions about the existing GDT_Byte unsigned 8-bit integer type, if it should be renamed/aliased/etc, but no obvious conclusion emerged from this, and I'd suggest we keep with the status-quo with GDT_Byte, and the RFC remains on

[gdal-dev] gdalbuildvrt : addalpha adds a new band even if not needed

2022-11-14 Thread Christophe Guédas
Hello, I'm using gdalbuildvrt to create a virtual raster from multiple tiff tiles. I need the output virtual raster to have an alpha band, and as I do not know beforehand if the input rasters will contain one or not, I use the 'addalpha' option of gdalbuildvrt to add one if needed. As I understand