[GRASS-dev] [GRASS GIS] #2332: change r.horizon output names from "angle index" to "angle"

GRASS GIS trac at osgeo.org
Tue Jun 17 00:41:34 PDT 2014


#2332: change r.horizon output names from "angle index" to "angle"
-------------------------+--------------------------------------------------
 Reporter:  zarch        |       Owner:  grass-dev@…              
     Type:  enhancement  |      Status:  new                      
 Priority:  normal       |   Milestone:  7.1.0                    
Component:  Default      |     Version:  svn-trunk                
 Keywords:  r.horizon    |    Platform:  All                      
      Cpu:  All          |  
-------------------------+--------------------------------------------------

Comment(by zarch):

 ok, the code is almost ready, this is how it behaves:

 {{{
 $ r.horizon elevation=elevation step=0.05 end=0.2 basename=rmvm --o
 Calculating map 1 of 10 (angle 0.00, raster map <rmvm_000.00>)
  100%
 Calculating map 2 of 10 (angle 0.05, raster map <rmvm_000.05>)
  100%
 Calculating map 3 of 10 (angle 0.10, raster map <rmvm_000.10>)
  100%
 Calculating map 4 of 10 (angle 0.15, raster map <rmvm_000.15>)
  100%

 $ r.horizon elevation=elevation step=0.5 end=2 basename=rmvm --o
 Calculating map 1 of 4 (angle 0.00, raster map <rmvm_000.0>)
  100%
 Calculating map 2 of 4 (angle 0.50, raster map <rmvm_000.5>)
  100%
 Calculating map 3 of 4 (angle 1.00, raster map <rmvm_001.0>)
  100%
 Calculating map 4 of 4 (angle 1.50, raster map <rmvm_001.5>)
  100%

 $ r.horizon elevation=elevation step=5 end=20 basename=rmvm --o
 Calculating map 1 of 4 (angle 0.00, raster map <rmvm_000>)
  100%
 Calculating map 2 of 4 (angle 5.00, raster map <rmvm_005>)
  100%
 Calculating map 3 of 4 (angle 10.00, raster map <rmvm_010>)
  100%
 Calculating map 4 of 4 (angle 15.00, raster map <rmvm_015>)
  100%
 }}}

-- 
Ticket URL: <http://trac.osgeo.org/grass/ticket/2332#comment:3>
GRASS GIS <http://grass.osgeo.org>



More information about the grass-dev mailing list