I want to reproject Global Precipitation Measurement (GPM) satellite gridded precipitation data from WGS84 to UTM33 for Norway (60N, high latitude). GPM is in WGS84, Geographic coordinate system. Grid resolution is 0.1x0.1 degree. Which pixel size need I select for output size to preserve the rainfall values of areal location?

Rule of thumb is that 0.1 degree is approximately 10km. However, it is known that 0.1degree latitude is approximately 11km but 0.1degree longitude varies and it is approximately 11km at equator and 6km at 60-degree North latitude location. When I reproject GPM data from WGS84 to UTM33 using ArcMap, ArcMap gives 8421.88m x 8421.88m pixel size as default values for reprojected UTM33. I try to do the same with gdalwarp command line and I do not set the output resolution and the gdalwarp gives 7278.69m x 7278.69m as default pixel size. Which pixel size in km can be approximately equal to 0.1x0.1 degree?

In addition to that, there are different resampling methods (Nearest neighbour, Bilinear, Cubic and Majority) available. Which method is suitable for this case? As rainfall is continuous data, I can use bilinear but for example, if one pixel has extreme value and the neighbour does not have. Then bilinear diminishes the value. In this situation Nearest neighbour is suitable but reprojection and selection of pixel size distort the original pixel shape and reprojected pixel may fall into the neighbouring pixel.

My aim is to compare the Global Precipitation Measurement (GPM) satellite rainfall data with Radar rainfall data. Radar data is in UTM33 projected coordinate system and grid resolution is in 1kmx1km. To bring both data to the same coordinate system, I reproject GPM data from WGS84 to UTM33 and I plan to aggregate radar 1kmx1km to the GPM output pixel size.

It can be noted that GPM (0.1x0.1 degree) is coarser than Radar (1kmx1km). Alternatively, is it advisable to keep GPM in WGS84 coordinate and convert 1kmx1km radar data from UTM33 to WGS84 and then aggregate to 0.1x0.1 degree for comparison?

I am not clear about the right procedure for reprojection. Is there any standard practice for reprojection/resampling climate (precipitation) data?

More Kuganesan Sivasubramaniam's questions See All
Similar questions and discussions