Re: [gdal-dev] Issue with GDAL VSICURL Passing Authorization Header to Redirected Pre-signed S3 URLs

2024-09-22 Thread Pradeep kumar via gdal-dev
lla On Sun, Sep 22, 2024 at 5:07 AM Even Rouault wrote: > Hi Pradeep > > Can you give a try to https://github.com/OSGeo/gdal/pull/10857 ? > > Even > Le 22/09/2024 à 07:37, Pradeep kumar via gdal-dev a écrit : > > Dear GDAL Developers, > > > I hope this message

[gdal-dev] Issue with GDAL VSICURL Passing Authorization Header to Redirected Pre-signed S3 URLs

2024-09-21 Thread Pradeep kumar via gdal-dev
Dear GDAL Developers, I hope this message finds you well. I am experiencing an issue with GDAL’s VSICURL virtual file system where the Authorization header is being passed to redirected pre-signed S3 URLs, leading to errors when accessing AWS S3. *Background:* In my use case, I have a proxy

[gdal-dev] Sub: Gdal, leave one out method with GCP'S (Interpolation Equation)

2020-02-26 Thread Pradeep kumar
Hi All, I am georeferencing aerial images with gcps using gdal_translate and gdalwarp. Before georeferencing image(warping) I would like to check quality and final result on a control_point cp (eg disabeld gcps). Therefore I would like to calculate the coordinates in destination image for a indepe

[gdal-dev] gdaladdo taking very long time to build overviews for large extent mosaic.

2018-11-06 Thread Pradeep kumar
Dear gdal-dev team, we have to build a mosaic for 350 aerial images. These images are gray images and have an alpha band. The avg size of each images is 24000x24000. The size of final mosaic would be 1676843x1441203. The coordinate system of input images and final mosaic is EPSG:25832 First app