I have a raster of habitat types for a specific area in Scotland. I need to create future habitat scenarios with changes in habitat to assess the population viability of a bird species.
For example, in the future there might be 10% more forestry in the area. I would like to alter the current map by randomly adding the forestry in blocks of a certain size. I am, so far, thinking along the lines of selecting random points from a raster which identifies areas where the forestry could occur and growing the correct sized blocks using some sort of cellular automata.
Does this seem like the best way of going about this? Is there a better method?
If this is the best way available, how could I do this in, preferably, R? (I am currently looking at the rpoints function in "spatstat" along with the CellularAutomata package)
I also have access to GRASS, QGis and ArcMap 10 if there are simpler ways in any of them.
Thanks.


rasterpackage yet? It's got a lot of tools to work with raster (noo, rly?) data. – Roman Luštrik Oct 24 '11 at 17:27