[GRASS-dev] [GRASS GIS] #495: v.out.ascii: warning message when layer=2

GRASS GIS trac at osgeo.org
Mon Feb 16 23:40:42 EST 2009


#495: v.out.ascii: warning message when layer=2
--------------------------------+-------------------------------------------
 Reporter:  hamish              |       Owner:  grass-dev at lists.osgeo.org
     Type:  defect              |      Status:  new                      
 Priority:  major               |   Milestone:  6.4.0                    
Component:  Vector              |     Version:  6.4.0 RCs                
 Keywords:  v.out.ascii, layer  |    Platform:  Linux                    
      Cpu:  x86-32              |  
--------------------------------+-------------------------------------------
 Hi,

 when trying to do v.out.ascii for layer=2 I get tons of
 {{{
 WARNING: Feature has more categories. Only first category (1) is exported.
 }}}

 One for every single point. It's rather annoying to see so many and I'm
 not really clear about what it actually means. Will only layer 1 be
 exported even when I specifically asked for layer 2?


 example:
 {{{
 #spearfish
 v.in.ascii out=surv_track format=standard -n << EOF
 L 3 1
  608119 4915294
  606085 4919979
  599926 4920470
  1 1
 EOF

 # v.to.points creates 2 layers
 v.to.points in=surv_track out=surv_pts dmax=100

 v.out.ascii surv_pts layer=2
 [noise]
 }}}


 (in my real case I've added a new column to layer 2 and use the new
 v.out.ascii columns= to export those values)


 ?

 thanks,
 Hamish

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


More information about the grass-dev mailing list