-
-
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
"Contour" returns error if output is temporary (wrong parameter passed?) #54952
Comments
|
@alexbruy that was the case, anyway is very strange I never changed that option and in fact this was also observed on other people machines where QGIS was only recently installed. |
It seems a recurring issue. I've seen various users reports on forums and facebook groups about the issue due to that setting they actually didn't set. |
Another issue report about the xtf "Interlis 2" default output vector format: #55110. |
Another issue report about the nc default output raster format: https://lists.osgeo.org/pipermail/qgis-user/2024-January/053885.html |
Other reports about the "Interlis 2" (.xtf) default output vector format and the "NetCDF" (.nc) default output raster vector format issue: |
xtf and nc are the last entries in the lists for Processing's "Default output [raster|vector] layer extension". In those buggy profiles where the xtf and nc are erroneously used, the
There is some code catching that and use the wanted defaults (gpkg and tif) but I guess there is a bug with the population of the combobox of chooseble formats in the Processing options. |
Thanks @kannes for looking at this. I also suggested the same root cause in a recent message to the qgis-developer mailing list https://lists.osgeo.org/pipermail/qgis-developer/2024-February/066539.html. |
A lot of people are reporting this issue for different plugins, they do not remember explicitly changing the settings. Has there been a solution proposed? |
@ar-siddiqui, if you have experienced the issue about the settings change without your consent, please open an issue report or inform the qgis-developer mailing list replaying to the at thread https://lists.osgeo.org/pipermail/qgis-developer/2024-February/066539.html. If other user have experienced such issue, please ask them to open an issue report. |
Other issue reports: #54375, #55110 (comment), #57250, #57267. |
I ran into this issue today as well. I did not change any settings or installed any plugins that might have updated the settings. |
Why has this issue been closed, please reopen this as many people are observing and reporting this. @agiudiceandrea |
@ar-siddiqui, this issue report has been closed by the reporter, since this specific issue has been fixed by himself just reverting the default output vector extension to the default value. |
A master issue has been created to track this bug #57676 |
What is the bug or the crash?
The "contour" tool in the Processing toolbox seems to have lost the ability to output to temp file. If specifying an real output (i.e. gpkg or shp) it works as expected. The problem seems to be to be the parameter
-f "Interlis 2"
that it passed, and probably should not:Steps to reproduce the issue
Add a DEM to a project and try extract the contour with a temp output.
Versions
3.28.11
3.32.3
Windows 11.
Supported QGIS version
New profile
Additional context
No response
The text was updated successfully, but these errors were encountered: