#1057: r.slope.aspect: add -c option
-------------------------+--------------------------------------------------
Reporter: paoloC | Owner: [email protected]
Type: enhancement | Status: new
Priority: normal | Milestone: 7.0.0
Component: Raster | Version: unspecified
Keywords: | Platform: Unspecified
Cpu: Unspecified |
-------------------------+--------------------------------------------------
Is it possible to add a '-c' option to r.slope.aspect in order to get an
aspect raster map with compass notation (North=360, East=90, South=180,
West=270) ?
e.g.:
{{{
r.mapcalc "aspect_compass=if(isnull(aspect_from_east),null(), \
if((aspect_from_east<90), 90-aspect_from_east, 360+90-
aspect_from_east))"
}}}
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/1057>
GRASS GIS <http://grass.osgeo.org>
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev