-
-
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
Error curvas de nivel 3.28 #55110
Comments
Ya esta solucionado gracias |
@fidalgoalberto04, have you already fixed the issue by yourself? |
Looking at the provided Processing logs, this happens because of default output format set to "Interlis 2". Duplicates #54952. |
@alexbruy, anyway also #54952 is closed: I think at least one should be open. |
presentaba el mismo error y esto me lo solucionó |
What is the bug or the crash?
He intentado sacar curvas de nivel muchas veces, pero no se porque no me funciona, he probado varias versiones y me da el mismo error al sacar las curvas, agradecería que alguien me ayudase a solucionarlo.
Steps to reproduce the issue
Versión de QGIS: 3.28.11-Firenze
Revisión del código de QGIS: b02458a
Versión de Qt: 5.15.3
Python version: 3.9.5
Versión de GDAL: 3.7.2
Versión de GEOS: 3.12.0-CAPI-1.18.0
Versión de PROJ: Rel. 9.3.0, September 1st, 2023
PDAL version: 2.5.5 (git-version: 24f78d)
El algoritmo comenzó en: 2023-11-01T13:13:22
Algoritmo 'Curvas de nivel' comenzando…
Input parameters:
{ 'BAND' : 1, 'CREATE_3D' : False, 'EXTRA' : '', 'FIELD_NAME' : 'ELEV', 'IGNORE_NODATA' : False, 'INPUT' : 'C:/Users/alber/Documents/mapas qgis/702825741709_b/g12a33me.bil', '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\alber\Documents\mapas qgis\702825741709_b\g12a33me.bil" C:/Users/alber/AppData/Local/Temp/processing_tFaCUm/25121291e2ec4f16ab370b9c77c0db55/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.08 seconds
Results:
{'OUTPUT': 'C:/Users/alber/AppData/Local/Temp/processing_tFaCUm/25121291e2ec4f16ab370b9c77c0db55/OUTPUT.xtf'}
Cargando las capas resultantes
Las siguientes capas no se generaron correctamente.
• C:/Users/alber/AppData/Local/Temp/processing_tFaCUm/25121291e2ec4f16ab370b9c77c0db55/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
Versión de QGIS: 3.28.11-Firenze
Revisión del código de QGIS: b02458a
Versión de Qt: 5.15.3
Python version: 3.9.5
Versión de GDAL: 3.7.2
Versión de GEOS: 3.12.0-CAPI-1.18.0
Versión de PROJ: Rel. 9.3.0, September 1st, 2023
PDAL version: 2.5.5 (git-version: 24f78d)
Supported QGIS version
New profile
Additional context
No response
The text was updated successfully, but these errors were encountered: