Re: [gdal-dev] GDAL 3.0 on Debian 10

2021-06-30 Thread Sebastiaan Couwenberg
On 6/30/21 8:42 PM, Dirk Stenger wrote: > What is the easiest way to install GDAL 3.0 on Debian 10? Are there > binaries available that I can use? Is there a manual describing how to > install GDAL 3.0 on Debian 10? I wouldn't bother with GDAL 3 on buster, consider upgrading to bullseye already it

Re: [gdal-dev] WMS using a Proxy

2021-06-30 Thread Rahkonen Jukka (MML)
Hi, Our proxy does not require user/password but these options work for the server/port part: 1) Set environmental variable and run gdalinfo SET https_proxy=our_proxy.fi: gdalinfo "WMS:https://www.idee.es/wms/PNOA/PNOA?service=wms&request=getcapabilities"; 2) Set proxy with config option

[gdal-dev] GDAL 3.0 on Debian 10

2021-06-30 Thread Dirk Stenger
Hi all, Currently, I am trying to install GDAL 3.0 on Debian 10. Unfortunately, the package manager just provides GDAL 2 and the hints on https://gdal.org/download.html#debian do not tackle my case. What is the easiest way to install GDAL 3.0 on Debian 10? Are there binaries available that I

[gdal-dev] WMS using a Proxy

2021-06-30 Thread Elena Ruiz
Hello, I need to access the information from a WMS server through a proxy. I would need to know exactly the syntax to use the proxy, I have tried the following: * gdalinfo "WMS:https://www.idee.es/wms/PNOA/PNOA?service=wms&request=getcapabilities"; -config GDAL_HTTP_PROXY xx.xxx.x.xx:3128