Re: [gdal-dev] How to obtain list of all available SRS in GDAL 3.5?

2022-07-08 Thread Alan Snow
This may be what you are looking for: https://proj.org/development/reference/functions.html#c.proj_get_crs_info_list_from_database On Fri, Jul 8, 2022, 10:23 PM Nik Sands wrote: > My app must provide the user with a comprehensive list of Spatial > Reference Systems to select from. > > With GDAL

[gdal-dev] How to obtain list of all available SRS in GDAL 3.5?

2022-07-08 Thread Nik Sands
My app must provide the user with a comprehensive list of Spatial Reference Systems to select from. With GDAL 2.2.2, I did this by querying both 'gcs.csv’ and ‘pcs.csv’ from the GDAL_DATA directory. These files are no longer available in GDAL 3.5. So what’s the correct way to get a list of al

Re: [gdal-dev] cmake ignores EXPAT_INCLUDE_DIR & EXPAT_LIBRARY

2022-07-08 Thread Nik Sands
Hi Gaige, Doh! It was libxml2, not libexpat. Thanks for pointing me in this direction. Somehow, I hadn’t noticed the need for libxm2l in GDAL 3.x, as it was not in my iOS project which was working fine with GDAL 2.2.2 (or otherwise, it has somehow been removed from the project - perhaps when

Re: [gdal-dev] Authentication bearer token for WFS driver

2022-07-08 Thread Even Rouault
Francesco, You should rather set the GDAL_HTTP_HEADER_FILE configuration option / environment variable to the filename of a text file which contains a line like Authorization: Bearer Even Le 08/07/2022 à 23:12, Francesco Bartoli a écrit : Hi devs, is that authentication mechanism sup

[gdal-dev] Authentication bearer token for WFS driver

2022-07-08 Thread Francesco Bartoli
Hi devs, is that authentication mechanism supported to consume a GeoServer layer protected by an OpenID Connect provider? I’m trying to implement a pygeoapi collection protected by the same OIDC provider via the OGR plugin but I need to figure out how the GDAL command line request would look li

Re: [gdal-dev] cmake ignores EXPAT_INCLUDE_DIR & EXPAT_LIBRARY

2022-07-08 Thread Gaige B. Paulsen
Nik, Which symbols is the linker complaining about? I build regularly for iOS (although not using CMake directly), linking with the system copy of libxpat and libxml2 and I haven’t noticed any link or operational failures in 3.5.0. Admittedly, I use a subset of the drivers, but if you can sen

Re: [gdal-dev] HANA driver in ubuntu-full docker image

2022-07-08 Thread Even Rouault
Maxim, the default image only includes free & open source software, and AFAIK the Hana ODBC driver itself is not. You could potentially add optional support for it like was done with the WITH_FILEGDB option of docker/ubuntu-full/Dockerfile, and it would be the responsibility of users to enab

[gdal-dev] HANA driver in ubuntu-full docker image

2022-07-08 Thread Rylov, Maxim via gdal-dev
Hi GDAL developers, We are interested in having the new HANA driver in the ubuntu-full docker image. Would that be acceptable? Thank you and kind regards, Maxim ___ gdal-dev mailing list gdal-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/

Re: [gdal-dev] cmake ignores EXPAT_INCLUDE_DIR & EXPAT_LIBRARY

2022-07-08 Thread Even Rouault
Such arguments are used by "Find-module Packages". However, the Modern CMake approach for is "Config-file Packages". For expat, GDAL prefers config (expat-config.cmake, expatConfig.cmake) providing targets named expat::expat or EXPAT::EXPAT. To use your own expat, make sure it has a config