[GRASS-user] r.mapcalc-problem
Martin Landa
landa.martin at gmail.com
Fri Mar 13 04:00:50 EDT 2009
Hi,
2009/3/13 Markus Neteler <neteler at osgeo.org>:
>> r.mapcalc "developed_lake=if(landuse96_28m==1 || landuse96_28m==2, lakes_buff, null())"
>> syntax error, unexpected $end, expecting '='
>> Parse error
try without quotation marks, e.g.
r.mapcalc developed_lake = if(landuse96_28m==1 || landuse96_28m==2,
lakes_buff, null())
Martin
--
Martin Landa <landa.martin gmail.com> * http://gama.fsv.cvut.cz/~landa
More information about the grass-user
mailing list