Re: [gdal-dev] GPKG to PG single transaction, different schemas

2024-05-14 Thread Even Rouault via gdal-dev
Le 14/05/2024 à 17:30, Matteo Ghetta via gdal-dev a écrit : Hi all, I've a geopackage with many layers (in the following example let's pretend just 2) that I want to import in a single transaction (important!) into a PG database. GPKG and PG table names are the same, but it can happen that

Re: [gdal-dev] Discrepancy in reported Spatial Reference b/n gdalinfo and arcpy

2024-05-14 Thread Even Rouault via gdal-dev
Le 14/05/2024 à 18:08, Liyuneh Gebre a écrit : hi, thanks for your kind commitment.  I tried the docker version and unfortunately it shows the same result. That's expected. The fix has been done post 3.9.0. This will be available in 3.9.1 On Sun, May 12, 2024 at 4:02 PM Even Rouault wrote

[gdal-dev] GPKG to PG single transaction, different schemas

2024-05-14 Thread Matteo Ghetta via gdal-dev
Hi all, I've a geopackage with many layers (in the following example let's pretend just 2) that I want to import in a single transaction (important!) into a PG database. GPKG and PG table names are the same, but it can happen that the tables are in different schemas. I couldn't find the corr