Re: [gdal-dev] GDALWMS - error: TCP connection reset by peer

2021-11-19 Thread Rahkonen Jukka (MML)
hiffer Lähetetty: torstai 18. marraskuuta 2021 11.59 Vastaanottaja: gdal-dev@lists.osgeo.org<mailto:gdal-dev@lists.osgeo.org> Aihe: [gdal-dev] GDALWMS - error: TCP connection reset by peer Dear all! We are running a Python application an a linux distribution (RedHat) which creates clips

Re: [gdal-dev] GDALWMS - error: TCP connection reset by peer

2021-11-19 Thread Roman Breitfuss-Schiffer
*Vastaanottaja:* gdal-dev@lists.osgeo.org *Aihe:* [gdal-dev] GDALWMS - error: TCP connection reset by peer Dear all! We are running a Python application an a linux distribution (RedHat) which creates clips in MBTILES format from a WMS. We are using the Python-API and are basically doing something like

Re: [gdal-dev] GDALWMS - error: TCP connection reset by peer

2021-11-18 Thread Rahkonen Jukka (MML)
for it. -Jukka Rahkonen- Lähettäjä: gdal-dev Puolesta Roman Breitfuss-Schiffer Lähetetty: torstai 18. marraskuuta 2021 11.59 Vastaanottaja: gdal-dev@lists.osgeo.org Aihe: [gdal-dev] GDALWMS - error: TCP connection reset by peer Dear all! We are running a Python application an a linux distribution (RedHat

[gdal-dev] GDALWMS - error: TCP connection reset by peer

2021-11-18 Thread Roman Breitfuss-Schiffer
Dear all! We are running a Python application an a linux distribution (RedHat) which creates clips in MBTILES format from a WMS. We are using the Python-API and are basically doing something like this: src_ds = gdal.Warp(     tmp_file,     ds_in,     format='GTiff',