Hello everyone,
I have twelve layers for precipitation, tmax and tmin.I have twelve ".bil" climate files for the years of 2050 and 2080. The twelve layers represent each month for that particular stat, e.g. layer 1 is the January precipitation. What i'm attempting to do is to "merge" the twelve layers together. I want the maximim value, per pixel, for the tmax and the minimum for the tmin. The max's and min's should be a collection of maxs/mins from all twelve layers. In other words, pixel 1 contains the max value of 6 from layer 4, theoretically, and pixel 2 contains max value from layer 6. I'm also attempting to add the precipitation layers. Any help is appreciated. Thanks.