Re: [gdal-dev] Experiences with the WMS driver

2022-01-03 Thread Joaquim Manuel Freire Luís
Thanks. That's right that modifying the host name prints the same size info but there is nothing in the url that permits to estimate the "Pixel Size". Also, this not the main issue. The main one is when passing a valid "GetMap" string that works in a browser but errors in gdal_translate. From:

[gdal-dev] RPCs in GeoTIFF

2022-01-03 Thread ni hao
Hi list, I use gdal-2.4.4. I use gdalwarp to orthorectify RADARSAT-2 images with RPCs (in product.xml). Now I have done some manipulation and save the result in GTiff (e.g., apply Sigma0 LUT). How can I copy the RPC Metadata from product.xml into GTiff, so I can use gdalwarp RPC orthorectificati

Re: [gdal-dev] Motion: promote GDAL 3.4.1 RC1

2022-01-03 Thread Howard Butler
+1 Howard > On Dec 30, 2021, at 5:10 AM, Rahkonen Jukka (MML) > wrote: > > +1 > > -Jukka Rahkonen- > > -Alkuperäinen viesti- > Lähettäjä: gdal-dev Puolesta Even Rouault > Lähetetty: torstai 30. joulukuuta 2021 11.30 > Vastaanottaja: gdal-dev@lists.osgeo.org > Aihe: [gdal-dev] Motion

Re: [gdal-dev] Experiences with the WMS driver

2022-01-03 Thread Momtchil Momtchev
    gdalinfo does not contact the remote server at all, it extracts all the information it displays from the URL.     Try replacing the hostname with something invalid, keeping all the parameters and you will still get the same output. On 01/01/2022 19:47, Joaquim Manuel Freire Luís wrote