Re: [gdal-dev] Retry and delay when downloading WMS

2023-03-03 Thread Rahkonen Jukka
Elena Ruiz Lähetetty: torstai 2. maaliskuuta 2023 14.38 Vastaanottaja: gdal-dev@lists.osgeo.org<mailto:gdal-dev@lists.osgeo.org> Aihe: [gdal-dev] Retry and delay when downloading WMS Hello, I am using gdal_translate to download images from web services, and for the times that the server

Re: [gdal-dev] Retry and delay when downloading WMS

2023-03-02 Thread Rahkonen Jukka
dev] Retry and delay when downloading WMS Hello, I am using gdal_translate to download images from web services, and for the times that the server returns 504 or 502 errors, which are because the server is not available at that moment or because several requests have been made to it, I am tryin

[gdal-dev] Retry and delay when downloading WMS

2023-03-02 Thread Elena Ruiz
Hello, I am using gdal_translate to download images from web services, and for the times that the server returns 504 or 502 errors, which are because the server is not available at that moment or because several requests have been made to it, I am trying to force the server to download the image