I got all set of daily data from IMERG (precipitation) from 2005 to 2020. (5947 files).
I need to made this:
clip the data for my interest area for reduce the size of the total file. done!
cdo sellonlatbox
Reproject the files to EPSG:31983 (UTM) and resize the pixel to 25mx25m. Stuck on this!!
Now i'm using the projectRaster
from R, but it is too lazy !!
Someone have some tips?
i can use python, R, NCO, CDO...