[GRASS-dev] Re: [GRASS GIS] #1166: r.tileset: projection string
munching on wingrass
GRASS GIS
trac at osgeo.org
Tue Sep 21 05:18:11 EDT 2010
#1166: r.tileset: projection string munching on wingrass
---------------------------------+------------------------------------------
Reporter: hamish | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 6.4.1
Component: Default | Version: svn-develbranch6
Keywords: r.tileset, wingrass | Platform: MSWindows XP
Cpu: x86-64 |
---------------------------------+------------------------------------------
Comment(by glynn):
Replying to [comment:8 hamish]:
> fortunately
{{{
r.mapcalc "sum / count"
}}}
>
> doesn't get expanded
That's because "sum / count" (which is a single "word" because of the
quotes) doesn't "look like" a filename. If you omit the quotes (which
should work in 6.x, not in 7.0):
{{{
~ $ args r.mapcalc sum / count
argv[ 0] = 'C:\msys\1.0\local\bin\args.exe'
argv[ 1] = 'r.mapcalc'
argv[ 2] = 'sum'
argv[ 3] = 'C:/msys/1.0'
argv[ 4] = 'count'
~ $
}}}
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/1166#comment:9>
GRASS GIS <http://grass.osgeo.org>
More information about the grass-dev
mailing list