[GRASS-dev] [GRASS GIS] #3058: unexpected behavior/error message in r.diversity?

GRASS GIS trac at osgeo.org
Thu Jun 9 13:07:11 PDT 2016


#3058: unexpected behavior/error message in r.diversity?
------------------------+-------------------------
 Reporter:  veroandreo  |      Owner:  grass-dev@…
     Type:  defect      |     Status:  new
 Priority:  normal      |  Milestone:  7.2.0
Component:  Addons      |    Version:  svn-trunk
 Keywords:              |        CPU:  x86-64
 Platform:  Linux       |
------------------------+-------------------------
 I had assumed as in the last example of
 [https://grass.osgeo.org/grass70/manuals/addons/r.diversity.html
 r.diversity] manual that if I used only 'exclude' it would pick up that I
 wanted the other three methods. This was the command I used and the error,
 even though I was using only 'exclude':

 {{{
 r.diversity input=my_classif prefix=diverity size=3 exclude=renyi
 ERROR: You can either use 'method' or 'exclude' option but not both
 }}}

 Anyway, the complementary did work :)

 {{{
 r.diversity input=my_classif prefix=diver size=3
 method=simpson,shannon,pielou
 }}}

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3058>
GRASS GIS <https://grass.osgeo.org>



More information about the grass-dev mailing list