|
Hi: There's an option to the r.univar module that takes a "zones" raster, and calculates univariate statistics for each zone. Statistics like mean, max, count, etc are calculated from the input raster for each category in the zones file. The zones, in your case would be basins from r.watershed, So you could do: r.univar map=temperature zones=basins output=temperature_stats I'm not sure this is what you want, but it might get you started... On 05/05/2018 09:51 PM, Giuseppe
Amatulli wrote:
-- Micha Silver Ben Gurion Univ. Sde Boker, Remote Sensing Lab cell: +972-523-665918 |
_______________________________________________ grass-user mailing list [email protected] https://lists.osgeo.org/mailman/listinfo/grass-user
