I new man in processing and modeling rasters by GRASS GIS. But I have one unsolved problem.
I have a lot of rasters with similar names: raster_1, raster_2, ..., raster_100.
Also in my work environment there are more rasters with unique names.
I need to do some steps:
seting to all rasters with names "raster_..." null values against zero;
calculation total (for all) minimum and maximum values for rasters with names "raster_...";
setting total for all rasters (with names "raster_...") color palette based on total minimum and maximum values.
How can I to solve this problem? Do I must to use batch processing with names mask? Or GRASS give another ways?