Hi,
I have daily rainfall data in a year in geotiff format with file naming convention "rainfall_yyyymmdd.tif" and I would like to get maximum rainfall value per year per pixel and information about which date the max value came from.
Getting the max value is doable using Cell Statistics, but how to get information about date of the max value?
I am planning to do the calculation for 36 years data (1981 - 2017).
Thank you, Benny
raster timeseries arcpy python cellstatistics precipitation rainfall