[GRASS-dev] [GRASS GIS] #2314: output r.out.xyz
GRASS GIS
trac at osgeo.org
Fri May 30 07:19:34 PDT 2014
#2314: output r.out.xyz
------------------------+---------------------------------------------------
Reporter: pvanbosgeo | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.0.0
Component: Default | Version: svn-trunk
Keywords: | Platform: MSWindows 7
Cpu: All |
------------------------+---------------------------------------------------
Comment(by annakrat):
Replying to [comment:7 hcho]:
> I didn't try on Windows, but I think this is a problem with wxGUI, not
with r.out.xyz, so we should fix the wxGUI console. We cannot work around
this issue for all other modules that have a separator option. Maybe,
double quotes around a pipe?
It's not problem of wxGUI but maybe of Python scripting library. Today's
version of r.out.xyz on Windows gives this error when you specify | or you
leave default:
{{{
The syntax of the command is incorrect.
}}}
Adding quotes around pipe (for example in ```_make_val``` function in
grass.core) works but results in ```"|"``` as a separator (3 characters)
which is wrong. So, now we have r.out.xyz broken on Windows. Any ideas?
--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2314#comment:12>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list