Dear listers,
During the experiment of a model, I produce a map as following:
display map{
grid cell lines:#white;
species fondVallee aspect:geom;
species zoneFav aspect:geom;
species ater aspect:base;
grid cellPred lines:#red;
species pred aspect:base;
}
I would like to save into a file (bitmap, jpeg, or whatever) the image obtained say every time a variable myMonth (defined in global) is equal to 10 (october).
I cannot find out whether it is possible in the doc (paper and on line). save does other things (text, csv, shp) and no clear example is provided with save_batch
Has anybody some hint about it ?
Best,
Patrick