Re: [gdal-dev] Invalid search_path created in ogrpgdatasource.cpp

2024-10-09 Thread Even Rouault via gdal-dev
Darren, thanks for the report. I could indeed reproducing setting first an empty search path (single quote single quote) alter role {my_user_name} set search_path=''; Fix in https://github.com/OSGeo/gdal/pull/10980 Even Le 09/10/2024 à 21:18, Boss, Darren WLRS:EX via gdal-dev a écrit : I

[gdal-dev] Invalid search_path created in ogrpgdatasource.cpp

2024-10-09 Thread Boss, Darren WLRS:EX via gdal-dev
I have a Python back-end that uses gdal.Warp to clip a GeoTiff using a geometry from a Postgres 14 (with PostGIS) table. I set up the gdal.warpOptions and pass them into gdal.warp as follows: DB_READ_STRING = "postgresql://{read_user}:{postgres_password}@{postgres_read_host}:{postgres_port}/{po

Re: [gdal-dev] [PROJ] RFC 102: Embedding resource files into libgdal (and PROJ)

2024-10-09 Thread Even Rouault via gdal-dev
Hi, Proposed implementations are, as far as I can tell, feature complete now (including docs & CI): - GDAL: https://github.com/OSGeo/gdal/pull/10972 . I propose that we target 3.11. We are probably too close to the feature freeze of 3.10 and would otherwise need to rush things, which feels u

Re: [gdal-dev] Github, AI and the proposed RFC 8 amendment

2024-10-09 Thread Greg Troxel via gdal-dev
Andrew C Aitchison via gdal-dev writes: > Agreed. > > However, as I understand it, by using github we have allowed > copilot to include our code without it being covered by the usual > licence. Perhaps "acquiesced", but the project does not have to right to grant hat license for code whose copyr

Re: [gdal-dev] Proposed RFC 8 amendment regarding (prohibited use of) generative AI tools

2024-10-09 Thread Jan Heckman via gdal-dev
Some reading . On Wed, Oct 9, 2024 at 9:11 AM ElPaso via gdal-dev wrote: > Il 09/10/24 00:55, Greg Troxel via gdal-dev ha scritto: > > ElPaso via gdal-dev writes: > > > >> I have read the discussion on lwn and