Closed urupeange closed 5 months ago
Hi @urupeange , thanks for reporting. The issue is due to the fact that the default output vector layer extension has been incorrectly set to the "xtf" extension ("Interlis 2" format).
In order to avoid the issue, you need to set the Default output vector layer extension (in Settings->Options->Processing->General) to a value other than "xtf" e.g. to the value "gpkg" ("GeoPackage" format) which is the default for such option.
The QGIS project highly values your report and would love to see it addressed. However, this issue has been left in feedback mode for the last 14 days and is being automatically marked as "stale". If you would like to continue with this issue, please provide any missing information or answer any open questions. If you could resolve the issue yourself meanwhile, please leave a note for future readers with the same problem and close the issue. In case you should have any uncertainty, please leave a comment and we will be happy to help you proceed with this issue. If there is no further activity on this issue, it will be closed in a week.
While we hate to see this happen, this issue has been automatically closed because it has not had any activity in the last 42 days despite being marked as feedback. If this issue should be reconsidered, please follow the guidelines in the previous comment and reopen this issue. Or, if you have any further questions, there are also further support channels that can help you.
What is the bug or the crash?
the image was made from interpolation TIN
Steps to reproduce the issue
create a raster image with TIN interpolation from a layer of points from a gpt file. Then go to the window raster and click on extract, then conture lines. then this error hapens:
Versión de QGIS: 3.34.5-Prizren Revisión del código de QGIS: 4b308492 Versión de Qt: 5.15.3 Python version: 3.9.18 Versión de GDAL: 3.8.4 Versión de GEOS: 3.12.1-CAPI-1.18.1 Versión de PROJ: Rel. 9.3.1, December 1st, 2023 PDAL version: 2.6.0 (git-version: 3fced5) El algoritmo comenzó en: 2024-04-28T15:10:44 Algoritmo 'Curvas de nivel' comenzando… Input parameters: { 'BAND' : 1, 'CREATE_3D' : False, 'EXTRA' : '', 'FIELD_NAME' : 'ELEV', 'IGNORE_NODATA' : False, 'INPUT' : 'C:/Users/HP/AppData/Local/Temp/processing_wEQFLE/4723ab28af9347b4877cfc52e44865d1/OUTPUT.nc', 'INTERVAL' : 10, 'NODATA' : None, 'OFFSET' : 0, 'OUTPUT' : 'TEMPORARY_OUTPUT' }
Comando GDAL: gdal_contour -b 1 -a ELEV -i 10.0 -f "Interlis 2" C:/Users/HP/AppData/Local/Temp/processing_wEQFLE/4723ab28af9347b4877cfc52e44865d1/OUTPUT.nc C:/Users/HP/AppData/Local/Temp/processing_wEQFLE/c49aa167ae3941069bcd02d89885a4c4/OUTPUT.xtf Salida del comando GDAL: Warning 1: Model file not specified. El proceso devolvió el código de error 1 Execution completed in 0.81 seconds Results: {'OUTPUT': 'C:/Users/HP/AppData/Local/Temp/processing_wEQFLE/c49aa167ae3941069bcd02d89885a4c4/OUTPUT.xtf'}
Cargando las capas resultantes Las siguientes capas no se generaron correctamente. • C:/Users/HP/AppData/Local/Temp/processing_wEQFLE/c49aa167ae3941069bcd02d89885a4c4/OUTPUT.xtf Puede comprobar el «Panel de mensajes del registro» en la ventana principal de QGIS para encontrar más información sobre la ejecución del algoritmo.
Versions
3.34.5
Supported QGIS version
New profile
Additional context
No response