<div dir="ltr"><div>Hi Luke,</div><div><br></div><div>Setting a region in Grass is really important. <br></div><div>In Grass tools : <br></div><div>- there is a panel tab where you can adjust region named "Region",<br></div><div>- you can also use g.region.multiple.raster from module tab,</div><div>- a shell is present in module tab to use grass commands.</div><div><br></div><div>In processing toolbox, setting region is embedded in tool.</div><div><br></div><div>Regards,<br></div><div><br></div><div><div><div dir="ltr"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><span style="color:rgb(30,79,158)"><b>Sylvain POULAIN</b></span><br></div></div></div></div></div></div></div></div></div></div></div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le sam. 30 janv. 2021 à 04:30, Catania, Luke A ERDC-RDE-GRL-VA CIV <<a href="mailto:Luke.A.Catania@erdc.dren.mil">Luke.A.Catania@erdc.dren.mil</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Looking to use r.plane to create a slope of a constant plane.<br>
<br>
Tried to run the Grass tool using the example in the help below , but in QGIS I do not see a g.region method so how do I limit my area?<br>
<br>
# set computational region<br>
g.region raster=elev_lid792_1m -p<br>
<br>
# get center coordinates as an example<br>
g.region -c<br>
# get terrain height at point<br>
r.what map=elev_lid792_1m coordinates=638650.0,220375.0<br>
# shows elevation: 116.7734<br>
<br>
# generate tilted plane<br>
r.plane myplane30 dip=30 az=75 east=638650.0 north=220375.0 \<br>
        elev=116.7734 type=FCELL<br>
<br>
Whe running it with the example input.<br>
<br>
r.plane sloping_plane dip=30 az=75 east=638650.0 north=220375.0 elev=116.7734 type=FCELL<br>
<br>
I just get a constant plane of the same height throughout, so not sure of that is an issue of not setting the region.<br>
<br>
Luke<br>
_______________________________________________<br>
QGIS-Developer mailing list<br>
<a>QGIS-Developer@lists.osgeo.org</a><br>
List info: <a rel="noreferrer">https://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
Unsubscribe: <a rel="noreferrer">https://lists.osgeo.org/mailman/listinfo/qgis-developer</a><br>
</blockquote></div>