Processing algorithm... Algorithm 'v.to.rast - Converts (rasterize) a vector layer into a raster layer.' starting... Input parameters: { 'input' : 'C:/Processing/testcont.shp', 'type' : [0,1,3], 'where' : '', 'use' : 0, 'attribute_column' : 'ELEV', 'rgb_column' : '', 'label_column' : '', 'value' : 1, 'memory' : 300, 'output' : 'C:/Users/alistair/AppData/Local/Temp/processing_1c79af25a52c4c43ab75df3ce93334ad/f30ba6db30ad4cf687fee325642172b6/output.tif', 'GRASS_REGION_PARAMETER' : '', 'GRASS_REGION_CELLSIZE_PARAMETER' : 1, 'GRASS_RASTER_FORMAT_OPT' : '', 'GRASS_RASTER_FORMAT_META' : '', 'GRASS_SNAP_TOLERANCE_PARAMETER' : -1, 'GRASS_MIN_AREA_PARAMETER' : 0.0001 } g.proj -c proj4="+proj=tmerc +lat_0=-36.87972222222222 +lon_0=174.7641666666667 +k=0.9999 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs" v.external input="C:\Processing\testcont.shp" output="vector_5a821b37cb30a3" --overwrite -o g.region n=757655.2440000001 s=756854.444 e=416648.1 w=415849.1 res=1.0 v.to.rast input=vector_5a821b37cb30a3 type="point,line,area" use="attr" attribute_column=ELEV value=1 memory=300 output=output85773b68dae446d8a8b60ca718ce6adb --overwrite g.region raster=output85773b68dae446d8a8b60ca718ce6adb r.out.gdal -t -m input="output85773b68dae446d8a8b60ca718ce6adb" output="C:\Users\alistair\AppData\Local\Temp\processing_1c79af25a52c4c43ab75df3ce93334ad\f30ba6db30ad4cf687fee325642172b6\output.tif" format="GTiff" createopt="TFW=YES,COMPRESS=LZW" --overwrite Starting GRASS GIS... WARNING: Concurrent mapset locking is not supported on Windows Executing ... C:\OSGeo4W64\bin>chcp 1252 1>NUL C:\OSGeo4W64\bin>g.proj -c proj4="+proj=tmerc +lat_0=-36.87972222222222 +lon_0=174.7641666666667 +k=0.9999 +x_0=400000 +y_0=800000 +ellps=GRS80 +towgs84=0,0,0,0,0,0,0 +units=m +no_defs" Default region was updated to the new projection, but if you have multiple mapsets `g.region -d` should be run in each to update the region from the default Projection information updated C:\OSGeo4W64\bin>v.external input="C:\Processing\testcont.shp" output="vector_5a821b37cb30a3" --overwrite -o Over-riding projection check Building topology for vector map ... Using external data format 'ESRI Shapefile' (feature type 'linestring') Registering primitives... 964 primitives registered 489922 vertices registered Number of nodes: 1105 Number of primitives: 964 Number of points: 0 Number of lines: 964 Number of boundaries: 0 Number of centroids: 0 Number of areas: 0 Number of isles: 0 v.external complete. Link to vector map created. C:\OSGeo4W64\bin>g.region n=757655.2440000001 s=756854.444 e=416648.1 w=415849.1 res=1.0 C:\OSGeo4W64\bin>v.to.rast input=vector_5a821b37cb30a3 type="point,line,area" use="attr" attribute_column=ELEV value=1 memory=300 output=output85773b68dae446d8a8b60ca718ce6adb --overwrite WARNING: Missing key column name ERROR: Column not found C:\OSGeo4W64\bin>g.region raster=output85773b68dae446d8a8b60ca718ce6adb ERROR: Raster map not found C:\OSGeo4W64\bin>r.out.gdal -t -m input="output85773b68dae446d8a8b60ca718ce6adb" output="C:\Users\alistair\AppData\Local\Temp\processing_1c79af25a52c4c43ab75df3ce93334ad\f30ba6db30ad4cf687fee325642172b6\output.tif" format="GTiff" createopt="TFW=YES,COMPRESS=LZW" --overwrite ERROR: Raster map or group not found C:\OSGeo4W64\bin>exit Execution of finished. Cleaning up temporary files... Press any key to continue . . . Execution completed in 1.66 seconds Results: {'output': } Loading resulting layers The following layers were not correctly generated. C:/Users/alistair/AppData/Local/Temp/processing_1c79af25a52c4c43ab75df3ce93334ad/f30ba6db30ad4cf687fee325642172b6/output.tif You can check the 'Log Messages Panel' in QGIS main window to find more information about the execution of the algorithm.