[GRASS-user] Comparing 2 large Corine Land Cover maps

Hermann Peifer peifer at gmx.eu
Sun Jul 24 13:15:48 EDT 2011


Glynn Clements wrote:

> Alternatively, the r.cross
> step could be done with r.mapcalc as e.g.:
> 
> 	r.mapcalc 'result = map1 * 100 + map2'
> 

Thanks for the hint. I should have thought about it myself.

> 
> r.mapcalc doesn't do short-circuit evaluation, which is why long
> "if-else" chains are slow.
> 

Which is a pity in my case. But luckily, I just learned how to avoid long if-else chains.

Thanks for your time,  

Hermann


More information about the grass-user mailing list