katrin eggert wrote: > Just one question: is it possible to "count" number of cells with a certain > value (or nulls) from one scale that are being used to calculate each value > pixel of the target scale?
Not directly, but you can create a binary (0/1 or null/1) version of the input map then use "r.resamp.stats method=sum ..." on that. -- Glynn Clements <[email protected]> _______________________________________________ grass-user mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-user
