Re: [gdal-dev] Removing write side of (SDK based) FileGDB driver ?

2025-01-14 Thread Even Rouault via gdal-dev
If Esri released a new SDK with a changed file format, would the SDK driver automatically write it, allowing (QGIS) users to write the new format before OpenFileGDB catches up ? Hard to speculate about the future and black boxes :-) Possibly yes, but that seems to be more about theory than p

Re: [gdal-dev] Removing write side of (SDK based) FileGDB driver ?

2025-01-14 Thread Andrew C Aitchison via gdal-dev
On Tue, 14 Jan 2025, Even Rouault via gdal-dev wrote: Hi, You all know my ever appetite to remove useless code (especially when I have to do painful exercices such as RFC 105 changes). This time I'd be very well tempted to axe the write side of the FileGDB driver (the one based on the Esri S

Re: [gdal-dev] Removing write side of (SDK based) FileGDB driver ?

2025-01-14 Thread Even Rouault via gdal-dev
Actually thinking that there isn't just update, but also pure creation. 2 potential options for that one: - either just completely remove the Create() implementation of FileGDB. Slightly backwards incompatible as users will have to change in their code their "FileGDB" string to "OpenFileGDB"

[gdal-dev] Removing write side of (SDK based) FileGDB driver ?

2025-01-14 Thread Even Rouault via gdal-dev
Hi, You all know my ever appetite to remove useless code (especially when I have to do painful exercices such as RFC 105 changes). This time I'd be very well tempted to axe the write side of the FileGDB driver (the one based on the Esri SDK). Unless I'm missing something, I don't think it pro

Re: [gdal-dev] GDAL 3.10.1 is released

2025-01-14 Thread Even Rouault via gdal-dev
conda-forge builds, and docker images are now ready:     ghcr.io/osgeo/gdal:alpine-small-3.10.1     ghcr.io/osgeo/gdal:alpine-normal-3.10.1     ghcr.io/osgeo/gdal:ubuntu-small-3.10.1     ghcr.io/osgeo/gdal:ubuntu-full-3.10.1 Even Le 13/01/2025 à 16:40, Even Rouault via gdal-dev a écrit : Hi, O

[gdal-dev] GDAL open flags

2025-01-14 Thread Michał Kowalczuk via gdal-dev
Hi gdal-group! Does GDAL_OF_READONLY / GDAL_OF_UPDATE have any impact on performance, especially when reading common vector files (shp, gpkg, gml)? There is no recommendation on this in docs. Best regards, Michał Kowalczuk ___ gdal-dev mailing list gdal

Re: [gdal-dev] Build GDAL PDF Driver with PDFium

2025-01-14 Thread Parveen Sharma via gdal-dev
Hi I was able to build the PDFium lib in release mode in Windows from https://github.com/rouault/pdfium_build_gdal_3_9. My requirement is to build the PDFium lib in DEBUG mode as well. For that I updated below args in args_release_win.gn with below argument is_debug = true # Enable debugging