I have SRTM data in 90m (3 arc second) resolution that I want in 1kmx1km resolution. When I try to project the data from WGS_1984 to a relevant projected coordinate system for the area in question (Lambert Azimuthal Equal Area) AND set the output cell size to 1km at the same time, I get very strange results. Max elevation is 30,723, but I know it should be about 4,780. And it's not just the one strange cell over 4,780 - there are many.
The max/ min elevations look more reasonable (as far as I can tell) if I project the file, and then resample the cell size on the new file as a 2-step process. I also get reasonable results when I project with an output cell size of 100m in one step. So why doesn't it work as a 1-step process for 1km output?
I thought the problem might be the NODATA value of 32767. But even when I change NODATA to 9999, I still get the same abnormally high max elevation (30,723).
I'm doing everything with bilinear resampling, by the way.