<div dir="ltr"><div>I was using the Hillshade from the Terrain Analysis plugin. I don't know if it uses GDAL for the processing or not, but it does not give a GDAL command line. The Terrain Analysis plugin seems to be dropped for QGIS 3, but if the GDAL hillshade is going to be as slow as it was, that is going to be a serious problem for me.<br></div><div><br></div><div>Thanks,</div><div><br></div><div>Calvin<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Jun 9, 2018 at 3:01 AM, Nyall Dawson <span dir="ltr"><<a href="mailto:nyall.dawson@gmail.com" target="_blank">nyall.dawson@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Sat, 9 Jun 2018 at 06:25, C Hamilton <<a href="mailto:adenaculture@gmail.com">adenaculture@gmail.com</a>> wrote:<br>
><br>
> OS: Windows 7<br>
> QGIS 3.0.3<br>
><br>
> I have encountered several issues with the Hillshade algorithm in QGIS 3.<br>
><br>
> 1. It is much slower that the QGIS 2 hillshade perhaps as much as 10x slower. This is a problem because I process very large images. 60,000 x 80,000 pixels or greater. I eventually killed the process and went back to QGIS 2 to complete the job.<br>
><br>
> 2. I tried using Multidirectional shading and received an error. This is basically the command issued.<br>
><br>
> gdaldem hillshade input.tif output.tif -of GTiff -b 1 -z 1.0 -s 1.0 -az 315.0 -alt 45.0 -multidirectional<br>
<br>
</span>Can you post the command created in QGIS 2.18 for comparison?<br>
<span class=""><br>
> I get the gdal error "ERROR 6: -multidirectional and -az cannot be used together". If multidirectional is enabled then you cannot add the -az parameter. If have tried running the same command in the command line and removed the -az and it worked fine.<br>
<br>
</span>Confirmed, thanks - fixed by <a href="https://github.com/qgis/QGIS/pull/7209" rel="noreferrer" target="_blank">https://github.com/qgis/QGIS/<wbr>pull/7209</a><br>
and unit tests added.<br>
<span class="HOEnZb"><font color="#888888"><br>
Nyall<br>
</font></span></blockquote></div><br></div>