Lidar as asc file.
Lidar grey scale pic (1m scale) . So i want to export this as asc files. To import this into Blender.
But while exporting file i have Error.
QGIS version: 3.34.4-Prizren
Qt version: 5.15.13
Python version: 3.12.2
GDAL version: 3.8.4
GEOS version: 3.12.1-CAPI-1.18.1
PROJ version: Rel. 9.4.0, March 1st, 2024
Algorithm started at: 2026-05-19T12:10:32
Algorithm 'Translate (convert format)' starting…
Input parameters:
{ 'COPY_SUBDATASETS' : False, 'DATA_TYPE' : 0, 'EXTRA' : '', 'INPUT' : 'wms://crs=EPSG:2180&dpiMode=7&format=image/jpeg&layers=Cieniowanie&styles=default&tileMatrixSet=EPSG:2180&tilePixelRatio=0&url=https://mapy.geoportal.gov.pl/wss/service/PZGIK/NMT/GRID1/WMTS/ShadedRelief?Service%3DWMTS%26Request%3DGetCapabilities', 'NODATA' : -999999999, 'OPTIONS' : 'COMPRESS=NONE|BIGTIFF=IF_NEEDED', 'OUTPUT' : '/home/g0nz0/Złotypotok/PotokASC.asc', 'TARGET_CRS' : QgsCoordinateReferenceSystem('EPSG:4326') }
GDAL command:
gdal_translate -a_srs EPSG:4326 -a_nodata -999999999.0 -of AAIGrid -co COMPRESS=NONE -co BIGTIFF=IF_NEEDED "crs=EPSG:2180&dpiMode=7&format=image/jpeg&layers=Cieniowanie&styles=default&tileMatrixSet=EPSG:2180&tilePixelRatio=0&url=https://mapy.geoportal.gov.pl/wss/service/PZGIK/NMT/GRID1/WMTS/ShadedRelief?Service%3DWMTS%26Request%3DGetCapabilities" /home/g0nz0/Złotypotok/PotokASC.asc
GDAL command output:
ERROR 4: crs=EPSG:2180&dpiMode=7&format=image/jpeg&layers=Cieniowanie&styles=default&tileMatrixSet=EPSG:2180&tilePixelRatio=0&url=https://mapy.geoportal.gov.pl/wss/service/PZGIK/NMT/GRID1/WMTS/ShadedRelief?Service%3DWMTS%26Request%3DGetCapabilities: No such file or directory
Process returned error code 1
Execution completed in 0.06 seconds
Results:
{'OUTPUT': '/home/g0nz0/Złotypotok/PotokASC.asc'}
Loading resulting layers
The following layers were not correctly generated.
• /home/g0nz0/Złotypotok/PotokASC.asc
You can check the 'Log Messages Panel' in QGIS main window to find more information about the execution of the algorithm.