Re: [gdal-dev] Motion: Approve Even Rouault as a contracted GDAL maintainer

2021-08-23 Thread Daniel Morissette
+1! Daniel On 2021-08-17 11:33, 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 Even Rouault as a contracted GDAL maintainer for the year 2021-2022 beginning on A

Re: [gdal-dev] Warp with different band types?

2021-08-23 Thread Even Rouault
Idan, The warping kernel works on a multiple band dataset by using a single working data type, which should be the "max" of the types of the input bands, so here int16. I believe this is working, but here the issue is more at the creation of the dataset itself than during the warping. This is

Re: [gdal-dev] Custom vertical transformations

2021-08-23 Thread Kristian Evers via gdal-dev
Thanks for your insights, Even! I had a feeling I was pushing the boundaries here, good to get that confirmed. The idea of using -s_srs and a correction grid is intriguing. I assume this way will be easier to implement as well since I don't have to worry as much about the CRS and extent of my c

Re: [gdal-dev] How to handle private (system) tables which a caller may explicitly want

2021-08-23 Thread Even Rouault
Hi Nyall, On Sun, 22 Aug 2021 at 18:59, Even Rouault wrote: Hi Nyall, There are several possible approaches to this: - have a LIST_ALL_TABLES=YES open option. A few drivers expose it, like PG, SQLite and GPKG. But the intent here was more for drivers that use by default the content of a geom