#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:  svn-trunk                
Resolution:               |    Keywords:  r.slope.aspect           
  Platform:  Unspecified  |         Cpu:  Unspecified              
--------------------------+-------------------------------------------------
Comment (by hamish):

 it's pretty easy to do this by hand:
 {{{
 r.mapcalc "compass_aspect = 90 - theta_aspect"
 }}}

 and maybe a `if(aspect < 0) {aspect = aspect + 360 }` step after.


 Hamish

-- 
Ticket URL: <http://trac.osgeo.org/grass/ticket/1057#comment:2>
GRASS GIS <http://grass.osgeo.org>
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to