[GRASS-dev] [GRASS GIS] #1615: Regression - v.transform fails to create a 3D map, crashes on Windows

GRASS GIS trac at osgeo.org
Mon Aug 27 11:30:02 PDT 2012


#1615: Regression - v.transform fails to create a 3D map, crashes on Windows
-------------------------+--------------------------------------------------
 Reporter:  marisn       |       Owner:  grass-dev@…              
     Type:  defect       |      Status:  new                      
 Priority:  major        |   Milestone:  6.4.3                    
Component:  Vector       |     Version:  6.4.2                    
 Keywords:               |    Platform:  Unspecified              
      Cpu:  Unspecified  |  
-------------------------+--------------------------------------------------

Comment(by mmetz):

 Replying to [comment:20 hellik]:
 > Replying to [comment:17 hellik]:
 > > Replying to [comment:16 hellik]:
 > > >
 > > > ?
 > >
 > > could it be some quoting in the command?
 > >
 > > A
 > >
 > > {{{
 > > v.transform input=rm_a_map at user1 output=rm_a_map3d table=rm_a_map
 column="zshift:h"
 > > }}}
 > >
 > > vs.
 > >
 > > B
 > >
 > > {{{
 > > v.transform input=rm_a_map output=rm_a_map3d table=rm_a_map
 columns=zshift:h
 > > }}}
 > >
 > > A => crashing, coor mismatch, no 3D output
 > > B => crashing, coor mismatch, 3D output
 > >
 >
 > tested today with osgeo4w-wingrass6.4.3svn-r52928.
 >
 > very strange, today no crash and no coor mismatch, but differences if
 quotes are used in the columns-input (tested in the wxgui-commandline:

 Looks like the 'columns' option is not recognized. Unrecognized columns
 answers are silently ignored by v.transform. Warning added in trunk
 r52937.
 >
 > from the manual
 (http://grass.osgeo.org/grass64/manuals/html64_user/v.transform.html)
 >
 >
 > {{{
 > v.transform -t myarchsites output=myarchsites3d column="zshift:zs"
 table=myarchsites
 > }}}
 >
 AFAIK, quotes are only needed if the answer contains whitespace, and then
 also only on the command line, not the GUI. Update the manual? Anyway,
 this seems to be a different issue.

 Markus M

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



More information about the grass-dev mailing list