-
-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gdal_merge fails when using vsizip//vsicurl raster files as input #58965
Comments
Can you share the gdal command line generated, Can you also run these commands outside of QGIS context i.e shell command |
Have not yet run from shell cmd, will attempt next. Data source anonymised Python command: GDAL / OGR console call / command: |
I have tested this and I confirm there is a bug .
|
I tested it with Master and it seems to work. https://github.com/qgis/QGIS/blob/master/python/plugins/processing/algs/gdal/GdalUtils.py#L465-L468 fixes the issue |
Tested with changes to Gdalutils.py, still receiving same error. Command output:
|
I am not sure how Windows is calling the processing scripts, I would grab the latest QGIS from the builds or just grab a more recent build of QGIS from a PR and test i.e. #59061 |
What is the bug or the crash?
gdal_merge fails when input layer source is HTTPS raster file accessed by vsicurl.
Receive processing error: RuntimeError:`vsicurl/https://exampleurl.com/raster.zip' does not exist in the file system, and is not recognized as a supported dataset name.
Steps to reproduce the issue
Versions
QGIS version
3.38.3-Grenoble
QGIS code revision
37f9e6e
Qt version
5.15.13
Python version
3.12.6
GDAL/OGR version
3.9.2
PROJ version
9.4.0
EPSG Registry database version
v11.004 (2024-02-24)
GEOS version
3.12.2-CAPI-1.18.2
SQLite version
3.45.1
PDAL version
2.6.3
PostgreSQL client version
16.2
SpatiaLite version
5.1.0
QWT version
6.2.0
QScintilla2 version
2.14.1
OS version
Windows 11 Version 2009
Active Python plugins
processing_saga_nextgen
1.0.0
qfieldsync
v4.9.1
db_manager
0.1.20
grassprovider
2.12.99
MetaSearch
0.3.6
processing
2.12.99
Supported QGIS version
New profile
Additional context
Same command is successful with same inputs in v3.36.3.
The text was updated successfully, but these errors were encountered: