Hi,<br><br>I would like to generate the slope from a DEM.<br>The DEM is called Raster1. It has one band and holds integer values.<br>From the the SQL Editor (in the PG Admin) the following command displays values but does not generate an output slope raster:<br>
<br>SELECT ST_Slope(rast, 1,'Integer') from Raster1;<br><br>What is the syntax to generate the slope raster?<br><br>Thanks in advance.<br><br>Pierre<br>