[GRASS-dev] [GRASS GIS] #3689: v.rast.stats: add where option

GRASS GIS trac at osgeo.org
Mon Nov 12 07:27:06 PST 2018


#3689: v.rast.stats: add where option
--------------------------+--------------------------
  Reporter:  veroandreo   |      Owner:  grass-dev@…
      Type:  enhancement  |     Status:  new
  Priority:  normal       |  Milestone:  7.8.0
 Component:  Vector       |    Version:  svn-trunk
Resolution:               |   Keywords:  v.rast.stats
       CPU:  Unspecified  |   Platform:  Unspecified
--------------------------+--------------------------

Comment (by veroandreo):

 I tested... it does not work. It keeps extracting only where="NAME ==
 'Raleigh'" even if I remove the column and do not set any where... I added
 this:

 {{{
 if where == "" or where == " " or where == "\n":
                 where = None
 }}}

 but it does not work... There seems to be something I need to clean/remove
 from previous run, but do not know where nor how. Would you help me,
 please?

-- 
Ticket URL: <https://trac.osgeo.org/grass/ticket/3689#comment:5>
GRASS GIS <https://grass.osgeo.org>



More information about the grass-dev mailing list