Hi,

Have you tried

set GDAL_HTTP_USERPWD=user:pass

-Jukka Rahkonen-

Lähettäjä: gdal-dev <gdal-dev-boun...@lists.osgeo.org> Puolesta Michal 
Kowalczuk via gdal-dev
Lähetetty: tiistai 17. joulukuuta 2024 19.49
Vastaanottaja: gdal-dev@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
_______________________________________________
gdal-dev mailing list
gdal-dev@lists.osgeo.org
https://lists.osgeo.org/mailman/listinfo/gdal-dev

Reply via email to