[GRASS-dev] [GRASS GIS] #2125: r.in.xyz not importing data with 5 decimal digits

GRASS GIS trac at osgeo.org
Tue Nov 12 09:34:49 PST 2013


#2125: r.in.xyz not importing data with 5 decimal digits
----------------------+-----------------------------------------------------
 Reporter:  moreno    |       Owner:  grass-dev@…              
     Type:  defect    |      Status:  new                      
 Priority:  major     |   Milestone:  6.4.4                    
Component:  Raster    |     Version:  6.4.3                    
 Keywords:  r.in.xyz  |    Platform:  All                      
      Cpu:  x86-64    |  
----------------------+-----------------------------------------------------

Comment(by annakrat):

 Replying to [comment:2 moreno]:
 > Replying to [comment:1 annakrat]:
 > > It fails because the length of the line in your file exceeds the
 maximum buffer size (256). But of course, it should not fail when the item
 corresponding to the maximum column requested is still within that buffer.
 Maybe related to this [http://lists.osgeo.org/pipermail/grass-
 dev/2013-September/065668.html discussion]?
 >
 >
 > I think it's not related, the problem with r.in.xyz occours also in the
 middle of the line, not at the ond of it (so, it doesn't depend on the EOL
 out of buffer)

 Well, you can simply test it on your data, when you make the lines in the
 CSV file shorter. With max 254 characters per line, it starts to work for
 me. The problem is that everything after the limit is then read into the
 next line instead of the next line itself.

-- 
Ticket URL: <https://trac.osgeo.org/grass/ticket/2125#comment:3>
GRASS GIS <http://grass.osgeo.org>



More information about the grass-dev mailing list