[gdal-dev] IIP: unable to translate if handled by openseadragon

2024-09-03 Thread Carlo A. Bertelli (Charta s.r.l.) via gdal-dev
Hello, I tried to use GDAL to translate an iIIF image: https://ianua.arianna4.cloud/patrimonio/1ec6a87e-c5ff-4156-a495-9e08f399a6ba/16-carta-topografica-del-territorio-di-serravalle-%5B1804-set-22%5D OpenSeaDragon disables the direct link to the tiles, substituting it with an indirect connection t

Re: [gdal-dev] Extending GDAL Color Interpretation enumeration for infra-red bands (+ band wavelength) ?

2024-09-03 Thread Even Rouault via gdal-dev
Le 02/09/2024 à 19:07, Javier Jimenez Shaw a écrit : Based on the last email I am not sure if you want to include the CentralWavelenght and FWHM or not. yes, candidate implementation in https://github.com/OSGeo/gdal/pull/10721 -- http://www.spatialys.com My software is free, but my time gener

Re: [gdal-dev] WMTS request error

2024-09-03 Thread Rahkonen Jukka via gdal-dev
Hi, About navigating the documentation, configuration options are needed very often. Now they are somewhat hidden in the front page https://gdal.org/en/latest/index.html. Maybe Configuration options should appear as a title directly in the table of contents, and not under the title "User", tha

Re: [gdal-dev] WMTS request error

2024-09-03 Thread Michał Kowalczuk via gdal-dev
Thank you, I will test it. It's a pity that the WMTS documentation doesn't mention it. The WMTS docs indicates that only 3 options are available for WMTS: GDAL_MAX_CONNECTIONS, GDAL_ENABLE_WMS_CACHE, GDAL_DEFAULT_WMS_CACHE_PATH ( https://gdal.org/en/latest/drivers/raster/wmts.html#configuration-opt

Re: [gdal-dev] WMTS request error

2024-09-03 Thread Rahkonen Jukka via gdal-dev
Hi, I would read https://gdal.org/en/latest/user/configoptions.html and try there 3: GDAL_HTTP_MAX_RETRY=value: Defaults to 0. Set the number of HTTP attempts, when a retry is allowed. (cf GDAL_HTTP_RETRY_CODES for conditions where a retry is attempted.) The default value is 0, meaning no retry

[gdal-dev] WMTS request error

2024-09-03 Thread Michał Kowalczuk via gdal-dev
Dear GDAL colleagues, Does GDAL has any http request failure detection, and mechanism for dealing with it different than raising CPL Error. Look at the following GDAL log. (Problem explanation after the log) --