[GRASS-dev] Re: [GRASS GIS] #1158: g.mremove fails when used with wildcard in WinGRASS-6.4.0-1

GRASS GIS trac at osgeo.org
Sun Sep 26 17:07:23 EDT 2010


#1158: g.mremove fails when used with wildcard in WinGRASS-6.4.0-1
----------------------------------+-----------------------------------------
 Reporter:  lponti                |       Owner:  grass-dev@…              
     Type:  defect                |      Status:  new                      
 Priority:  normal                |   Milestone:  6.4.1                    
Component:  Vector                |     Version:  6.4.0                    
 Keywords:  g.mremove, wildcards  |    Platform:  MSWindows 7              
      Cpu:  x86-32                |  
----------------------------------+-----------------------------------------

Comment(by lponti):

 Replying to [comment:6 hamish]:
 > are wildcards from `g.mlist` working?

 Using self built (noticed that http://josef.fsv.cvut.cz/wingrass/ has not
 been updated in the last few days) releasebranch_6_4 revision: 43598. In
 North Carolina location, mapset user1:

 {{{
 GRASS 6.4> g.mlist type=vect pattern="bus*"
 busroute1
 busroute11
 busroute6
 busroute_a
 busroutesall
 busstopsall
 }}}

 >
 > how about `g.remove vect=` for a single vector map?

 It works:

 {{{
 GRASS 6.4> g.copy vect=busroute1,routebus1
 Copy vector <busroute1 at PERMANENT> to current mapset as <routebus1>

 GRASS 6.4> g.remove vect=routebus1
 Removing vector <routebus1>
 }}}

 It works with g.mremove -f with wildcard too:

 {{{
 GRASS 6.4> g.copy vect=busroute1,routebus1
 Copy vector <busroute1 at PERMANENT> to current mapset as <routebus1>

 GRASS 6.4> g.mremove -f vect=route*
 Removing vector <routebus1>
 }}}

 Has it been changed since 6.4.0-1? I assumed nothing had changed since the
 ticket was unmodified. Last report was from Helmut who confirmed about
 nine days ago in winGRASS 7.

 Thanks,

 Luigi

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



More information about the grass-dev mailing list