Should v.to.rast be able to take a 3D line, and convert to raster with applicable Z values brought over?<br><br>This command:<br>v.to.rast input=line3d@PERMANENT output=line3d use=z type=line layer=1 rows=4096 --overwrite <br>
<br>outputs this:<br>Loading data...<br>Reading features...<br>Writing raster map...<br>Converted areas: 0 of 0<br>Converted points/lines: 0 of 1<br>v.to.rast complete.  <br><br>When I query the 3D line in GRASS, it has Z values:<br>
Map: line3d <br>Mapset: PERMANENT<br>Type: Line<br>Id: 1<br>Length: 1619.419511<br>Line height min: 97.439897<br>Line height max: 98.149869<br>Layer: 1<br>Category: 1<br><br><br>Mark<br>