[gdal-dev] Hi: GDAL CONFIG

Rahkonen Jukka jukka.rahkonen at maanmittauslaitos.fi
Tue Dec 17 11:07:11 PST 2024


Hi,

Have you tried

set GDAL_HTTP_USERPWD=user:pass

-Jukka Rahkonen-

Lähettäjä: gdal-dev <gdal-dev-bounces at lists.osgeo.org> Puolesta Michal Kowalczuk via gdal-dev
Lähetetty: tiistai 17. joulukuuta 2024 19.49
Vastaanottaja: gdal-dev at lists.osgeo.org
Aihe: [gdal-dev] GDAL CONFIG

Dear GDAL colleagues,

do you have any idea why the first method fails:
set GDAL_HTTP_USERPWD="user:pass"
gdal_translate -srcwin 0 0 1073696614, 1073741824 -outsize 512 512 "WMS:https://maps.lantmateriet.se/topowebb/wms/v1?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&LAYERS=topowebbkartan&SRS=epsg:3006&BBOX=-1.19998e+06,4.69998e+06,2.59988e+06,8.5e+06" tile1.png

but the second works?
gdal_translate -srcwin 0 0 1073696614, 1073741824 -outsize 512 512 "WMS:https://maps.lantmateriet.se/topowebb/wms/v1?SERVICE=WMS&VERSION=1.1.1&REQUEST=GetMap&LAYERS=topowebbkartan&SRS=epsg:3006&BBOX=-1.19998e+06,4.69998e+06,2.59988e+06,8.5e+06" tile1.png --config GDAL_HTTP_USERPWD "user:pass"

(windows, GDAL 3.9.2, anaconda prompt)

Regards,
Michał Kowalczuk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/gdal-dev/attachments/20241217/82d7285a/attachment.htm>


More information about the gdal-dev mailing list